wxToolBar
See external documentation: wxToolBar.
See external documentation:
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
Functions
addControl(This, Control) -> wx_object() (see module wx)
This = wxToolBar()
Control = wxControl() (see module wxControl)
See
addSeparator(This) -> wx_object() (see module wx)
This = wxToolBar()
See
addTool(This, Tool) -> wx_object() (see module wx)
This = wxToolBar()
Tool = wx_object() (see module wx)
See
addTool(This, Toolid, Bitmap) -> wx_object() (see module wx)
This = wxToolBar()
Toolid = integer()
Bitmap = wxBitmap() (see module wxBitmap)
Equivalent to addTool(This, Toolid, Bitmap, []).
addTool(This, Toolid, Label, Bitmap) -> wx_object() (see module wx)
This = wxToolBar()
Toolid = integer()
Label = chardata() (see module unicode)
Bitmap = wxBitmap() (see module wxBitmap)
See
Also:
addTool(This, Toolid, Bitmap, BmpDisabled) -> wx:wx_object() when
This::wxToolBar(), Toolid::integer(), Bitmap::wxBitmap:wxBitmap(), BmpDisabled::wxBitmap:wxBitmap();
(This, Toolid, Bitmap, [Option]) -> wx:wx_object() when
This::wxToolBar(), Toolid::integer(), Bitmap::wxBitmap:wxBitmap(),
Option :: {shortHelpString, unicode:chardata()}
| {longHelpString, unicode:chardata()}.
Kind = ?wxITEM_SEPARATOR | ?wxITEM_NORMAL | ?wxITEM_CHECK | ?wxITEM_RADIO | ?wxITEM_MAX
addTool(This, Toolid, Label, Bitmap, BmpDisabled) -> wx_object() (see module wx)
This = wxToolBar()
Toolid = integer()
Label = chardata() (see module unicode)
Bitmap = wxBitmap() (see module wxBitmap)
BmpDisabled = wxBitmap() (see module wxBitmap)
See
Also:
addTool(This, Toolid, Label, Bitmap, [Option]) -> wx:wx_object() when
This::wxToolBar(), Toolid::integer(), Label::unicode:chardata(), Bitmap::wxBitmap:wxBitmap(),
Option :: {shortHelp, unicode:chardata()}
| {kind, wx:wx_enum()};
(This, Toolid, Bitmap, BmpDisabled, [Option]) -> wx:wx_object() when
This::wxToolBar(), Toolid::integer(), Bitmap::wxBitmap:wxBitmap(), BmpDisabled::wxBitmap:wxBitmap(),
Option :: {toggle, boolean()}
| {clientData, wx:wx_object()}
| {shortHelpString, unicode:chardata()}
| {longHelpString, unicode:chardata()}.
Kind = ?wxITEM_SEPARATOR | ?wxITEM_NORMAL | ?wxITEM_CHECK | ?wxITEM_RADIO | ?wxITEM_MAX
addTool(This, Toolid, Bitmap, BmpDisabled, Toggle, XPos) -> wx_object() (see module wx)
This = wxToolBar()
Toolid = integer()
Bitmap = wxBitmap() (see module wxBitmap)
BmpDisabled = wxBitmap() (see module wxBitmap)
Toggle = boolean()
XPos = integer()
See
Also:
addTool(This, Toolid, Label, Bitmap, BmpDisabled, [Option]) -> wx:wx_object() when
This::wxToolBar(), Toolid::integer(), Label::unicode:chardata(), Bitmap::wxBitmap:wxBitmap(), BmpDisabled::wxBitmap:wxBitmap(),
Option :: {kind, wx:wx_enum()}
| {shortHelp, unicode:chardata()}
| {longHelp, unicode:chardata()}
| {data, wx:wx_object()}.
Kind = ?wxITEM_SEPARATOR | ?wxITEM_NORMAL | ?wxITEM_CHECK | ?wxITEM_RADIO | ?wxITEM_MAX
addTool(This, Toolid, Bitmap, BmpDisabled, Toggle, XPos, Option::[Option]) -> wx_object() (see module wx)
This = wxToolBar()
Toolid = integer()
Bitmap = wxBitmap() (see module wxBitmap)
BmpDisabled = wxBitmap() (see module wxBitmap)
Toggle = boolean()
XPos = integer()
Option = {yPos, integer()} | {clientData, wx_object() (see module wx)} | {shortHelp, chardata() (see module unicode)} | {longHelp, chardata() (see module unicode)}
See
addCheckTool(This, Toolid, Label, Bitmap) -> wx_object() (see module wx)
This = wxToolBar()
Toolid = integer()
Label = chardata() (see module unicode)
Bitmap = wxBitmap() (see module wxBitmap)
Equivalent to addCheckTool(This, Toolid, Label, Bitmap, []).
addCheckTool(This, Toolid, Label, Bitmap, Option::[Option]) -> wx_object() (see module wx)
This = wxToolBar()
Toolid = integer()
Label = chardata() (see module unicode)
Bitmap = wxBitmap() (see module wxBitmap)
Option = {bmpDisabled, wxBitmap() (see module wxBitmap)} | {shortHelp, chardata() (see module unicode)} | {longHelp, chardata() (see module unicode)} | {data, wx_object() (see module wx)}
See
addRadioTool(This, Toolid, Label, Bitmap) -> wx_object() (see module wx)
This = wxToolBar()
Toolid = integer()
Label = chardata() (see module unicode)
Bitmap = wxBitmap() (see module wxBitmap)
Equivalent to addRadioTool(This, Toolid, Label, Bitmap, []).
addRadioTool(This, Toolid, Label, Bitmap, Option::[Option]) -> wx_object() (see module wx)
This = wxToolBar()
Toolid = integer()
Label = chardata() (see module unicode)
Bitmap = wxBitmap() (see module wxBitmap)
Option = {bmpDisabled, wxBitmap() (see module wxBitmap)} | {shortHelp, chardata() (see module unicode)} | {longHelp, chardata() (see module unicode)} | {data, wx_object() (see module wx)}
See
deleteTool(This, Toolid) -> boolean()
This = wxToolBar()
Toolid = integer()
See
deleteToolByPos(This, Pos) -> boolean()
This = wxToolBar()
Pos = integer()
See
enableTool(This, Toolid, Enable) -> ok
This = wxToolBar()
Toolid = integer()
Enable = boolean()
See
findById(This, Toolid) -> wx_object() (see module wx)
This = wxToolBar()
Toolid = integer()
See
findControl(This, Toolid) -> wxControl() (see module wxControl)
This = wxToolBar()
Toolid = integer()
See
findToolForPosition(This, X, Y) -> wx_object() (see module wx)
This = wxToolBar()
X = integer()
Y = integer()
See
getToolSize(This) -> {W::integer(), H::integer()}
This = wxToolBar()
See
getToolBitmapSize(This) -> {W::integer(), H::integer()}
This = wxToolBar()
See
getMargins(This) -> {W::integer(), H::integer()}
This = wxToolBar()
See
getToolEnabled(This, Toolid) -> boolean()
This = wxToolBar()
Toolid = integer()
See
getToolLongHelp(This, Toolid) -> charlist() (see module unicode)
This = wxToolBar()
Toolid = integer()
See
getToolPacking(This) -> integer()
This = wxToolBar()
See
getToolPos(This, Id) -> integer()
This = wxToolBar()
Id = integer()
See
getToolSeparation(This) -> integer()
This = wxToolBar()
See
getToolShortHelp(This, Toolid) -> charlist() (see module unicode)
This = wxToolBar()
Toolid = integer()
See
getToolState(This, Toolid) -> boolean()
This = wxToolBar()
Toolid = integer()
See
insertControl(This, Pos, Control) -> wx_object() (see module wx)
This = wxToolBar()
Pos = integer()
Control = wxControl() (see module wxControl)
See
insertSeparator(This, Pos) -> wx_object() (see module wx)
This = wxToolBar()
Pos = integer()
See
insertTool(This, Pos, Tool) -> wx_object() (see module wx)
This = wxToolBar()
Pos = integer()
Tool = wx_object() (see module wx)
See
insertTool(This, Pos, Toolid, Bitmap) -> wx_object() (see module wx)
This = wxToolBar()
Pos = integer()
Toolid = integer()
Bitmap = wxBitmap() (see module wxBitmap)
Equivalent to insertTool(This, Pos, Toolid, Bitmap, []).
insertTool(This, Pos, Toolid, Label, Bitmap) -> wx_object() (see module wx)
This = wxToolBar()
Pos = integer()
Toolid = integer()
Label = chardata() (see module unicode)
Bitmap = wxBitmap() (see module wxBitmap)
See
Also:
insertTool(This, Pos, Toolid, Bitmap, [Option]) -> wx:wx_object() when
This::wxToolBar(), Pos::integer(), Toolid::integer(), Bitmap::wxBitmap:wxBitmap(),
Option :: {bmpDisabled, wxBitmap:wxBitmap()}
| {toggle, boolean()}
| {clientData, wx:wx_object()}
| {shortHelp, unicode:chardata()}
| {longHelp, unicode:chardata()}.
Kind = ?wxITEM_SEPARATOR | ?wxITEM_NORMAL | ?wxITEM_CHECK | ?wxITEM_RADIO | ?wxITEM_MAX
insertTool(This, Pos, Toolid, Label, Bitmap, Option::[Option]) -> wx_object() (see module wx)
This = wxToolBar()
Pos = integer()
Toolid = integer()
Label = chardata() (see module unicode)
Bitmap = wxBitmap() (see module wxBitmap)
Option = {bmpDisabled, wxBitmap() (see module wxBitmap)} | {kind, wx_enum() (see module wx)} | {shortHelp, chardata() (see module unicode)} | {longHelp, chardata() (see module unicode)} | {clientData, wx_object() (see module wx)}
See
Kind = ?wxITEM_SEPARATOR | ?wxITEM_NORMAL | ?wxITEM_CHECK | ?wxITEM_RADIO | ?wxITEM_MAX
realize(This) -> boolean()
This = wxToolBar()
See
removeTool(This, Toolid) -> wx_object() (see module wx)
This = wxToolBar()
Toolid = integer()
See
setMargins(This, X, Y) -> ok
This = wxToolBar()
X = integer()
Y = integer()
See
setToolBitmapSize(This, Size) -> ok
This = wxToolBar()
Size = {W::integer(), H::integer()}
See
setToolLongHelp(This, Toolid, HelpString) -> ok
This = wxToolBar()
Toolid = integer()
HelpString = chardata() (see module unicode)
See
setToolPacking(This, Packing) -> ok
This = wxToolBar()
Packing = integer()
See
setToolShortHelp(This, Id, HelpString) -> ok
This = wxToolBar()
Id = integer()
HelpString = chardata() (see module unicode)
See
setToolSeparation(This, Separation) -> ok
This = wxToolBar()
Separation = integer()
See
toggleTool(This, Toolid, Toggle) -> ok
This = wxToolBar()
Toolid = integer()
Toggle = boolean()
See