5 lines
162 B
Python
Executable file
5 lines
162 B
Python
Executable file
from .textinput import TextInput
|
|
from ..libs import *
|
|
|
|
class MultilineTextInput(TextInput):
|
|
control_style = ES_MULTILINE | ES_WANTRETURN | ES_AUTOVSCROLL
|