52 "Function is not appropriate for this type of widget (%s)",
84 "Function is not appropriate for this type of widget (%s)",
103 "Function is not appropriate for this type of widget (%s)",
114 const char *defaultValue) {
121 "Function is not appropriate for this type of widget (%s)",
142 [gridLayout addLayoutSubview:childView];
232 wParent=GWEN_Widget_Tree_GetParent(w);
237 gridLayout = [[[
CocoaGridLayout alloc] initWithFrame:NSMakeRect(10.0, 10.0, 200.0, 200.0)] autorelease];
239 gridLayout.
rows = rows;
#define COCOA_DIALOG_WIDGET_REAL
#define GWEN_ERROR_INVALID
static GWENHYWFAR_CB int CocoaGui_WGridLayout_AddChildGuiWidget(GWEN_WIDGET *w, GWEN_WIDGET *wChild)
static GWENHYWFAR_CB int CocoaGui_WGridLayout_SetIntProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int value, int doSignal)
#define DBG_WARN(dbg_logger, format, args...)
int CocoaGui_WGridLayout_Setup(GWEN_WIDGET *w)
#define COCOA_DIALOG_WIDGET_CONTENT
static GWENHYWFAR_CB int CocoaGui_WGridLayout_SetCharProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *value, int doSignal)
#define GWEN_WIDGET_FLAGS_FILLY
#define GWEN_WIDGET_FLAGS_FILLX
static GWENHYWFAR_CB const char * CocoaGui_WGridLayout_GetCharProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *defaultValue)
static GWENHYWFAR_CB int CocoaGui_WGridLayout_GetIntProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int defaultValue)