gwenhywfar 5.12.0
w_progressbar.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_PROGRESSBAR

Functions

static void GWENHYWFAR_CB Gtk3Gui_WProgressBar_FreeData (GWEN_UNUSED void *bp, void *p)
static GWENHYWFAR_CB const char * Gtk3Gui_WProgressBar_GetCharProperty (GWEN_WIDGET *w, GWEN_UNUSED GWEN_DIALOG_PROPERTY prop, GWEN_UNUSED int index, const char *defaultValue)
static GWENHYWFAR_CB int Gtk3Gui_WProgressBar_GetIntProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, GWEN_UNUSED int index, int defaultValue)
static GWENHYWFAR_CB int Gtk3Gui_WProgressBar_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 Gtk3Gui_WProgressBar_SetIntProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, GWEN_UNUSED int index, int value, GWEN_UNUSED int doSignal)
int Gtk3Gui_WProgressBar_Setup (GWEN_WIDGET *w)

Function Documentation

◆ Gtk3Gui_WProgressBar_FreeData()

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

Definition at line 205 of file gtk3/w_progressbar.c.

References GWEN_FREE_OBJECT, GWEN_UNUSED, and GWENHYWFAR_CB.

Referenced by Gtk3Gui_WProgressBar_Setup().

Here is the caller graph for this function:

◆ Gtk3Gui_WProgressBar_GetCharProperty()

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

Definition at line 192 of file gtk3/w_progressbar.c.

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

Referenced by Gtk3Gui_WProgressBar_Setup().

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

◆ Gtk3Gui_WProgressBar_GetIntProperty()

◆ Gtk3Gui_WProgressBar_SetCharProperty()

GWENHYWFAR_CB int Gtk3Gui_WProgressBar_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 177 of file gtk3/w_progressbar.c.

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

Referenced by Gtk3Gui_WProgressBar_Setup().

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

◆ Gtk3Gui_WProgressBar_SetIntProperty()

◆ Gtk3Gui_WProgressBar_Setup()