gwenhywfar
4.8.0beta
|
#import "CocoaTextBrowser.h"
Go to the source code of this file.
Functions | |
static GWENHYWFAR_CB const char * | CocoaGui_WTextBrowser_GetCharProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *defaultValue) |
static GWENHYWFAR_CB int | CocoaGui_WTextBrowser_GetIntProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int defaultValue) |
static GWENHYWFAR_CB int | CocoaGui_WTextBrowser_SetCharProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *value, int doSignal) |
static GWENHYWFAR_CB int | CocoaGui_WTextBrowser_SetIntProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int value, int doSignal) |
int | CocoaGui_WTextBrowser_Setup (GWEN_WIDGET *w) |
|
static |
Definition at line 138 of file w_textbrowser.mm.
References COCOA_DIALOG_WIDGET_CONTENT, DBG_WARN, GWEN_DialogProperty_Value, GWEN_LOGDOMAIN, GWEN_Widget_GetImplData(), GWEN_Widget_GetType(), GWEN_Widget_Type_toString(), and CocoaTextBrowser::stringValue.
Referenced by CocoaGui_WTextBrowser_Setup().
|
static |
Definition at line 62 of file w_textbrowser.mm.
References COCOA_DIALOG_WIDGET_CONTENT, 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_WTextBrowser_Setup().
|
static |
Definition at line 96 of file w_textbrowser.mm.
References COCOA_DIALOG_WIDGET_CONTENT, DBG_WARN, GWEN_Dialog_GetMediaPaths(), GWEN_DialogProperty_Value, GWEN_ERROR_INVALID, GWEN_LOGDOMAIN, GWEN_StringList_FirstEntry(), GWEN_StringListEntry_Data(), GWEN_Widget_GetDialog(), GWEN_Widget_GetImplData(), GWEN_Widget_GetType(), GWEN_Widget_Type_toString(), and CocoaTextBrowser::setStringValue:BasePath:.
Referenced by CocoaGui_WTextBrowser_Setup().
|
static |
Definition at line 15 of file w_textbrowser.mm.
References COCOA_DIALOG_WIDGET_CONTENT, 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_WTextBrowser_Setup().
int CocoaGui_WTextBrowser_Setup | ( | GWEN_WIDGET * | w) |
Definition at line 166 of file w_textbrowser.mm.
References COCOA_DIALOG_WIDGET_CONTENT, COCOA_DIALOG_WIDGET_REAL, CocoaGui_WTextBrowser_GetCharProperty(), CocoaGui_WTextBrowser_GetIntProperty(), CocoaGui_WTextBrowser_SetCharProperty(), CocoaGui_WTextBrowser_SetIntProperty(), CocoaTextBrowser::fillX, CocoaTextBrowser::fillY, GWEN_Widget_AddChildGuiWidget(), GWEN_WIDGET_FLAGS_FILLX, GWEN_WIDGET_FLAGS_FILLY, GWEN_Widget_GetFlags(), GWEN_Widget_GetText(), GWEN_Widget_SetGetCharPropertyFn(), GWEN_Widget_SetGetIntPropertyFn(), GWEN_Widget_SetImplData(), GWEN_Widget_SetSetCharPropertyFn(), GWEN_Widget_SetSetIntPropertyFn(), and CocoaTextBrowser::setStringValue:.
Referenced by CocoaGui_Dialog_SetupTree().