gwenhywfar  5.10.1
Macros | Functions
w_listbox.mm File Reference
#import "CocoaScrollBox.h"
#import "CocoaListBox.h"
Include dependency graph for w_listbox.mm:
This graph shows which files directly or indirectly include this file:

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

◆ W_LISTBOX_MAX_TYPES

#define W_LISTBOX_MAX_TYPES   256

Definition at line 14 of file w_listbox.mm.

Function Documentation

◆ CocoaGui_WListBox_Changed_handler()

static void CocoaGui_WListBox_Changed_handler ( NSTableView *  tableView,
void *  data 
)
static

◆ CocoaGui_WListBox_GetCharProperty()

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

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

◆ CocoaGui_WListBox_GetIntProperty()

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

◆ CocoaGui_WListBox_SetCharProperty()

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

◆ CocoaGui_WListBox_SetIntProperty()

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

◆ CocoaGui_WListBox_Setup()

int CocoaGui_WListBox_Setup ( GWEN_WIDGET w)