gwenhywfar
4.3.3
|
Go to the source code of this file.
Functions | |
static GWENHYWFAR_CB int | CocoaGui_WGroupBox_AddChildGuiWidget (GWEN_WIDGET *w, GWEN_WIDGET *wChild) |
static GWENHYWFAR_CB const char * | CocoaGui_WGroupBox_GetCharProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *defaultValue) |
static GWENHYWFAR_CB int | CocoaGui_WGroupBox_GetIntProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int defaultValue) |
static GWENHYWFAR_CB int | CocoaGui_WGroupBox_SetCharProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *value, int doSignal) |
static GWENHYWFAR_CB int | CocoaGui_WGroupBox_SetIntProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int value, int doSignal) |
int | CocoaGui_WGroupBox_Setup (GWEN_WIDGET *w) |
|
static |
Definition at line 152 of file w_groupbox.mm.
References COCOA_DIALOG_WIDGET_REAL, and GWEN_Widget_GetImplData().
Referenced by CocoaGui_WGroupBox_Setup().
|
static |
Definition at line 127 of file w_groupbox.mm.
References COCOA_DIALOG_WIDGET_REAL, DBG_WARN, GWEN_DialogProperty_Title, GWEN_LOGDOMAIN, GWEN_Widget_GetImplData(), GWEN_Widget_GetType(), and GWEN_Widget_Type_toString().
Referenced by CocoaGui_WGroupBox_Setup().
|
static |
Definition at line 60 of file w_groupbox.mm.
References COCOA_DIALOG_WIDGET_REAL, DBG_WARN, GWEN_DialogProperty_Enabled, GWEN_DialogProperty_Focus, GWEN_DialogProperty_Height, GWEN_DialogProperty_Width, GWEN_LOGDOMAIN, GWEN_Widget_GetImplData(), GWEN_Widget_GetType(), and GWEN_Widget_Type_toString().
Referenced by CocoaGui_WGroupBox_Setup().
|
static |
Definition at line 97 of file w_groupbox.mm.
References COCOA_DIALOG_WIDGET_REAL, DBG_WARN, GWEN_DialogProperty_Title, GWEN_ERROR_INVALID, GWEN_LOGDOMAIN, GWEN_Widget_GetImplData(), GWEN_Widget_GetType(), and GWEN_Widget_Type_toString().
Referenced by CocoaGui_WGroupBox_Setup().
|
static |
Definition at line 15 of file w_groupbox.mm.
References COCOA_DIALOG_WIDGET_REAL, DBG_WARN, GWEN_DialogProperty_Enabled, GWEN_DialogProperty_Focus, GWEN_DialogProperty_Height, GWEN_DialogProperty_Width, GWEN_ERROR_INVALID, GWEN_LOGDOMAIN, GWEN_Widget_GetImplData(), GWEN_Widget_GetType(), and GWEN_Widget_Type_toString().
Referenced by CocoaGui_WGroupBox_Setup().
int CocoaGui_WGroupBox_Setup | ( | GWEN_WIDGET * | w | ) |
Definition at line 177 of file w_groupbox.mm.
References COCOA_DIALOG_WIDGET_CONTENT, COCOA_DIALOG_WIDGET_REAL, CocoaGui_WGroupBox_AddChildGuiWidget(), CocoaGui_WGroupBox_GetCharProperty(), CocoaGui_WGroupBox_GetIntProperty(), CocoaGui_WGroupBox_SetCharProperty(), CocoaGui_WGroupBox_SetIntProperty(), CocoaGroupBox::fillX, CocoaGroupBox::fillY, GWEN_Widget_AddChildGuiWidget(), GWEN_WIDGET_FLAGS_FILLX, GWEN_WIDGET_FLAGS_FILLY, GWEN_Widget_GetFlags(), GWEN_Widget_GetText(), GWEN_Widget_SetAddChildGuiWidgetFn(), GWEN_Widget_SetGetCharPropertyFn(), GWEN_Widget_SetGetIntPropertyFn(), GWEN_Widget_SetImplData(), GWEN_Widget_SetSetCharPropertyFn(), and GWEN_Widget_SetSetIntPropertyFn().
Referenced by CocoaGui_Dialog_SetupTree().