gwenhywfar  4.8.0beta
Macros | Functions
w_listbox.mm File Reference
#import "CocoaScrollBox.h"
#import "CocoaListBox.h"

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)

Macro Definition Documentation

#define W_LISTBOX_MAX_TYPES   256

Definition at line 14 of file w_listbox.mm.

Function Documentation

static void CocoaGui_WListBox_Changed_handler ( NSTableView *  tableView,
void *  data 
)
static
static GWENHYWFAR_CB const char* CocoaGui_WListBox_GetCharProperty ( GWEN_WIDGET w,
GWEN_DIALOG_PROPERTY  prop,
int  index,
const char *  defaultValue 
)
static
static GWENHYWFAR_CB int CocoaGui_WListBox_GetIntProperty ( GWEN_WIDGET w,
GWEN_DIALOG_PROPERTY  prop,
int  index,
int  defaultValue 
)
static
static GWENHYWFAR_CB int CocoaGui_WListBox_SetCharProperty ( GWEN_WIDGET w,
GWEN_DIALOG_PROPERTY  prop,
int  index,
const char *  value,
int  doSignal 
)
static
static GWENHYWFAR_CB int CocoaGui_WListBox_SetIntProperty ( GWEN_WIDGET w,
GWEN_DIALOG_PROPERTY  prop,
int  index,
int  value,
int  doSignal 
)
static
int CocoaGui_WListBox_Setup ( GWEN_WIDGET w)