![]() |
µGFX
2.9
version 2.9
|
The Virtual Method Table for a GWIN window.
Definition at line 55 of file gwin_class.h.
#include <gwin_class.h>
Data Fields | |
| const char * | classname |
| gMemSize | size |
| void(* | Destroy )(GWindowObject *gh) |
| void(* | Redraw )(GWindowObject *gh) |
| void(* | AfterClear )(GWindowObject *gh) |
| void(* gwinVMT::AfterClear) (GWindowObject *gh) |
The GWIN after-clear function (optional)
Definition at line 60 of file gwin_class.h.
| const char* gwinVMT::classname |
The GWIN classname (mandatory)
Definition at line 56 of file gwin_class.h.
| void(* gwinVMT::Destroy) (GWindowObject *gh) |
The GWIN destroy function (optional)
Definition at line 58 of file gwin_class.h.
| void(* gwinVMT::Redraw) (GWindowObject *gh) |
The GWIN redraw routine (optional)
Definition at line 59 of file gwin_class.h.
| gMemSize gwinVMT::size |
The size of the class object
Definition at line 57 of file gwin_class.h.