Download

Support

lib/ewl_spinner.c File Reference

#include <Ecore_Str.h>
#include <math.h>
#include <langinfo.h>
#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 __UNUSED__, int size __UNUSED__, Ewl_Orientation o __UNUSED__)
void ewl_spinner_cb_child_show (Ewl_Container *c, Ewl_Widget *w __UNUSED__)
void ewl_spinner_cb_configure (Ewl_Widget *w, void *ev_data __UNUSED__, void *user_data __UNUSED__)
void ewl_spinner_cb_decrease_value (Ewl_Widget *w __UNUSED__, void *ev_data, void *user_data)
void ewl_spinner_cb_destroy (Ewl_Widget *w, void *ev_data __UNUSED__, void *user_data __UNUSED__)
void ewl_spinner_cb_focus_out (Ewl_Widget *w, void *ev_data __UNUSED__, void *user_data __UNUSED__)
void ewl_spinner_cb_increase_value (Ewl_Widget *w __UNUSED__, void *ev_data, void *user_data)
void ewl_spinner_cb_key_down (Ewl_Widget *w, void *ev_data, void *user_data __UNUSED__)
void ewl_spinner_cb_realize (Ewl_Widget *w, void *ev_data __UNUSED__, void *user_data __UNUSED__)
void ewl_spinner_cb_value_changed (Ewl_Widget *w, void *ev_data __UNUSED__, void *user_data __UNUSED__)
void ewl_spinner_cb_value_stop (Ewl_Widget *w __UNUSED__, void *ev_data __UNUSED__, void *user_data)
void ewl_spinner_cb_wheel (Ewl_Widget *w, void *ev_data, void *user_data __UNUSED__)
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.

Function Documentation

void ewl_spinner_cb_child_resize ( Ewl_Container c,
Ewl_Widget *w  __UNUSED__,
int size  __UNUSED__,
Ewl_Orientation __UNUSED__ 
)

void ewl_spinner_cb_child_show ( Ewl_Container c,
Ewl_Widget *w  __UNUSED__ 
)

void ewl_spinner_cb_destroy ( Ewl_Widget w,
void *ev_data  __UNUSED__,
void *user_data  __UNUSED__ 
)

void ewl_spinner_cb_value_changed ( Ewl_Widget w,
void *ev_data  __UNUSED__,
void *user_data  __UNUSED__ 
)

void ewl_spinner_cb_value_stop ( Ewl_Widget *w  __UNUSED__,
void *ev_data  __UNUSED__,
void *  user_data 
)

void ewl_spinner_cb_wheel ( Ewl_Widget w,
void *  ev_data,
void *user_data  __UNUSED__ 
)


Copyright © Enlightenment.org

Enlightened Widget Library Documentation Generated: Fri Jan 23 21:56:26 2009