DAS  3.1.6 - 18/09/2017
Data Fields
DRAWAREA_PREF Struct Reference

DrawArea Object's resize data. More...

#include <Mguidefs.h>

+ Collaboration diagram for DRAWAREA_PREF:

Data Fields

int new_h
 
int new_w
 
int old_h
 
int old_w
 

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. CmDrawArea for C++ API.

Definition at line 1122 of file Mguidefs.h.

Field Documentation

§ new_h

int DRAWAREA_PREF::new_h

New height

Definition at line 1130 of file Mguidefs.h.

Referenced by ColorMapResizeCB(), D_LensResizeCB(), and DB_CellResizeCB().

§ new_w

int DRAWAREA_PREF::new_w

New width

Definition at line 1128 of file Mguidefs.h.

Referenced by ColorMapResizeCB(), and D_LensResizeCB().

§ old_h

int DRAWAREA_PREF::old_h

Old height

Definition at line 1126 of file Mguidefs.h.

Referenced by ColorMapResizeCB(), and DB_CellResizeCB().

§ old_w

int DRAWAREA_PREF::old_w

Old width

Definition at line 1124 of file Mguidefs.h.

Referenced by ColorMapResizeCB().


The documentation for this struct was generated from the following file:
______________________________________________________________________________________
Generated on Mon Sep 18 2017 11:47:11 for DAS - Rel. 3.1.6 - 18/09/2017.