wxUpdateUIEvent(3erl) | Erlang Module Definition | wxUpdateUIEvent(3erl) |
wxUpdateUIEvent - See external documentation: wxUpdateUIEvent.
See external documentation: wxUpdateUIEvent.
See also the message variant #wxUpdateUI{} event record type.
This class is derived (and can use functions) from:
wxCommandEvent
wxEvent
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
canUpdate(Win) -> boolean()
Types:
See external documentation.
check(This, Check) -> ok
Types:
See external documentation.
enable(This, Enable) -> ok
Types:
See external documentation.
show(This, Show) -> ok
Types:
See external documentation.
getChecked(This) -> boolean()
Types:
See external documentation.
getEnabled(This) -> boolean()
Types:
See external documentation.
getShown(This) -> boolean()
Types:
See external documentation.
getSetChecked(This) -> boolean()
Types:
See external documentation.
getSetEnabled(This) -> boolean()
Types:
See external documentation.
getSetShown(This) -> boolean()
Types:
See external documentation.
getSetText(This) -> boolean()
Types:
See external documentation.
getText(This) -> unicode:charlist()
Types:
See external documentation.
getMode() -> wx:wx_enum()
See external documentation.
Res = ?wxUPDATE_UI_PROCESS_ALL | ?wxUPDATE_UI_PROCESS_SPECIFIED
getUpdateInterval() -> integer()
See external documentation.
resetUpdateTime() -> ok
See external documentation.
setMode(Mode) -> ok
Types:
See external documentation.
Mode = ?wxUPDATE_UI_PROCESS_ALL | ?wxUPDATE_UI_PROCESS_SPECIFIED
setText(This, Text) -> ok
Types:
See external documentation.
setUpdateInterval(UpdateInterval) -> ok
Types:
See external documentation.
<>
wx 1.8.6 |