backwards compatibility aliases can be used in the wxPython namespace
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24985 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -83,9 +83,10 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
%pythoncode {
|
||||
Color = Colour
|
||||
NamedColor = NamedColour
|
||||
}
|
||||
// %pythoncode {
|
||||
// Color = Colour
|
||||
// NamedColor = NamedColour
|
||||
// }
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
|
@@ -175,12 +175,12 @@ public:
|
||||
};
|
||||
|
||||
|
||||
%pythoncode {
|
||||
%# backwards compatibility aliasses
|
||||
SystemSettings_GetSystemColour = SystemSettings_GetColour
|
||||
SystemSettings_GetSystemFont = SystemSettings_GetFont
|
||||
SystemSettings_GetSystemMetric = SystemSettings_GetMetric
|
||||
}
|
||||
// %pythoncode {
|
||||
// %# backwards compatibility aliasses
|
||||
// SystemSettings_GetSystemColour = SystemSettings_GetColour
|
||||
// SystemSettings_GetSystemFont = SystemSettings_GetFont
|
||||
// SystemSettings_GetSystemMetric = SystemSettings_GetMetric
|
||||
// }
|
||||
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user