#include <window.h>
Public Member Functions | |
| size_limit_t () | |
Default constructor
| |
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. | |
1.4.6-NO