Download

Support

lib/ewl_progressbar.h File Reference

#include "ewl_range.h"

Include dependency graph for ewl_progressbar.h:

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

Go to the source code of this file.


Data Structures

struct  Ewl_Progressbar
 Inherits from Ewl_Range and extends to provide a progressbar widget. More...

Defines

#define EWL_PROGRESSBAR(progressbar)   ((Ewl_Progressbar *) progressbar)
#define EWL_PROGRESSBAR_IS(w)   (ewl_widget_type_is(EWL_WIDGET(w), EWL_PROGRESSBAR_TYPE))
#define EWL_PROGRESSBAR_TYPE   "progressbar"

Typedefs

typedef struct Ewl_Progressbar Ewl_Progressbar

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_Widgetewl_progressbar_new (void)
 Allocate and initialize a new progressbar.

Copyright © Enlightenment.org

Enlightened Widget Library Documentation Generated: Sat May 17 16:50:32 2008