![]() |
µGFX
2.9
version 2.9
|
The Virtual Method Table for a container.
_gcontainerDestroy()
or use your own function which internally calls _gcontainerDestroy()
. _containerRedraw()
. Definition at line 132 of file gwin_class.h.
#include <gwin_class.h>
Data Fields | |
gCoord(* | LeftBorder )(GHandle gh) |
gCoord(* | TopBorder )(GHandle gh) |
gCoord(* | RightBorder )(GHandle gh) |
gCoord(* | BottomBorder )(GHandle gh) |
void(* | NotifyAdd )(GHandle gh, GHandle ghChild) |
void(* | NotifyDelete )(GHandle gh, GHandle ghChild) |
The size of the bottom border (mandatory)
Definition at line 137 of file gwin_class.h.
The size of the left border (mandatory)
Definition at line 134 of file gwin_class.h.
Notification that a child has been added (optional)
Definition at line 138 of file gwin_class.h.
Notification that a child has been deleted (optional)
Definition at line 139 of file gwin_class.h.
The size of the right border (mandatory)
Definition at line 136 of file gwin_class.h.
The size of the top border (mandatory)
Definition at line 135 of file gwin_class.h.