]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gdi.i
changed charset to iso8859-2
[wxWidgets.git] / wxPython / src / gdi.i
index a8d6dd79bc5a9a756ce1ed4f1031ee2b265004bb..7544659159a201588beb8e9e1addbbd252350861 100644 (file)
@@ -51,12 +51,12 @@ public:
 class wxBitmap : public wxGDIObject
 {
 public:
-    wxBitmap(const wxString& name, wxBitmapType type=wxBITMAP_TYPE_BMP);
+    wxBitmap(const wxString& name, wxBitmapType type=wxBITMAP_TYPE_ANY);
     ~wxBitmap();
 
     wxPalette* GetPalette();
     wxMask* GetMask();
-    bool LoadFile(const wxString& name, wxBitmapType type=wxBITMAP_TYPE_BMP);
+    bool LoadFile(const wxString& name, wxBitmapType type=wxBITMAP_TYPE_ANY);
     bool SaveFile(const wxString& name, wxBitmapType type, wxPalette* palette = NULL);
     void SetMask(wxMask* mask);
 #ifdef __WXMSW__
@@ -1167,7 +1167,7 @@ public:
 //---------------------------------------------------------------------------
 
 
-#ifndef __WXGTK__
+#ifdef __WXMSW__
 
 %{
 #include <wx/metafile.h>
@@ -1267,7 +1267,9 @@ public:
     ~wxRegion();
 
     void Clear();
+#ifndef __WXMAC__
     bool Offset(wxCoord x, wxCoord y);
+#endif
 
     wxRegionContain Contains(long x, long y);
     %name(ContainsPoint)wxRegionContain Contains(const wxPoint& pt);