gwenhywfar  4.8.0beta
Data Structures | Typedefs | Functions
w_combobox.c File Reference

Go to the source code of this file.

Data Structures

struct  W_COMBOBOX
 

Typedefs

typedef struct W_COMBOBOX W_COMBOBOX
 

Functions

static void changed_handler (GtkWidget *comboBox, gpointer data)
 
static void GWENHYWFAR_CB Gtk2Gui_WComboBox_FreeData (void *bp, void *p)
 
static GWENHYWFAR_CB const char * Gtk2Gui_WComboBox_GetCharProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *defaultValue)
 
static GWENHYWFAR_CB int Gtk2Gui_WComboBox_GetIntProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int defaultValue)
 
static GWENHYWFAR_CB int Gtk2Gui_WComboBox_SetCharProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *value, int doSignal)
 
static GWENHYWFAR_CB int Gtk2Gui_WComboBox_SetIntProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int value, int doSignal)
 
int Gtk2Gui_WComboBox_Setup (GWEN_WIDGET *w)
 

Typedef Documentation

typedef struct W_COMBOBOX W_COMBOBOX

Definition at line 11 of file w_combobox.c.

Function Documentation

static void changed_handler ( GtkWidget *  comboBox,
gpointer  data 
)
static
static void GWENHYWFAR_CB Gtk2Gui_WComboBox_FreeData ( void *  bp,
void *  p 
)
static

Definition at line 236 of file w_combobox.c.

References W_COMBOBOX::entries, GWEN_FREE_OBJECT, and GWEN_StringList_free().

Referenced by Gtk2Gui_WComboBox_Setup().

static GWENHYWFAR_CB const char* Gtk2Gui_WComboBox_GetCharProperty ( GWEN_WIDGET w,
GWEN_DIALOG_PROPERTY  prop,
int  index,
const char *  defaultValue 
)
static
static GWENHYWFAR_CB int Gtk2Gui_WComboBox_GetIntProperty ( GWEN_WIDGET w,
GWEN_DIALOG_PROPERTY  prop,
int  index,
int  defaultValue 
)
static
static GWENHYWFAR_CB int Gtk2Gui_WComboBox_SetCharProperty ( GWEN_WIDGET w,
GWEN_DIALOG_PROPERTY  prop,
int  index,
const char *  value,
int  doSignal 
)
static
static GWENHYWFAR_CB int Gtk2Gui_WComboBox_SetIntProperty ( GWEN_WIDGET w,
GWEN_DIALOG_PROPERTY  prop,
int  index,
int  value,
int  doSignal 
)
static
int Gtk2Gui_WComboBox_Setup ( GWEN_WIDGET w)