![]() |
µGFX
2.9
version 2.9
|
Built-in rendering functions for the list widget.
These function may be passed to gwinSetCustomDraw() to get different list drawing styles.
Functions | |
| void | gwinListDefaultDraw (GWidgetObject *gw, void *param) |
| The default rendering function for the list widget. More... | |
| void gwinListDefaultDraw | ( | GWidgetObject * | gw, |
| void * | param | ||
| ) |
The default rendering function for the list widget.
| [in] | gw | The widget object (must be a list object) |
| [in] | param | A parameter passed in from the user. Ignored by this function. |