wxUpdateUIEvent

See external documentation: wxUpdateUIEvent.

See external documentation: wxUpdateUIEvent.

Use wxEvtHandler:connect/3 with EventType:

update_ui

See also the message variant #wxUpdateUI{} event record type.

This class is derived (and can use functions) from:
wxCommandEvent
wxEvent

Types


wxUpdateUIEvent() = wx:wx_object()

Functions


canUpdate(Win) -> boolean()

  • Win = wxWindow() (see module wxWindow)

See external documentation.

check(This, Check) -> ok

  • This = wxUpdateUIEvent()
  • Check = boolean()

See external documentation.

enable(This, Enable) -> ok

  • This = wxUpdateUIEvent()
  • Enable = boolean()

See external documentation.

show(This, Show) -> ok

  • This = wxUpdateUIEvent()
  • Show = boolean()

See external documentation.

getChecked(This) -> boolean()

  • This = wxUpdateUIEvent()

See external documentation.

getEnabled(This) -> boolean()

  • This = wxUpdateUIEvent()

See external documentation.

getShown(This) -> boolean()

  • This = wxUpdateUIEvent()

See external documentation.

getSetChecked(This) -> boolean()

  • This = wxUpdateUIEvent()

See external documentation.

getSetEnabled(This) -> boolean()

  • This = wxUpdateUIEvent()

See external documentation.

getSetShown(This) -> boolean()

  • This = wxUpdateUIEvent()

See external documentation.

getSetText(This) -> boolean()

  • This = wxUpdateUIEvent()

See external documentation.

getText(This) -> charlist() (see module unicode)

  • This = wxUpdateUIEvent()

See external documentation.

getMode() -> wx_enum() (see module wx)

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

  • Mode = wx_enum() (see module wx)

See external documentation.
Mode = ?wxUPDATE_UI_PROCESS_ALL | ?wxUPDATE_UI_PROCESS_SPECIFIED

setText(This, Text) -> ok

  • This = wxUpdateUIEvent()
  • Text = chardata() (see module unicode)

See external documentation.

setUpdateInterval(UpdateInterval) -> ok

  • UpdateInterval = integer()

See external documentation.