ui_extension::size_limit_t Struct Reference

Class describing the size limits of a window. More...

#include <window.h>

List of all members.

Public Member Functions

 size_limit_t ()
 Default constructor
Remarks:
Initialises max_height, max_width with MAXLONG because WIN32 API takes windows sizes as signed.


Public Attributes

unsigned max_height
 The maximum height of the window.
unsigned max_width
 The maximum width of the window.
unsigned min_height
 The minimum height of the window.
unsigned min_width
 The minimum width of the window.


Detailed Description

Class describing the size limits of a window.


The documentation for this struct was generated from the following file:
Generated on Fri Apr 28 15:02:31 2006 for Columns UI SDK by  doxygen 1.4.6-NO