lib/ewl_toolbar.h File Reference
#include "ewl_menubar.h"
Include dependency graph for ewl_toolbar.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
struct | Ewl_Toolbar |
Inherits from Ewl_Menubar and extends to provide a toolbar layout. More... | |
Defines | |
#define | EWL_TOOLBAR(toolbar) ((Ewl_Toolbar *) toolbar) |
#define | EWL_TOOLBAR_IS(w) (ewl_widget_type_is(EWL_WIDGET(w), EWL_TOOLBAR_TYPE)) |
#define | EWL_TOOLBAR_TYPE "toolbar" |
Typedefs | |
typedef struct Ewl_Toolbar | Ewl_Toolbar |
Functions | |
Ewl_Widget * | ewl_htoolbar_new (void) |
Allocate a new toolbar widget with horizontal orientation. | |
void | ewl_toolbar_cb_child_add (Ewl_Container *c, Ewl_Widget *w) |
void | ewl_toolbar_icon_part_hide (Ewl_Toolbar *t, Ewl_Icon_Part part) |
Set the orientation of the toolbar. | |
int | ewl_toolbar_init (Ewl_Toolbar *t) |
Initialize the toolbar and inherited fields. | |
Ewl_Widget * | ewl_toolbar_new (void) |
Allocate a new toolbar widget with default (horizontal) orientation. | |
Ewl_Orientation | ewl_toolbar_orientation_get (Ewl_Toolbar *t) |
This retrieves the current orientation of the toolbar. | |
void | ewl_toolbar_orientation_set (Ewl_Toolbar *t, Ewl_Orientation o) |
Set the orientation of the toolbar. | |
Ewl_Widget * | ewl_vtoolbar_new (void) |
Allocate a new toolbar widget with vertical orientation. |