#import "CocoaWindow.h"
#import "CocoaWindowContentView.h"
Go to the source code of this file.
Functions | |
static GWENHYWFAR_CB int | CocoaGui_WDialog_AddChildGuiWidget (GWEN_WIDGET *w, GWEN_WIDGET *wChild) |
static GWENHYWFAR_CB const char * | CocoaGui_WDialog_GetCharProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *defaultValue) |
static GWENHYWFAR_CB int | CocoaGui_WDialog_GetIntProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int defaultValue) |
static GWENHYWFAR_CB int | CocoaGui_WDialog_SetCharProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *value, int doSignal) |
static GWENHYWFAR_CB int | CocoaGui_WDialog_SetIntProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int value, int doSignal) |
int | CocoaGui_WDialog_Setup (GWEN_WIDGET *w) |
static GWENHYWFAR_CB int CocoaGui_WDialog_AddChildGuiWidget | ( | GWEN_WIDGET * | w, | |
GWEN_WIDGET * | wChild | |||
) | [static] |
Definition at line 158 of file w_dialog.mm.
References CocoaWindowContentView::addLayoutSubview:, COCOA_DIALOG_WIDGET_REAL, and GWEN_Widget_GetImplData().
Referenced by CocoaGui_WDialog_Setup().
static GWENHYWFAR_CB const char* CocoaGui_WDialog_GetCharProperty | ( | GWEN_WIDGET * | w, | |
GWEN_DIALOG_PROPERTY | prop, | |||
int | index, | |||
const char * | defaultValue | |||
) | [static] |
Definition at line 133 of file w_dialog.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_WDialog_Setup().
static GWENHYWFAR_CB int CocoaGui_WDialog_GetIntProperty | ( | GWEN_WIDGET * | w, | |
GWEN_DIALOG_PROPERTY | prop, | |||
int | index, | |||
int | defaultValue | |||
) | [static] |
Definition at line 66 of file w_dialog.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_WDialog_Setup().
static GWENHYWFAR_CB int CocoaGui_WDialog_SetCharProperty | ( | GWEN_WIDGET * | w, | |
GWEN_DIALOG_PROPERTY | prop, | |||
int | index, | |||
const char * | value, | |||
int | doSignal | |||
) | [static] |
Definition at line 101 of file w_dialog.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_WDialog_Setup().
static GWENHYWFAR_CB int CocoaGui_WDialog_SetIntProperty | ( | GWEN_WIDGET * | w, | |
GWEN_DIALOG_PROPERTY | prop, | |||
int | index, | |||
int | value, | |||
int | doSignal | |||
) | [static] |
Definition at line 16 of file w_dialog.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_WDialog_Setup().
int CocoaGui_WDialog_Setup | ( | GWEN_WIDGET * | w | ) |
Definition at line 181 of file w_dialog.mm.
References COCOA_DIALOG_WIDGET_CONTENT, COCOA_DIALOG_WIDGET_REAL, CocoaGui_WDialog_AddChildGuiWidget(), CocoaGui_WDialog_GetCharProperty(), CocoaGui_WDialog_GetIntProperty(), CocoaGui_WDialog_SetCharProperty(), CocoaGui_WDialog_SetIntProperty(), 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().