gwenhywfar  5.10.1
Functions
w_textbrowser.mm File Reference
#import "CocoaTextBrowser.h"
Include dependency graph for w_textbrowser.mm:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ CocoaGui_WTextBrowser_GetCharProperty()

static GWENHYWFAR_CB const char* CocoaGui_WTextBrowser_GetCharProperty ( GWEN_WIDGET w,
GWEN_DIALOG_PROPERTY  prop,
int  index,
const char *  defaultValue 
)
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(), and GWEN_Widget_Type_toString().

Referenced by CocoaGui_WTextBrowser_Setup().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CocoaGui_WTextBrowser_GetIntProperty()

static GWENHYWFAR_CB int CocoaGui_WTextBrowser_GetIntProperty ( GWEN_WIDGET w,
GWEN_DIALOG_PROPERTY  prop,
int  index,
int  defaultValue 
)
static

◆ CocoaGui_WTextBrowser_SetCharProperty()

static GWENHYWFAR_CB int CocoaGui_WTextBrowser_SetCharProperty ( GWEN_WIDGET w,
GWEN_DIALOG_PROPERTY  prop,
int  index,
const char *  value,
int  doSignal 
)
static

◆ CocoaGui_WTextBrowser_SetIntProperty()

static GWENHYWFAR_CB int CocoaGui_WTextBrowser_SetIntProperty ( GWEN_WIDGET w,
GWEN_DIALOG_PROPERTY  prop,
int  index,
int  value,
int  doSignal 
)
static

◆ CocoaGui_WTextBrowser_Setup()

int CocoaGui_WTextBrowser_Setup ( GWEN_WIDGET w)