#include "types.h"#include "window.h"
Go to the source code of this file.
Data Structures | |
| struct | dirSelType |
| struct | widgetDataType |
Typedefs | |
| typedef int(* | funcDraw )(widgetDataType *pwd, ULONG ud) |
Enumerations | |
| enum | { SPIN_UP = 1, SPIN_DOWN, RADIO_BUTTON, TEXT, FLASH_IMAGE, BATTERY } |
Functions | |
| void | DrawWidgets (WINDOW *pWnd, const widgetDataType *pwdArray, UINT16 count, funcDraw fc, ULONG customData) |
| typedef int(* funcDraw)(widgetDataType *pwd, ULONG ud) |
| void DrawWidgets | ( | WINDOW * | pWnd, | |
| const widgetDataType * | pwdArray, | |||
| UINT16 | count, | |||
| funcDraw | fc, | |||
| ULONG | customData | |||
| ) |
References FLASH_IMAGE, widgetDataType::height, HFLIP_ROT90, RADIO_BUTTON, ROT90, SPIN_DOWN, SPIN_UP, spinUpShape, ssd_2d_rect_outline(), TEXT, TRACE5, widgetDataType::type, widgetDataType::width, widgetDataType::x, and widgetDataType::y.

1.6.3