//---------------------------------------------------------------------------
+MustHaveApp(wxSystemSettings::GetColour);
+MustHaveApp(wxSystemSettings::GetFont);
+MustHaveApp(wxSystemSettings::GetMetric);
+MustHaveApp(wxSystemSettings::HasFeature);
+MustHaveApp(wxSystemSettings::GetScreenType);
+MustHaveApp(wxSystemSettings::SetScreenType);
class wxSystemSettings
{
};
-%pythoncode {
-%# backwards compatibility aliasses
-SystemSettings_GetSystemColour = SystemSettings_GetColour
-SystemSettings_GetSystemFont = SystemSettings_GetFont
-SystemSettings_GetSystemMetric = SystemSettings_GetMetric
-}
-
-
//---------------------------------------------------------------------------
+MAKE_CONST_WXSTRING(WINDOW_DEFAULT_VARIANT);
+
class wxSystemOptions : public wxObject
{
public:
- wxSystemOptions() { }
+ wxSystemOptions();
// User-customizable hints to wxWindows or associated libraries
// These could also be used to influence GetSystem... calls, indeed