/**
@class wxDisplay
- @wxheader{display.h}
Determines the sizes and locations of displays connected to the system.
Returns @true if the display is the primary display. The primary
display is the one whose index is 0.
*/
- bool IsPrimary();
+ bool IsPrimary() const;
};