Home | All Classes | Grouped Classes | Index | Search
Display window description class. More...
Derived from:
none
Derived by:
CL_OpenGLWindowDescription
Group: Display (Display 2D)
#include <ClanLib/display.h>
Construction:
Constructs a window description with default values.  | 
Attributes:
Returns the window title stored in the description.  | |
Returns the size of the window stored in description.  | |
Returns the initial position of the window.  | |
Returns if window should be initially fullscreen.  | |
Returns the amount of flipping buffers to be created.  | |
Returns true if window should be resizeable.  | |
Returns the numbers of bytes per pixel in the window.  | |
Returns the refresh rate of the displaymode.  | |
Windows 2000/XP only. Returns true if window is layered.  | 
Operations:
Copy assignment operator.  | |
Sets the title of the window.  | |
Sets the size of the window.  | |
Sets the position of the window.  | |
Makes the window initially fullscreen.  | |
Sets the amount of flipping buffers to be used.  | |
Sets if windows should be resizeable.  | |
Sets the number of bytes per pixel  | |
Set the refresh rate of the displaymode.  | |
Windows 2000/XP only. Creates a layered window (complex shaped window).  | 
Implementation:
Detailed description:
!group=Display/Display 2D! !header=display.h!This class allows you to setup a more advanced description when creating a display window.