wxErlang

Reference Manual

Version 1.9.3.1

Table of Contents

wxMenu

Module

wxMenu

Module Summary

See external documentation: wxMenu.

Description

See external documentation: wxMenu.

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

DATA TYPES

wxMenu()

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.

Equivalent to new([]).

Types

Option = {style, integer()}

Types

Option = {style, integer()}

Types

This = wxMenu()
Itemid = integer()

Types

This = wxMenu()
Itemid = integer()
Submenu = wxMenu()
This = wxMenu()
Itemid = integer()
Option = {help, unicode:chardata()} | {kind, wx:wx_enum()}

See external documentation.
Also:
append(This, Itemid, Text, [Option]) -> wxMenuItem:wxMenuItem() when
This::wxMenu(), Itemid::integer(), Text::unicode:chardata(),
Option :: {'help', unicode:chardata()}
| {'kind', wx:wx_enum()}.


Kind = ?wxITEM_SEPARATOR | ?wxITEM_NORMAL | ?wxITEM_CHECK | ?wxITEM_RADIO | ?wxITEM_MAX

Types

This = wxMenu()
Itemid = integer()
IsCheckable = boolean()
This = wxMenu()
Itemid = integer()
Submenu = wxMenu()
Option = {help, unicode:chardata()}

See external documentation.
Also:
append(This, Itemid, Text, Submenu, [Option]) -> wxMenuItem:wxMenuItem() when
This::wxMenu(), Itemid::integer(), Text::unicode:chardata(), Submenu::wxMenu(),
Option :: {'help', unicode:chardata()}.

Types

This = wxMenu()
Itemid = integer()

Types

This = wxMenu()
Itemid = integer()
Option = {help, unicode:chardata()}

Types

This = wxMenu()
Itemid = integer()

Types

This = wxMenu()
Itemid = integer()
Option = {help, unicode:chardata()}

Types

This = wxMenu()

Types

This = wxMenu()

Types

This = wxMenu()
Itemid = integer()
Check = boolean()

Types

This = wxMenu()
Itemid = integer()
This = wxMenu()

See external documentation.
Also:
delete(This, Item) -> boolean() when
This::wxMenu(), Item::wxMenuItem:wxMenuItem().

Types

This = wxMenu()
Itemid = integer()
This = wxMenu()

See external documentation.
Also:
'Destroy'(This, Item) -> boolean() when
This::wxMenu(), Item::wxMenuItem:wxMenuItem().

Types

This = wxMenu()
Itemid = integer()
Enable = boolean()

Types

This = wxMenu()
Itemid = integer()
This = wxMenu()

See external documentation.
Also:
findItem(This, Item) -> integer() when
This::wxMenu(), Item::unicode:chardata().

Types

This = wxMenu()
Position = integer()

Types

This = wxMenu()
Itemid = integer()

Types

This = wxMenu()
Itemid = integer()

Types

This = wxMenu()

Types

This = wxMenu()

Types

This = wxMenu()

Types

This = wxMenu()
Pos = integer()
Itemid = integer()
This = wxMenu()
Pos = integer()

See external documentation.
Also:
insert(This, Pos, Item) -> wxMenuItem:wxMenuItem() when
This::wxMenu(), Pos::integer(), Item::wxMenuItem:wxMenuItem().


Kind = ?wxITEM_SEPARATOR | ?wxITEM_NORMAL | ?wxITEM_CHECK | ?wxITEM_RADIO | ?wxITEM_MAX

Types

This = wxMenu()
Pos = integer()
Itemid = integer()
Option = {text, unicode:chardata()} | {help, unicode:chardata()} | {kind, wx:wx_enum()}

See external documentation.
Kind = ?wxITEM_SEPARATOR | ?wxITEM_NORMAL | ?wxITEM_CHECK | ?wxITEM_RADIO | ?wxITEM_MAX

Types

This = wxMenu()
Pos = integer()
Itemid = integer()
Submenu = wxMenu()

Types

This = wxMenu()
Pos = integer()
Itemid = integer()
IsCheckable = boolean()
This = wxMenu()
Pos = integer()
Itemid = integer()
Submenu = wxMenu()
Option = {help, unicode:chardata()}

See external documentation.
Also:
insert(This, Pos, Itemid, Text, Submenu, [Option]) -> wxMenuItem:wxMenuItem() when
This::wxMenu(), Pos::integer(), Itemid::integer(), Text::unicode:chardata(), Submenu::wxMenu(),
Option :: {'help', unicode:chardata()}.

Types

This = wxMenu()
Pos = integer()
Itemid = integer()

Types

This = wxMenu()
Pos = integer()
Itemid = integer()
Option = {help, unicode:chardata()}

Types

This = wxMenu()
Pos = integer()
Itemid = integer()

Types

This = wxMenu()
Pos = integer()
Itemid = integer()
Option = {help, unicode:chardata()}

Types

This = wxMenu()
Pos = integer()

Types

This = wxMenu()
Itemid = integer()

Types

This = wxMenu()
Itemid = integer()

Types

This = wxMenu()
Itemid = integer()
This = wxMenu()

See external documentation.
Also:
prepend(This, Item) -> wxMenuItem:wxMenuItem() when
This::wxMenu(), Item::wxMenuItem:wxMenuItem().


Kind = ?wxITEM_SEPARATOR | ?wxITEM_NORMAL | ?wxITEM_CHECK | ?wxITEM_RADIO | ?wxITEM_MAX

Types

This = wxMenu()
Itemid = integer()
Option = {text, unicode:chardata()} | {help, unicode:chardata()} | {kind, wx:wx_enum()}

See external documentation.
Kind = ?wxITEM_SEPARATOR | ?wxITEM_NORMAL | ?wxITEM_CHECK | ?wxITEM_RADIO | ?wxITEM_MAX

Types

This = wxMenu()
Itemid = integer()
Submenu = wxMenu()

Types

This = wxMenu()
Itemid = integer()
IsCheckable = boolean()
This = wxMenu()
Itemid = integer()
Submenu = wxMenu()
Option = {help, unicode:chardata()}

See external documentation.
Also:
prepend(This, Itemid, Text, Submenu, [Option]) -> wxMenuItem:wxMenuItem() when
This::wxMenu(), Itemid::integer(), Text::unicode:chardata(), Submenu::wxMenu(),
Option :: {'help', unicode:chardata()}.

Types

This = wxMenu()
Itemid = integer()

Types

This = wxMenu()
Itemid = integer()
Option = {help, unicode:chardata()}

Types

This = wxMenu()
Itemid = integer()

Types

This = wxMenu()
Itemid = integer()
Option = {help, unicode:chardata()}

Types

This = wxMenu()

Types

This = wxMenu()
Itemid = integer()
This = wxMenu()

See external documentation.
Also:
remove(This, Item) -> wxMenuItem:wxMenuItem() when
This::wxMenu(), Item::wxMenuItem:wxMenuItem().

Types

This = wxMenu()
Itemid = integer()
HelpString = unicode:chardata()

Types

This = wxMenu()
Itemid = integer()

Destroys this object, do not use object again