µGFX  2.9
version 2.9
gwinVMT Struct Reference

Detailed Description

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)
 

Field Documentation

◆ AfterClear

void(* gwinVMT::AfterClear) (GWindowObject *gh)

The GWIN after-clear function (optional)

Definition at line 60 of file gwin_class.h.

◆ classname

const char* gwinVMT::classname

The GWIN classname (mandatory)

Definition at line 56 of file gwin_class.h.

◆ Destroy

void(* gwinVMT::Destroy) (GWindowObject *gh)

The GWIN destroy function (optional)

Definition at line 58 of file gwin_class.h.

◆ Redraw

void(* gwinVMT::Redraw) (GWindowObject *gh)

The GWIN redraw routine (optional)

Definition at line 59 of file gwin_class.h.

◆ size

gMemSize gwinVMT::size

The size of the class object

Definition at line 57 of file gwin_class.h.