table of contents
other versions
- jessie 1:17.3-dfsg-4+deb8u2
- jessie-backports 1:19.2.1+dfsg-2+deb9u1~bpo8+1
- stretch 1:19.2.1+dfsg-2+deb9u2
- testing 1:21.2.5+dfsg-1
- unstable 1:21.2.6+dfsg-1
- experimental 1:22.0~rc1+dfsg-1
wxUpdateUIEvent(3erl) | Erlang Module Definition | wxUpdateUIEvent(3erl) |
NAME¶
wxUpdateUIEvent - See external documentation: wxUpdateUIEvent.DESCRIPTION¶
See external documentation: wxUpdateUIEvent.- Use wxEvtHandler:connect/3 with EventType::
- update_ui
DATA TYPES¶
- wxUpdateUIEvent():
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.
EXPORTS¶
canUpdate(Win) -> boolean()
Types:
Win = wxWindow:wxWindow()
See external documentation.
check(This, Check) -> ok
Types:
This = wxUpdateUIEvent()
Check = boolean()
See external documentation.
enable(This, Enable) -> ok
Types:
This = wxUpdateUIEvent()
Enable = boolean()
See external documentation.
show(This, Show) -> ok
Types:
This = wxUpdateUIEvent()
Show = boolean()
See external documentation.
getChecked(This) -> boolean()
Types:
This = wxUpdateUIEvent()
See external documentation.
getEnabled(This) -> boolean()
Types:
This = wxUpdateUIEvent()
See external documentation.
getShown(This) -> boolean()
Types:
This = wxUpdateUIEvent()
See external documentation.
getSetChecked(This) -> boolean()
Types:
This = wxUpdateUIEvent()
See external documentation.
getSetEnabled(This) -> boolean()
Types:
This = wxUpdateUIEvent()
See external documentation.
getSetShown(This) -> boolean()
Types:
This = wxUpdateUIEvent()
See external documentation.
getSetText(This) -> boolean()
Types:
This = wxUpdateUIEvent()
See external documentation.
getText(This) -> unicode:charlist()
Types:
This = wxUpdateUIEvent()
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:
Mode = wx:wx_enum()
See external documentation.
Mode = ?wxUPDATE_UI_PROCESS_ALL | ?wxUPDATE_UI_PROCESS_SPECIFIED
setText(This, Text) -> ok
Types:
This = wxUpdateUIEvent()
Text = unicode:chardata()
See external documentation.
setUpdateInterval(UpdateInterval) -> ok
Types:
UpdateInterval = integer()
See external documentation.
AUTHORS¶
<>wx 1.8 |