]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/control.h
ignore these
[wxWidgets.git] / include / wx / msw / control.h
index 35d5d8c4c3f51259478c287b146e084b5ce92599..b4a280754370f332fee323589ed73ea833d8f1e7 100644 (file)
@@ -34,9 +34,6 @@ public:
    // Calls the callback and appropriate event handlers
    bool ProcessCommand(wxCommandEvent& event);
 
-   // Places item in centre of panel - so can't be used BEFORE panel->Fit()
-   void Centre(int direction = wxHORIZONTAL);
-
    // MSW-specific
 #ifdef __WIN95__
    virtual bool MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result);
@@ -72,6 +69,8 @@ protected:
    // For controls like radiobuttons which are really composite
    wxList           m_subControls;
 
+    virtual wxSize DoGetBestSize();
+
 private:
    DECLARE_EVENT_TABLE()
 };