gwenhywfar  4.99.8beta
Data Structures | Typedefs | Functions
gtk3/w_spinbox.c File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  W_SPINBOX
 

Typedefs

typedef struct W_SPINBOX W_SPINBOX
 

Functions

static void Gtk3Gui_WSpinBox_Changed_handler (GtkAdjustment *adjustment, gpointer data)
 
static void GWENHYWFAR_CB Gtk3Gui_WSpinBox_FreeData (void *bp, void *p)
 
static GWENHYWFAR_CB const char * Gtk3Gui_WSpinBox_GetCharProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *defaultValue)
 
static GWENHYWFAR_CB int Gtk3Gui_WSpinBox_GetIntProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int defaultValue)
 
static GWENHYWFAR_CB int Gtk3Gui_WSpinBox_SetCharProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *value, int doSignal)
 
static GWENHYWFAR_CB int Gtk3Gui_WSpinBox_SetIntProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int value, int doSignal)
 
int Gtk3Gui_WSpinBox_Setup (GWEN_WIDGET *w)
 

Typedef Documentation

typedef struct W_SPINBOX W_SPINBOX

Definition at line 12 of file gtk3/w_spinbox.c.

Function Documentation

static void Gtk3Gui_WSpinBox_Changed_handler ( GtkAdjustment *  adjustment,
gpointer  data 
)
static
static void GWENHYWFAR_CB Gtk3Gui_WSpinBox_FreeData ( void *  bp,
void *  p 
)
static

Definition at line 153 of file gtk3/w_spinbox.c.

References GWEN_FREE_OBJECT.

Referenced by Gtk3Gui_WSpinBox_Setup().

Here is the caller graph for this function:

static GWENHYWFAR_CB const char* Gtk3Gui_WSpinBox_GetCharProperty ( GWEN_WIDGET w,
GWEN_DIALOG_PROPERTY  prop,
int  index,
const char *  defaultValue 
)
static

Definition at line 141 of file gtk3/w_spinbox.c.

References DBG_WARN, GWEN_LOGDOMAIN, GWEN_Widget_GetType(), and GWEN_Widget_Type_toString().

Referenced by Gtk3Gui_WSpinBox_Setup().

Here is the call graph for this function:

Here is the caller graph for this function:

static GWENHYWFAR_CB int Gtk3Gui_WSpinBox_GetIntProperty ( GWEN_WIDGET w,
GWEN_DIALOG_PROPERTY  prop,
int  index,
int  defaultValue 
)
static
static GWENHYWFAR_CB int Gtk3Gui_WSpinBox_SetCharProperty ( GWEN_WIDGET w,
GWEN_DIALOG_PROPERTY  prop,
int  index,
const char *  value,
int  doSignal 
)
static

Definition at line 127 of file gtk3/w_spinbox.c.

References DBG_WARN, GWEN_ERROR_INVALID, GWEN_LOGDOMAIN, GWEN_Widget_GetType(), and GWEN_Widget_Type_toString().

Referenced by Gtk3Gui_WSpinBox_Setup().

Here is the call graph for this function:

Here is the caller graph for this function:

static GWENHYWFAR_CB int Gtk3Gui_WSpinBox_SetIntProperty ( GWEN_WIDGET w,
GWEN_DIALOG_PROPERTY  prop,
int  index,
int  value,
int  doSignal 
)
static
int Gtk3Gui_WSpinBox_Setup ( GWEN_WIDGET w)