Macros | |
#define | _calc |
Functions | |
static void | D4D_ComboBoxOnMessage (D4D_MESSAGE *pMsg) |
static void | D4D_ComboBoxStornoSelection (D4D_OBJECT *pThis) |
D4D_DECLARE_BMP (bmp_arrow, arrow, palette_arrow) | |
Byte | D4D_ComboBoxListBoxMsgFeedBack (D4D_MESSAGE *pMsg) |
void | D4D_ComboBoxListFeedBack (D4D_OBJECT *pThis, D4D_EVENTID eventId) |
void | D4D_ComboBoxEditFeedBack (D4D_OBJECT *pThis, D4D_EVENTID eventId) |
Byte | D4D_ComboBoxButtonMsgFeedBack (D4D_MESSAGE *pMsg) |
void | D4D_ComboBoxButtonFeedBack (D4D_OBJECT *pThis) |
D4D_COMBO_BOX_INDEX | D4D_ComboBoxGetIndex (D4D_OBJECT *pThis) |
void | D4D_ComboBoxSetIndex (D4D_OBJECT *pThis, D4D_COMBO_BOX_INDEX ix) |
Variables | |
const Byte | arrow [] |
Word | palette_arrow [] |
const D4D_OBJECT_SYS_FUNCTION | d4d_comboBoxSysFunc |
const D4D_MARGIN | comboBox_marginDefault |
D4D driver comboBox object c file.
Definition in file d4d_combo_box.c.
#define _calc |
Definition at line 113 of file d4d_combo_box.c.
void D4D_ComboBoxButtonFeedBack | ( | D4D_OBJECT * | pThis | ) |
Byte D4D_ComboBoxButtonMsgFeedBack | ( | D4D_MESSAGE * | pMsg | ) |
void D4D_ComboBoxEditFeedBack | ( | D4D_OBJECT * | pThis, |
D4D_EVENTID | eventId | ||
) |
D4D_COMBO_BOX_INDEX D4D_ComboBoxGetIndex | ( | D4D_OBJECT * | pThis | ) |
Definition at line 236 of file d4d_combo_box.c.
Byte D4D_ComboBoxListBoxMsgFeedBack | ( | D4D_MESSAGE * | pMsg | ) |
void D4D_ComboBoxListFeedBack | ( | D4D_OBJECT * | pThis, |
D4D_EVENTID | eventId | ||
) |
|
static |
void D4D_ComboBoxSetIndex | ( | D4D_OBJECT * | pThis, |
D4D_COMBO_BOX_INDEX | ix | ||
) |
|
static |
THE INTERNAL API FUNCTIONS
Definition at line 288 of file d4d_combo_box.c.
D4D_DECLARE_BMP | ( | bmp_arrow | , |
arrow | , | ||
palette_arrow | |||
) |
Definition at line 64 of file d4d_combo_box.c.
const Byte arrow |
Definition at line 59 of file d4d_combo_box.c.
const D4D_MARGIN comboBox_marginDefault |
Definition at line 95 of file d4d_combo_box.c.
const D4D_OBJECT_SYS_FUNCTION d4d_comboBoxSysFunc |
Definition at line 87 of file d4d_combo_box.c.
Word palette_arrow[] |
Definition at line 60 of file d4d_combo_box.c.