Main Page   Modules   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

DRAWAREA_PREF Struct Reference
[MGui Structures]

DrawArea Object's resize data. More...


Data Fields

int old_w
 Old width.

int old_h
 Old height.

int new_w
 New width.

int new_h
 New height.


Detailed Description

DrawArea Object's resize data.

This structure is passed as the object data in the resize callback of the DrawArea object. The object uses it to notify the program that its size is being changed. See callback DRAWAREA_PREF_CB for C API, and DRAWAREAPREF_CB for C++ API. For the full DrawArea C API, see DrawArea Object . CmDrawArea for C++ API.


Field Documentation

int DRAWAREA_PREF::new_h
 

New height.

int DRAWAREA_PREF::new_w
 

New width.

int DRAWAREA_PREF::old_h
 

Old height.

int DRAWAREA_PREF::old_w
 

Old width.


Generated on Sun Jun 29 13:03:08 2003 for MGui API by doxygen1.3-rc2