]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_settings.i
wxPageSetupDialog no longer derives from wxDialog
[wxWidgets.git] / wxPython / src / _settings.i
index 0525c88310d648dadc592a644721b46fabbeaec6..2cf16843c32cc172ebec75a7c00fde063fd84288 100644 (file)
@@ -148,6 +148,12 @@ enum wxSystemScreenType
 
 //---------------------------------------------------------------------------
 
+MustHaveApp(wxSystemSettings::GetColour);
+MustHaveApp(wxSystemSettings::GetFont);
+MustHaveApp(wxSystemSettings::GetMetric);
+MustHaveApp(wxSystemSettings::HasFeature);
+MustHaveApp(wxSystemSettings::GetScreenType);
+MustHaveApp(wxSystemSettings::SetScreenType);
 
 class wxSystemSettings
 {
@@ -177,6 +183,8 @@ public:
 
 //---------------------------------------------------------------------------
 
+MAKE_CONST_WXSTRING(WINDOW_DEFAULT_VARIANT);
+
 class wxSystemOptions : public wxObject
 {
 public: