gwenhywfar  4.3.3
Macros | Functions
w_listbox.c File Reference

Go to the source code of this file.

Macros

#define W_LISTBOX_MAX_TYPES   256

Functions

static void Gtk2Gui_WListBox_CursorChanged_handler (GtkTreeView *g, gpointer data)
static GWENHYWFAR_CB const char * Gtk2Gui_WListBox_GetCharProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *defaultValue)
static GWENHYWFAR_CB int Gtk2Gui_WListBox_GetIntProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int defaultValue)
static GWENHYWFAR_CB int Gtk2Gui_WListBox_SetCharProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *value, int doSignal)
static GWENHYWFAR_CB int Gtk2Gui_WListBox_SetIntProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int value, int doSignal)
int Gtk2Gui_WListBox_Setup (GWEN_WIDGET *w)

Macro Definition Documentation

#define W_LISTBOX_MAX_TYPES   256

Definition at line 11 of file w_listbox.c.

Referenced by Gtk2Gui_WListBox_SetCharProperty().

Function Documentation

static void Gtk2Gui_WListBox_CursorChanged_handler ( GtkTreeView *  g,
gpointer  data 
)
static
static GWENHYWFAR_CB const char* Gtk2Gui_WListBox_GetCharProperty ( GWEN_WIDGET w,
GWEN_DIALOG_PROPERTY  prop,
int  index,
const char *  defaultValue 
)
static
static GWENHYWFAR_CB int Gtk2Gui_WListBox_GetIntProperty ( GWEN_WIDGET w,
GWEN_DIALOG_PROPERTY  prop,
int  index,
int  defaultValue 
)
static
static GWENHYWFAR_CB int Gtk2Gui_WListBox_SetCharProperty ( GWEN_WIDGET w,
GWEN_DIALOG_PROPERTY  prop,
int  index,
const char *  value,
int  doSignal 
)
static
static GWENHYWFAR_CB int Gtk2Gui_WListBox_SetIntProperty ( GWEN_WIDGET w,
GWEN_DIALOG_PROPERTY  prop,
int  index,
int  value,
int  doSignal 
)
static
int Gtk2Gui_WListBox_Setup ( GWEN_WIDGET w)