lib/ewl_toolbar.c File Reference
#include "ewl_base.h"
#include "ewl_toolbar.h"
#include "ewl_icon.h"
#include "ewl_macros.h"
#include "ewl_private.h"
#include "ewl_debug.h"
Include dependency graph for ewl_toolbar.c:

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. |