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

Functions | |
Ewl_Widget * | ewl_hmenubar_new (void) |
Creates a new Ewl_Menubar in a horizontal orientation. | |
void | ewl_menubar_cb_child_add (Ewl_Container *c, Ewl_Widget *w) |
void | ewl_menubar_from_info (Ewl_Menubar *mb, Ewl_Menubar_Info *info) |
Sets up the menubar mb with the given info. | |
int | ewl_menubar_init (Ewl_Menubar *mb) |
Initialize a menubar to default values. | |
Ewl_Widget * | ewl_menubar_new (void) |
Allocate and initialize a new menubar widget. | |
Ewl_Orientation | ewl_menubar_orientation_get (Ewl_Menubar *mb) |
Gets the orientation of the menubar. | |
void | ewl_menubar_orientation_set (Ewl_Menubar *mb, Ewl_Orientation o) |
Sets the orientation of the menubar. | |
Ewl_Widget * | ewl_vmenubar_new (void) |
Creates a new Ewl_Menubar in a vertical orientation. |