lib/ewl_spinner.c File Reference
#include "ewl_base.h"
#include "ewl_spinner.h"
#include "ewl_box.h"
#include "ewl_button.h"
#include "ewl_entry.h"
#include "ewl_private.h"
#include "ewl_macros.h"
#include "ewl_debug.h"
Include dependency graph for ewl_spinner.c:

Functions | |
void | ewl_spinner_cb_child_resize (Ewl_Container *c, Ewl_Widget *w, int size, Ewl_Orientation o) |
void | ewl_spinner_cb_child_show (Ewl_Container *c, Ewl_Widget *w) |
void | ewl_spinner_cb_configure (Ewl_Widget *w, void *ev_data, void *user_data) |
void | ewl_spinner_cb_decrease_value (Ewl_Widget *w, void *ev_data, void *user_data) |
void | ewl_spinner_cb_destroy (Ewl_Widget *w, void *ev_data, void *user_data) |
void | ewl_spinner_cb_focus_out (Ewl_Widget *w, void *ev_data, void *user_data) |
void | ewl_spinner_cb_increase_value (Ewl_Widget *w, void *ev_data, void *user_data) |
void | ewl_spinner_cb_key_down (Ewl_Widget *w, void *ev_data, void *user_data) |
void | ewl_spinner_cb_realize (Ewl_Widget *w, void *ev_data, void *user_data) |
void | ewl_spinner_cb_value_changed (Ewl_Widget *w, void *ev_data, void *user_data) |
void | ewl_spinner_cb_value_stop (Ewl_Widget *w, void *ev_data, void *user_data) |
void | ewl_spinner_cb_wheel (Ewl_Widget *w, void *ev_data, void *user_data) |
unsigned char | ewl_spinner_digits_get (Ewl_Spinner *s) |
This will retrieve the number of digits displayed by the spinner. | |
void | ewl_spinner_digits_set (Ewl_Spinner *s, unsigned char digits) |
Set the number of digits displayed by a spinner. | |
int | ewl_spinner_init (Ewl_Spinner *s) |
Initialize a spinner to default values and callbacks. | |
Ewl_Widget * | ewl_spinner_new (void) |
Allocate a new spinner widget. |