gwenhywfar 5.12.0
w_progressbar.mm File Reference
Include dependency graph for w_progressbar.mm:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  W_PROGRESSBAR

Typedefs

typedef struct W_PROGRESSBAR W_PROGRESSBAR

Functions

static void GWENHYWFAR_CB CocoaGui_WProgressBar_FreeData (void *bp, void *p)
static GWENHYWFAR_CB const char * CocoaGui_WProgressBar_GetCharProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *defaultValue)
static GWENHYWFAR_CB int CocoaGui_WProgressBar_GetIntProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int defaultValue)
static GWENHYWFAR_CB int CocoaGui_WProgressBar_SetCharProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *value, int doSignal)
static GWENHYWFAR_CB int CocoaGui_WProgressBar_SetIntProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int value, int doSignal)
int CocoaGui_WProgressBar_Setup (GWEN_WIDGET *w)

Typedef Documentation

◆ W_PROGRESSBAR

typedef struct W_PROGRESSBAR W_PROGRESSBAR

Definition at line 13 of file w_progressbar.mm.

Function Documentation

◆ CocoaGui_WProgressBar_FreeData()

void GWENHYWFAR_CB CocoaGui_WProgressBar_FreeData ( void * bp,
void * p )
static

Definition at line 181 of file w_progressbar.mm.

References GWEN_FREE_OBJECT, and GWENHYWFAR_CB.

Referenced by CocoaGui_WProgressBar_Setup().

Here is the caller graph for this function:

◆ CocoaGui_WProgressBar_GetCharProperty()

GWENHYWFAR_CB const char * CocoaGui_WProgressBar_GetCharProperty ( GWEN_WIDGET * w,
GWEN_DIALOG_PROPERTY prop,
int index,
const char * defaultValue )
static

Definition at line 169 of file w_progressbar.mm.

References DBG_WARN, GWEN_LOGDOMAIN, GWEN_Widget_GetType(), and GWEN_Widget_Type_toString().

Referenced by CocoaGui_WProgressBar_Setup().

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

◆ CocoaGui_WProgressBar_GetIntProperty()

◆ CocoaGui_WProgressBar_SetCharProperty()

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

Definition at line 155 of file w_progressbar.mm.

References DBG_WARN, GWEN_ERROR_INVALID, GWEN_LOGDOMAIN, GWEN_Widget_GetType(), and GWEN_Widget_Type_toString().

Referenced by CocoaGui_WProgressBar_Setup().

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

◆ CocoaGui_WProgressBar_SetIntProperty()

◆ CocoaGui_WProgressBar_Setup()