|
gwenhywfar 5.12.0
|


Go to the source code of this file.
Macros | |
| #define | W_LISTBOX_MAX_TYPES 256 |
Functions | |
| static void | CocoaGui_WListBox_Changed_handler (NSTableView *tableView, void *data) |
| static GWENHYWFAR_CB const char * | CocoaGui_WListBox_GetCharProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *defaultValue) |
| static GWENHYWFAR_CB int | CocoaGui_WListBox_GetIntProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int defaultValue) |
| static GWENHYWFAR_CB int | CocoaGui_WListBox_SetCharProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *value, int doSignal) |
| static GWENHYWFAR_CB int | CocoaGui_WListBox_SetIntProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int value, int doSignal) |
| int | CocoaGui_WListBox_Setup (GWEN_WIDGET *w) |
| #define W_LISTBOX_MAX_TYPES 256 |
Definition at line 14 of file w_listbox.mm.
Referenced by Gtk2Gui_WListBox_SetCharProperty(), and Gtk3Gui_WListBox_SetCharProperty().
|
static |
Definition at line 251 of file w_listbox.mm.
References CocoaGui_Dialog_Leave(), DBG_ERROR, GWEN_Dialog_EmitSignal(), GWEN_DialogEvent_ResultAccept, GWEN_DialogEvent_ResultReject, GWEN_DialogEvent_TypeActivated, GWEN_Widget_GetDialog(), GWEN_Widget_GetName(), and GWEN_Widget_GetTopDialog().
Referenced by CocoaGui_WListBox_Setup().


|
static |
Definition at line 208 of file w_listbox.mm.
References COCOA_DIALOG_WIDGET_REAL, DBG_WARN, GWEN_DialogProperty_Title, GWEN_DialogProperty_Value, GWEN_LOGDOMAIN, GWEN_Widget_GetImplData(), GWEN_Widget_GetType(), and GWEN_Widget_Type_toString().
Referenced by CocoaGui_WListBox_Setup().


|
static |
Definition at line 95 of file w_listbox.mm.
References COCOA_DIALOG_WIDGET_REAL, DBG_WARN, GWEN_DialogProperty_ColumnWidth, GWEN_DialogProperty_Enabled, GWEN_DialogProperty_Focus, GWEN_DialogProperty_SortDirection, GWEN_DialogProperty_Value, GWEN_DialogSortDirection_Down, GWEN_DialogSortDirection_None, GWEN_DialogSortDirection_Up, GWEN_LOGDOMAIN, GWEN_Widget_GetImplData(), GWEN_Widget_GetType(), and GWEN_Widget_Type_toString().
Referenced by CocoaGui_WListBox_Setup().


|
static |
Definition at line 155 of file w_listbox.mm.
References COCOA_DIALOG_WIDGET_REAL, DBG_WARN, GWEN_DialogProperty_AddValue, GWEN_DialogProperty_ClearValues, GWEN_DialogProperty_Title, GWEN_ERROR_INVALID, GWEN_LOGDOMAIN, GWEN_Widget_GetImplData(), GWEN_Widget_GetType(), and GWEN_Widget_Type_toString().
Referenced by CocoaGui_WListBox_Setup().


|
static |
Definition at line 19 of file w_listbox.mm.
References COCOA_DIALOG_WIDGET_REAL, DBG_ERROR, DBG_WARN, GWEN_Dialog_SelectionMode_Multi, GWEN_Dialog_SelectionMode_None, GWEN_Dialog_SelectionMode_Single, GWEN_DialogProperty_ColumnWidth, GWEN_DialogProperty_Enabled, GWEN_DialogProperty_Focus, GWEN_DialogProperty_SelectionMode, GWEN_DialogProperty_Sort, GWEN_DialogProperty_SortDirection, GWEN_DialogSortDirection_Up, GWEN_ERROR_INVALID, GWEN_LOGDOMAIN, GWEN_Widget_GetImplData(), GWEN_Widget_GetType(), and GWEN_Widget_Type_toString().
Referenced by CocoaGui_WListBox_Setup().


| int CocoaGui_WListBox_Setup | ( | GWEN_WIDGET * | w | ) |
Definition at line 269 of file w_listbox.mm.
References COCOA_DIALOG_WIDGET_CONTENT, COCOA_DIALOG_WIDGET_REAL, CocoaGui_WListBox_Changed_handler(), CocoaGui_WListBox_GetCharProperty(), CocoaGui_WListBox_GetIntProperty(), CocoaGui_WListBox_SetCharProperty(), CocoaGui_WListBox_SetIntProperty(), CocoaScrollBox::fillX, CocoaScrollBox::fillY, GWEN_Widget_AddChildGuiWidget(), GWEN_WIDGET_FLAGS_FILLX, GWEN_WIDGET_FLAGS_FILLY, GWEN_Widget_GetFlags(), GWEN_Widget_SetGetCharPropertyFn(), GWEN_Widget_SetGetIntPropertyFn(), GWEN_Widget_SetImplData(), GWEN_Widget_SetSetCharPropertyFn(), and GWEN_Widget_SetSetIntPropertyFn().
Referenced by CocoaGui_Dialog_SetupTree().

