/**
@class wxDisplay
- @wxheader{display.h}
Determines the sizes and locations of displays connected to the system.
The index of the display to use. This must be non-negative and
lower than the value returned by GetCount().
*/
- wxDisplay(unsigned index = 0);
+ wxDisplay(unsigned int index = 0);
/**
Destructor.
Returns @true if the display is the primary display. The primary
display is the one whose index is 0.
*/
- bool IsPrimary();
+ bool IsPrimary() const;
};