The index of the display to use. This must be non-negative and
lower than the value returned by GetCount().
*/
- wxDisplay(unsigned int n = 0);
+ wxDisplay(unsigned int index = 0);
/**
Destructor.
/**
Returns the number of connected displays.
*/
- static unsigned GetCount();
+ static unsigned int GetCount();
/**
Returns the current video mode that this display is in.
*/
wxVideoMode GetCurrentMode() const;
- /**
- Returns the bit depth of the display whose index was passed to the
- constructor.
- */
- int GetDepth() const;
-
/**
Returns the index of the display on which the given point lies, or
@c wxNOT_FOUND if the point is not on any connected display.