wxErlang

Reference Manual

Version 1.8.3

Table of Contents

wxUpdateUIEvent

Module

wxUpdateUIEvent

Module Summary

See external documentation: wxUpdateUIEvent.

Description

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

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

check(This, Check) -> ok

Types

Check = boolean()

enable(This, Enable) -> ok

Types

Enable = boolean()

show(This, Show) -> ok

Types

Show = boolean()

getChecked(This) -> boolean()

Types

getEnabled(This) -> boolean()

Types

getShown(This) -> boolean()

Types

getSetChecked(This) -> boolean()

Types

getSetEnabled(This) -> boolean()

Types

getSetShown(This) -> boolean()

Types

getSetText(This) -> boolean()

Types

getText(This) -> unicode:charlist()

Types

getMode() -> wx:wx_enum()

See external documentation.
Res = ?wxUPDATE_UI_PROCESS_ALL | ?wxUPDATE_UI_PROCESS_SPECIFIED

getUpdateInterval() -> integer()

resetUpdateTime() -> ok

setMode(Mode) -> ok

Types

Mode = wx:wx_enum()

See external documentation.
Mode = ?wxUPDATE_UI_PROCESS_ALL | ?wxUPDATE_UI_PROCESS_SPECIFIED

setText(This, Text) -> ok

setUpdateInterval(UpdateInterval) -> ok

Types

UpdateInterval = integer()