gwenhywfar 4.0.3
Data Structures | Typedefs | Functions

w_gridlayout.c File Reference

Go to the source code of this file.

Data Structures

struct  GTK2_GRIDLAYOUT_WIDGET

Typedefs

typedef struct
GTK2_GRIDLAYOUT_WIDGET 
GTK2_GRIDLAYOUT_WIDGET

Functions

static GWENHYWFAR_CB int Gtk2Gui_WGridLayout_AddChildGuiWidget (GWEN_WIDGET *w, GWEN_WIDGET *wChild)
static GWENHYWFAR_CB void Gtk2Gui_WGridLayout_FreeData (void *bp, void *p)
static GWENHYWFAR_CB const char * Gtk2Gui_WGridLayout_GetCharProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *defaultValue)
static GWENHYWFAR_CB int Gtk2Gui_WGridLayout_GetIntProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int defaultValue)
static GWENHYWFAR_CB int Gtk2Gui_WGridLayout_SetCharProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *value, int doSignal)
static GWENHYWFAR_CB int Gtk2Gui_WGridLayout_SetIntProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int value, int doSignal)
int Gtk2Gui_WGridLayout_Setup (GWEN_WIDGET *w)

Typedef Documentation

Definition at line 12 of file w_gridlayout.c.


Function Documentation

static GWENHYWFAR_CB int Gtk2Gui_WGridLayout_AddChildGuiWidget ( GWEN_WIDGET w,
GWEN_WIDGET wChild 
) [static]
static GWENHYWFAR_CB void Gtk2Gui_WGridLayout_FreeData ( void *  bp,
void *  p 
) [static]

Definition at line 193 of file w_gridlayout.c.

References GWEN_FREE_OBJECT.

Referenced by Gtk2Gui_WGridLayout_Setup().

static GWENHYWFAR_CB const char* Gtk2Gui_WGridLayout_GetCharProperty ( GWEN_WIDGET w,
GWEN_DIALOG_PROPERTY  prop,
int  index,
const char *  defaultValue 
) [static]
static GWENHYWFAR_CB int Gtk2Gui_WGridLayout_GetIntProperty ( GWEN_WIDGET w,
GWEN_DIALOG_PROPERTY  prop,
int  index,
int  defaultValue 
) [static]
static GWENHYWFAR_CB int Gtk2Gui_WGridLayout_SetCharProperty ( GWEN_WIDGET w,
GWEN_DIALOG_PROPERTY  prop,
int  index,
const char *  value,
int  doSignal 
) [static]
static GWENHYWFAR_CB int Gtk2Gui_WGridLayout_SetIntProperty ( GWEN_WIDGET w,
GWEN_DIALOG_PROPERTY  prop,
int  index,
int  value,
int  doSignal 
) [static]
int Gtk2Gui_WGridLayout_Setup ( GWEN_WIDGET w)