gwenhywfar 5.12.0
w_listbox.c File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define W_LISTBOX_MAX_TYPES   256

Functions

static void Gtk3Gui_WListBox_CursorChanged_handler (GWEN_UNUSED GtkTreeView *g, gpointer data)
static GWENHYWFAR_CB const char * Gtk3Gui_WListBox_GetCharProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *defaultValue)
static GWENHYWFAR_CB int Gtk3Gui_WListBox_GetIntProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int defaultValue)
static GWENHYWFAR_CB int Gtk3Gui_WListBox_SetCharProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, GWEN_UNUSED int index, const char *value, GWEN_UNUSED int doSignal)
static GWENHYWFAR_CB int Gtk3Gui_WListBox_SetIntProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int value, GWEN_UNUSED int doSignal)
int Gtk3Gui_WListBox_Setup (GWEN_WIDGET *w)

Macro Definition Documentation

◆ W_LISTBOX_MAX_TYPES

#define W_LISTBOX_MAX_TYPES   256

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

Function Documentation

◆ Gtk3Gui_WListBox_CursorChanged_handler()

void Gtk3Gui_WListBox_CursorChanged_handler ( GWEN_UNUSED GtkTreeView * g,
gpointer data )
static

◆ Gtk3Gui_WListBox_GetCharProperty()

◆ Gtk3Gui_WListBox_GetIntProperty()

◆ Gtk3Gui_WListBox_SetCharProperty()

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

◆ Gtk3Gui_WListBox_SetIntProperty()

◆ Gtk3Gui_WListBox_Setup()