STemWin
GUI_DRAW
is only used within STemWin.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STemWin
GUI_DRAW
GUI_DRAW struct
GUI_DRAW The GUI_DRAW object is used as base class for selfdrawing, non-windows objects. They are used as content of different widgets, such as the bitmap or header widgets.
Syntax
Show:
Summary
Declaration
Definition
from
WIDGET.h:266
typedef
struct
GUI_DRAW
GUI_DRAW
;
Implemented in
WIDGET.h:278
Fields
Field
Declared as
GUI_DRAW::pConsts
const
GUI_DRAW_CONSTS
*
GUI_DRAW::Data
union
{
const
void
*
pData
;
GUI_DRAW_SELF_CB
*
pfDraw
;
}
GUI_DRAW::xOff
I16
GUI_DRAW::yOff
I16
xOff
,
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out