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

Functions | |
void | ewl_progressbar_cb_child_resize (Ewl_Container *c, Ewl_Widget *w, int size, Ewl_Orientation o) |
void | ewl_progressbar_cb_child_show (Ewl_Container *c, Ewl_Widget *w) |
void | ewl_progressbar_cb_configure (Ewl_Widget *w, void *ev_data, void *user_data) |
void | ewl_progressbar_cb_value_changed (Ewl_Widget *w, void *ev_data, void *user_data) |
void | ewl_progressbar_custom_label_set (Ewl_Progressbar *p, char *format_string) |
Sets the given format string on the progressbar (lf of lf beers). | |
int | ewl_progressbar_init (Ewl_Progressbar *p) |
Initialize the progressbar to some sane starting values. | |
void | ewl_progressbar_label_hide (Ewl_Progressbar *p) |
Hides the given progressbars label. | |
void | ewl_progressbar_label_set (Ewl_Progressbar *p, char *label) |
Sets the given text on the progressbar. | |
void | ewl_progressbar_label_show (Ewl_Progressbar *p) |
Shows the given progressbars label. | |
Ewl_Widget * | ewl_progressbar_new (void) |
Allocate and initialize a new progressbar. |