Classes | |
struct | wxVideoMode |
Determines the sizes and locations of displays connected to the system. More... | |
Typedefs | |
using | wxArrayVideoModes = std::vector< wxVideoMode > |
A vector of video modes. More... | |
Variables | |
const wxVideoMode | wxDefaultVideoMode |
A global wxVideoMode instance used by wxDisplay. More... | |
using wxArrayVideoModes = std::vector<wxVideoMode> |
A vector of video modes.
This class is actually a legacy container (see Container Classes for more details), but it can, and should be, handled as just a vector of wxVideoMode objects in the application code.
const wxVideoMode wxDefaultVideoMode |
A global wxVideoMode instance used by wxDisplay.