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

Functions | |
void | ewl_statusbar_active_set (Ewl_Statusbar *sb, Ewl_Position pos) |
Sets the active statusbar container. | |
void | ewl_statusbar_cb_destroy (Ewl_Widget *w, void *ev, void *data) |
int | ewl_statusbar_init (Ewl_Statusbar *sb) |
Initialize a statusbar to default values. | |
void | ewl_statusbar_left_append (Ewl_Statusbar *sb, Ewl_Widget *w) |
pack the given widget w into the statusbar sb into right of the left box. | |
void | ewl_statusbar_left_hide (Ewl_Statusbar *sb) |
hide the box on the left of the status bar | |
void | ewl_statusbar_left_prepend (Ewl_Statusbar *sb, Ewl_Widget *w) |
pack the given widget w into the statusbar sb into the left of the left box | |
void | ewl_statusbar_left_show (Ewl_Statusbar *sb) |
show the box on the left of the status bar | |
Ewl_Widget * | ewl_statusbar_new (void) |
Allocate and initialize a new statusbar widget. | |
void | ewl_statusbar_pop (Ewl_Statusbar *sb) |
Removes the most recent status message and displays the one before it. | |
void | ewl_statusbar_push (Ewl_Statusbar *sb, char *txt) |
Displays the given status message on the statusbar. | |
void | ewl_statusbar_right_append (Ewl_Statusbar *sb, Ewl_Widget *w) |
pack the given widget w into the statusbar sb into the right of the right box | |
void | ewl_statusbar_right_hide (Ewl_Statusbar *sb) |
hide the box on the right of the status bar | |
void | ewl_statusbar_right_prepend (Ewl_Statusbar *sb, Ewl_Widget *w) |
pack the given widget w into the statusbar sb into the left of the right box | |
void | ewl_statusbar_right_show (Ewl_Statusbar *sb) |
show the box on the right of the status bar |