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