DAS
3.1.6 - 18/09/2017
|
DrawArea Object's resize data. More...
#include <Mguidefs.h>
Data Fields | |
int | new_h |
int | new_w |
int | old_h |
int | old_w |
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. CmDrawArea for C++ API.
Definition at line 1122 of file Mguidefs.h.
int DRAWAREA_PREF::new_h |
New height
Definition at line 1130 of file Mguidefs.h.
Referenced by ColorMapResizeCB(), D_LensResizeCB(), and DB_CellResizeCB().
int DRAWAREA_PREF::new_w |
New width
Definition at line 1128 of file Mguidefs.h.
Referenced by ColorMapResizeCB(), and D_LensResizeCB().
int DRAWAREA_PREF::old_h |
Old height
Definition at line 1126 of file Mguidefs.h.
Referenced by ColorMapResizeCB(), and DB_CellResizeCB().
int DRAWAREA_PREF::old_w |