gwenhywfar  5.3.0
Functions
gtk2/w_image.c File Reference

Go to the source code of this file.

Functions

static GWENHYWFAR_CB int Gtk2Gui_WImage_GetIntProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int defaultValue)
 
static GWENHYWFAR_CB int Gtk2Gui_WImage_SetIntProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int value, int doSignal)
 
int Gtk2Gui_WImage_Setup (GWEN_WIDGET *w)
 

Function Documentation

◆ Gtk2Gui_WImage_GetIntProperty()

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

Definition at line 48 of file gtk2/w_image.c.

References DBG_WARN, GTK2_DIALOG_WIDGET_REAL, GWEN_DialogProperty_Enabled, GWEN_DialogProperty_Focus, GWEN_LOGDOMAIN, GWEN_Widget_GetImplData(), GWEN_Widget_GetType(), and GWEN_Widget_Type_toString().

Referenced by Gtk2Gui_WImage_Setup().

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

◆ Gtk2Gui_WImage_SetIntProperty()

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

Definition at line 14 of file gtk2/w_image.c.

References DBG_WARN, GTK2_DIALOG_WIDGET_REAL, GWEN_DialogProperty_Enabled, GWEN_DialogProperty_Focus, GWEN_ERROR_INVALID, GWEN_LOGDOMAIN, GWEN_Widget_GetImplData(), GWEN_Widget_GetType(), and GWEN_Widget_Type_toString().

Referenced by Gtk2Gui_WImage_Setup().

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

◆ Gtk2Gui_WImage_Setup()

int Gtk2Gui_WImage_Setup ( GWEN_WIDGET w)