]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/combobox.h
artmac extended for cocoa
[wxWidgets.git] / include / wx / osx / combobox.h
index 81be73fbb4b266b869c8967892cd16f8ddef9bc5..487f9a6c67d5ffa55a4b0c9c8cfc614f2755e2db 100644 (file)
@@ -100,7 +100,7 @@ class WXDLLIMPEXP_CORE wxComboBox : public wxControl, public wxComboBoxBase
     virtual void SetString(unsigned int n, const wxString& s);
 
     virtual unsigned int GetCount() const;
-    
+
 // these methods are provided by wxTextEntry for the native impl.
 #if wxOSX_USE_CARBON
     // Text field functions
@@ -165,9 +165,9 @@ protected:
 #endif
     virtual wxWindow *GetEditableWindow() { return this; }
 
-#if wxOSX_USE_CARBON
     // override the base class virtuals involved in geometry calculations
     virtual wxSize DoGetBestSize() const;
+#if wxOSX_USE_CARBON
     virtual void DoMoveWindow(int x, int y, int width, int height);
 #endif