]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/control.h
HTML help: index panel now displays only part of index matching given substring ...
[wxWidgets.git] / include / wx / os2 / control.h
index d3e7b4020e9e41b6ca12b09f1e2ee7a54dcd360e..9563c9e5368fdc6f05a71018f5f6d51e7302db44 100644 (file)
 #ifndef _WX_CONTROL_H_
 #define _WX_CONTROL_H_
 
-#ifdef __GNUG__
-    #pragma interface "control.h"
-#endif
-
 // General item class
 class WXDLLEXPORT wxControl : public wxControlBase
 {
@@ -67,7 +63,7 @@ protected:
    // For controls like radiobuttons which are really composite
    wxList m_subControls;
 
-   virtual wxSize DoGetBestSize();
+   virtual wxSize DoGetBestSize() const;
 
    // create the control of the given class with the given style, returns FALSE
    // if creation failed