SourceForge.net wxToolBar

wxToolBar

wxToolBar
Creation Parameters
Functions/Procedures
Supertopics

wxToolBar

[proc]
add_separator
( atom bar )

Category: wxToolBar

This adds a line from the top to the bottom of the toolbar. It must be declared between the two tools that you want it to go between.


wxToolBar

[func]
add_tool
( atom bar, integer id, atom b1, atom b2, sequence label, sequence s1, sequence s2, integer kind )

Category: wxToolBar


wxToolBar

[proc]
set_tool_bitmap_size
( atom bar, integer x, integer y )

Category: wxToolBar

Sets the size of the images to be loaded into the toolbar. The default is 32 x 32. This does not seem to have an effect under Linux (my investigation of wxWidgets source doesn't ever show these properties being used by wxGTK).


wxToolBar

[proc]
set_tool_margins
( atom toolbar, integer x, integer y )

Category: wxToolBar


wxToolBar

[proc]
show_toolbar
( atom bar )

Category: wxToolBar

Must be called after tools are added.


wxToolBar

[proc]
toggle_tool
( atom bar, atom id, integer toggle )

Category: wxToolBar