Download

Support

lib/ewl_spinner.h File Reference

#include "ewl_range.h"

Include dependency graph for ewl_spinner.h:

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

Go to the source code of this file.


Data Structures

struct  Ewl_Spinner
 Inherits from Ewl_Range and extends to provide a spinner widget. More...

Defines

#define EWL_SPINNER(spinner)   ((Ewl_Spinner *) spinner)
#define EWL_SPINNER_IS(w)   (ewl_widget_type_is(EWL_WIDGET(w), EWL_SPINNER_TYPE))
#define EWL_SPINNER_TYPE   "spinner"

Typedefs

typedef struct Ewl_Spinner Ewl_Spinner

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 *widget, void *ev_data, void *user_data)
void ewl_spinner_cb_decrease_value (Ewl_Widget *widget, 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 *widget, void *ev_data, void *user_data)
void ewl_spinner_cb_key_down (Ewl_Widget *widget, void *ev_data, void *user_data)
void ewl_spinner_cb_realize (Ewl_Widget *widget, void *ev_data, void *user_data)
void ewl_spinner_cb_value_changed (Ewl_Widget *widget, 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_Widgetewl_spinner_new (void)
 Allocate a new spinner widget.

Copyright © Enlightenment.org

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