gwenhywfar 5.10.1
Data Structures | Typedefs | Functions
gtk3/w_combobox.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_COMBOBOX
 

Typedefs

typedef struct W_COMBOBOX W_COMBOBOX
 

Functions

static void changed_handler (GWEN_UNUSED GtkWidget *comboBox, gpointer data)
 
static void GWENHYWFAR_CB Gtk3Gui_WComboBox_FreeData (GWEN_UNUSED void *bp, void *p)
 
static GWENHYWFAR_CB const char * Gtk3Gui_WComboBox_GetCharProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *defaultValue)
 
static GWENHYWFAR_CB int Gtk3Gui_WComboBox_GetIntProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, GWEN_UNUSED int index, int defaultValue)
 
static GWENHYWFAR_CB int Gtk3Gui_WComboBox_SetCharProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, GWEN_UNUSED int index, const char *value, GWEN_UNUSED int doSignal)
 
static GWENHYWFAR_CB int Gtk3Gui_WComboBox_SetIntProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, GWEN_UNUSED int index, int value, GWEN_UNUSED int doSignal)
 
int Gtk3Gui_WComboBox_Setup (GWEN_WIDGET *w)
 

Typedef Documentation

◆ W_COMBOBOX

typedef struct W_COMBOBOX W_COMBOBOX

Definition at line 11 of file gtk3/w_combobox.c.

Function Documentation

◆ changed_handler()

static void changed_handler ( GWEN_UNUSED GtkWidget *  comboBox,
gpointer  data 
)
static

◆ Gtk3Gui_WComboBox_FreeData()

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

Definition at line 241 of file gtk3/w_combobox.c.

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

Referenced by Gtk3Gui_WComboBox_Setup().

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

◆ Gtk3Gui_WComboBox_GetCharProperty()

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

◆ Gtk3Gui_WComboBox_GetIntProperty()

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

◆ Gtk3Gui_WComboBox_SetCharProperty()

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

◆ Gtk3Gui_WComboBox_SetIntProperty()

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

◆ Gtk3Gui_WComboBox_Setup()

int Gtk3Gui_WComboBox_Setup ( GWEN_WIDGET w)