µGFX  2.9
version 2.9
Renderings

Detailed Description

Built-in rendering functions for the list widget.

These function may be passed to gwinSetCustomDraw() to get different list drawing styles.

Note
In your custom list drawing function you may optionally call these standard functions and then draw your extra details on top.
These custom drawing routines don't have to worry about setting clipping as the framework sets clipping to the object window prior to calling these routines.

Functions

void gwinListDefaultDraw (GWidgetObject *gw, void *param)
 The default rendering function for the list widget. More...
 

Function Documentation

◆ gwinListDefaultDraw()

void gwinListDefaultDraw ( GWidgetObject gw,
void *  param 
)

The default rendering function for the list widget.

Parameters
[in]gwThe widget object (must be a list object)
[in]paramA parameter passed in from the user. Ignored by this function.
Function Class: Normal API, this function can be invoked by regular system threads.