sliceO_Class::Resize

 

This method is used to place the classes on the available space in a window.  The "region" define the available visible portion of the window.  It is only a suggestion, in some mode we can overflow this space in both X and Y.

 

This method is recursive and it must call all its children.

 

Syntax

 

virtual int          Resize(

          SliceO_Window * window,

          Region_2D * region=NULL

) ;

 

 

Parameters

 

window

                    Pointer to a window .

 

region

                    The available region to display the class.

 

 

Return value

 

This method return "0" is an error occurred.

 

 

Remarks

 

 

Requirements

 

Header:

          sliceO_include.hpp

 

Library:

          sliceO_Structures.lib

 

 

Example

 

 

 

See also