class
GUI::Edit
- GUI::Edit
- GUI::Widget
- Reference
- Object
Defined in:
wrappers/widget_classes/edit.crConstructors
Instance Method Summary
- #align=(value : Align)
- #autoselect=(value : Bool)
- #bgcolor=(value : Color)
- #bgcolor_focus=(value : Color)
- #color=(value : Color)
- #color_focus=(value : Color)
- #copy(*args)
- #cut(*args)
- #editable=(value : Bool)
- #font=(value)
- #height(*args)
- #min_height=(value)
- #min_width=(value)
- #on_change(&callback : -> )
- #on_filter(&callback : -> )
- #on_focus(&callback : -> )
- #passmode=(value : Bool)
- #paste(*args)
- #phcolor=(value : Color)
- #phstyle=(value : FontStyle)
- #phtext=(value : String)
- #place(layout : Layout, x : Int32, y : Int32)
- #select(start, aend)
- #text
- #text=(value : String)
- #tooltip=(value : String)
- #vpadding=(value)
Instance methods inherited from class GUI::Widget
cell_halign=(value : Align)
cell_halign=,
cell_valign=(value : Align)
cell_valign=,
place(layout : Layout, x : Int32, y : Int32)
place,
tabstop=(value : Bool)
tabstop=,
to_unsafe
to_unsafe
Macros inherited from class GUI::Widget
define_place
define_place,
define_standard_initdefine_standard_init(args) define_standard_init, event(name) event, layout_setter(name, internal_name, typ) layout_setter, lib_function(name, *args) lib_function, lib_function_named(name, libname, *args) lib_function_named, lib_property(name)
lib_property(name, type) lib_property, lib_setter(name, typ)
lib_setter(name) lib_setter