gwenhywfar  4.3.1
Functions
w_textedit.mm File Reference
#import "CocoaLineTextField.h"

Go to the source code of this file.

Functions

static void CocoaGui_WTextEdit_Changed_text_handler (NSTextField *textField, void *data)
static void CocoaGui_WTextEdit_End_Editing_text_handler (NSTextField *textField, void *data)
static GWENHYWFAR_CB const char * CocoaGui_WTextEdit_GetCharProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *defaultValue)
static GWENHYWFAR_CB int CocoaGui_WTextEdit_GetIntProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int defaultValue)
static GWENHYWFAR_CB int CocoaGui_WTextEdit_SetCharProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *value, int doSignal)
static GWENHYWFAR_CB int CocoaGui_WTextEdit_SetIntProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int value, int doSignal)
int CocoaGui_WTextEdit_Setup (GWEN_WIDGET *w)

Function Documentation

static void CocoaGui_WTextEdit_Changed_text_handler ( NSTextField *  textField,
void *  data 
) [static]
static void CocoaGui_WTextEdit_End_Editing_text_handler ( NSTextField *  textField,
void *  data 
) [static]
static GWENHYWFAR_CB const char* CocoaGui_WTextEdit_GetCharProperty ( GWEN_WIDGET w,
GWEN_DIALOG_PROPERTY  prop,
int  index,
const char *  defaultValue 
) [static]
static GWENHYWFAR_CB int CocoaGui_WTextEdit_GetIntProperty ( GWEN_WIDGET w,
GWEN_DIALOG_PROPERTY  prop,
int  index,
int  defaultValue 
) [static]
static GWENHYWFAR_CB int CocoaGui_WTextEdit_SetCharProperty ( GWEN_WIDGET w,
GWEN_DIALOG_PROPERTY  prop,
int  index,
const char *  value,
int  doSignal 
) [static]
static GWENHYWFAR_CB int CocoaGui_WTextEdit_SetIntProperty ( GWEN_WIDGET w,
GWEN_DIALOG_PROPERTY  prop,
int  index,
int  value,
int  doSignal 
) [static]