gwenhywfar 5.10.1
Data Structures | Typedefs | Functions
gtk2/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 Gtk2Gui_WSpinBox_Changed_handler (GWEN_UNUSED GtkAdjustment *adjustment, gpointer data)
 
static void GWENHYWFAR_CB Gtk2Gui_WSpinBox_FreeData (GWEN_UNUSED void *bp, void *p)
 
static GWENHYWFAR_CB const char * Gtk2Gui_WSpinBox_GetCharProperty (GWEN_WIDGET *w, GWEN_UNUSED GWEN_DIALOG_PROPERTY prop, GWEN_UNUSED int index, const char *defaultValue)
 
static GWENHYWFAR_CB int Gtk2Gui_WSpinBox_GetIntProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, GWEN_UNUSED int index, int defaultValue)
 
static GWENHYWFAR_CB int Gtk2Gui_WSpinBox_SetCharProperty (GWEN_WIDGET *w, GWEN_UNUSED GWEN_DIALOG_PROPERTY prop, GWEN_UNUSED int index, GWEN_UNUSED const char *value, GWEN_UNUSED int doSignal)
 
static GWENHYWFAR_CB int Gtk2Gui_WSpinBox_SetIntProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, GWEN_UNUSED int index, int value, GWEN_UNUSED int doSignal)
 
int Gtk2Gui_WSpinBox_Setup (GWEN_WIDGET *w)
 

Typedef Documentation

◆ W_SPINBOX

typedef struct W_SPINBOX W_SPINBOX

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

Function Documentation

◆ Gtk2Gui_WSpinBox_Changed_handler()

static void Gtk2Gui_WSpinBox_Changed_handler ( GWEN_UNUSED GtkAdjustment *  adjustment,
gpointer  data 
)
static

◆ Gtk2Gui_WSpinBox_FreeData()

static void GWENHYWFAR_CB Gtk2Gui_WSpinBox_FreeData ( GWEN_UNUSED void *  bp,
void *  p 
)
static

Definition at line 157 of file gtk2/w_spinbox.c.

References GWEN_FREE_OBJECT.

Referenced by Gtk2Gui_WSpinBox_Setup().

Here is the caller graph for this function:

◆ Gtk2Gui_WSpinBox_GetCharProperty()

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

Definition at line 144 of file gtk2/w_spinbox.c.

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

Referenced by Gtk2Gui_WSpinBox_Setup().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Gtk2Gui_WSpinBox_GetIntProperty()

static GWENHYWFAR_CB int Gtk2Gui_WSpinBox_GetIntProperty ( GWEN_WIDGET w,
GWEN_DIALOG_PROPERTY  prop,
GWEN_UNUSED int  index,
int  defaultValue 
)
static

◆ Gtk2Gui_WSpinBox_SetCharProperty()

static GWENHYWFAR_CB int Gtk2Gui_WSpinBox_SetCharProperty ( GWEN_WIDGET w,
GWEN_UNUSED GWEN_DIALOG_PROPERTY  prop,
GWEN_UNUSED int  index,
GWEN_UNUSED const char *  value,
GWEN_UNUSED int  doSignal 
)
static

Definition at line 129 of file gtk2/w_spinbox.c.

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

Referenced by Gtk2Gui_WSpinBox_Setup().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Gtk2Gui_WSpinBox_SetIntProperty()

static GWENHYWFAR_CB int Gtk2Gui_WSpinBox_SetIntProperty ( GWEN_WIDGET w,
GWEN_DIALOG_PROPERTY  prop,
GWEN_UNUSED int  index,
int  value,
GWEN_UNUSED int  doSignal 
)
static

◆ Gtk2Gui_WSpinBox_Setup()

int Gtk2Gui_WSpinBox_Setup ( GWEN_WIDGET w)