wxToolBar(3erl) | Erlang Module Definition | wxToolBar(3erl) |
wxToolBar - See external documentation: wxToolBar.
See external documentation: wxToolBar.
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
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.
addControl(This, Control) -> wx:wx_object()
Types:
See external documentation.
addSeparator(This) -> wx:wx_object()
Types:
See external documentation.
addTool(This, Tool) -> wx:wx_object()
Types:
See external documentation.
addTool(This, Toolid, Bitmap) -> wx:wx_object()
Types:
Equivalent to addTool(This, Toolid, Bitmap, []).
addTool(This, Toolid, Label, Bitmap) -> wx:wx_object()
addTool(This, Toolid, Bitmap, BmpDisabled) -> wx:wx_object()
addTool(This, Toolid, Bitmap, Bitmap::[Option]) -> wx:wx_object()
Types:
See external documentation.
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:wx_object()
addTool(This, Toolid, Label, Bitmap, BmpDisabled::[Option]) ->
wx:wx_object()
addTool(This, Toolid, Bitmap, BmpDisabled, BmpDisabled::[Option]) ->
wx:wx_object()
Types:
See external documentation.
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:wx_object()
addTool(This, Toolid, Label, Bitmap, BmpDisabled, XPos::[Option]) ->
wx:wx_object()
Types:
See external documentation.
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,
Options::[Option]) -> wx:wx_object()
Types:
See external documentation.
addCheckTool(This, Toolid, Label, Bitmap) ->
wx:wx_object()
Types:
Equivalent to addCheckTool(This, Toolid, Label, Bitmap, []).
addCheckTool(This, Toolid, Label, Bitmap, Options::[Option])
-> wx:wx_object()
Types:
See external documentation.
addRadioTool(This, Toolid, Label, Bitmap) ->
wx:wx_object()
Types:
Equivalent to addRadioTool(This, Toolid, Label, Bitmap, []).
addRadioTool(This, Toolid, Label, Bitmap, Options::[Option])
-> wx:wx_object()
Types:
See external documentation.
addStretchableSpace(This) -> wx:wx_object()
Types:
See external documentation.
insertStretchableSpace(This, Pos) -> wx:wx_object()
Types:
See external documentation.
deleteTool(This, Toolid) -> boolean()
Types:
See external documentation.
deleteToolByPos(This, Pos) -> boolean()
Types:
See external documentation.
enableTool(This, Toolid, Enable) -> ok
Types:
See external documentation.
findById(This, Toolid) -> wx:wx_object()
Types:
See external documentation.
findControl(This, Toolid) -> wxControl:wxControl()
Types:
See external documentation.
findToolForPosition(This, X, Y) -> wx:wx_object()
Types:
See external documentation.
getToolSize(This) -> {W::integer(), H::integer()}
Types:
See external documentation.
getToolBitmapSize(This) -> {W::integer(), H::integer()}
Types:
See external documentation.
getMargins(This) -> {W::integer(), H::integer()}
Types:
See external documentation.
getToolEnabled(This, Toolid) -> boolean()
Types:
See external documentation.
getToolLongHelp(This, Toolid) -> unicode:charlist()
Types:
See external documentation.
getToolPacking(This) -> integer()
Types:
See external documentation.
getToolPos(This, Id) -> integer()
Types:
See external documentation.
getToolSeparation(This) -> integer()
Types:
See external documentation.
getToolShortHelp(This, Toolid) -> unicode:charlist()
Types:
See external documentation.
getToolState(This, Toolid) -> boolean()
Types:
See external documentation.
insertControl(This, Pos, Control) -> wx:wx_object()
Types:
See external documentation.
insertSeparator(This, Pos) -> wx:wx_object()
Types:
See external documentation.
insertTool(This, Pos, Tool) -> wx:wx_object()
Types:
See external documentation.
insertTool(This, Pos, Toolid, Bitmap) -> wx:wx_object()
Types:
Equivalent to insertTool(This, Pos, Toolid, Bitmap, []).
insertTool(This, Pos, Toolid, Label, Bitmap) ->
wx:wx_object()
insertTool(This, Pos, Toolid, Bitmap, Bitmap::[Option]) ->
wx:wx_object()
Types:
See external documentation.
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, Options::[Option])
-> wx:wx_object()
Types:
See external documentation.
Kind = ?wxITEM_SEPARATOR | ?wxITEM_NORMAL | ?wxITEM_CHECK | ?wxITEM_RADIO |
?wxITEM_MAX
realize(This) -> boolean()
Types:
See external documentation.
removeTool(This, Toolid) -> wx:wx_object()
Types:
See external documentation.
setMargins(This, X, Y) -> ok
Types:
See external documentation.
setToolBitmapSize(This, Size) -> ok
Types:
See external documentation.
setToolLongHelp(This, Toolid, HelpString) -> ok
Types:
See external documentation.
setToolPacking(This, Packing) -> ok
Types:
See external documentation.
setToolShortHelp(This, Id, HelpString) -> ok
Types:
See external documentation.
setToolSeparation(This, Separation) -> ok
Types:
See external documentation.
toggleTool(This, Toolid, Toggle) -> ok
Types:
See external documentation.
<>
wx 1.9.2 |