|
Functions |
Etk_Type * | etk_toolbar_type_get (void) |
| Gets the type of an Etk_Toolbar.
|
Etk_Widget * | etk_toolbar_new (void) |
| Creates a new toolbar (horizontal by default).
|
void | etk_toolbar_append (Etk_Toolbar *toolbar, Etk_Widget *widget, Etk_Box_Group group) |
| Appends an item to the start of the toolbar.
|
void | etk_toolbar_prepend (Etk_Toolbar *toolbar, Etk_Widget *widget, Etk_Box_Group group) |
| Prepends an item to the end of the toolbar.
|
void | etk_toolbar_insert_at (Etk_Toolbar *toolbar, Etk_Widget *widget, Etk_Box_Group group, int pos) |
| Adds an item to the toolbar at a specified position.
|
void | etk_toolbar_orientation_set (Etk_Toolbar *toolbar, Etk_Toolbar_Orientation orientation) |
| Sets the toolbar's orientation (horizontal or vertical).
|
Etk_Toolbar_Orientation | etk_toolbar_orientation_get (Etk_Toolbar *toolbar) |
| Gets the toolbar's orientation (horizontal or vertical).
|
void | etk_toolbar_style_set (Etk_Toolbar *toolbar, Etk_Toolbar_Style style) |
| Sets the style of toolbar's tool-buttons (icon, text, both vertically, both horizontally).
|
Etk_Toolbar_Style | etk_toolbar_style_get (Etk_Toolbar *toolbar) |
| Gets the style of toolbar's tool-buttons (icon, text, both vertically, both horizontally).
|
void | etk_toolbar_stock_size_set (Etk_Toolbar *toolbar, Etk_Stock_Size size) |
| Sets the stock-size of the toolbar's tool-buttons.
|
Etk_Stock_Size | etk_toolbar_stock_size_get (Etk_Toolbar *toolbar) |
| Gets the stock-size of the toolbar's tool-buttons.
|