wxSystemSettings
Methods
Static Methods
GetColour
Returns a system colour.
GetFont
Returns a system font.
GetMetric
Returns the value of a system metric, or -1 if the metric is not supported on the current system.
GetScreenType
Returns the screen type.
HasFeature
Returns true if the port has certain feature.
GetColour
static
wxColour
GetColour
(
wxSystemColour
$index
)
Returns a system colour.
GetFont
static
wxFont
GetFont
(
wxSystemFont
$index
)
Returns a system font.
GetMetric
static
integer
GetMetric
(
wxSystemMetric
$index
,
wxWindow
&
$win
=
NULL
)
Returns the value of a system metric, or -1 if the metric is not supported on the current system.
GetScreenType
static
wxSystemScreenType
GetScreenType
( )
Returns the screen type.
HasFeature
static
bool
HasFeature
(
wxSystemFeature
$index
)
Returns true if the port has certain feature.