git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37410
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
DECLARE_DYNAMIC_CLASS(wxComboBox)
public:
DECLARE_DYNAMIC_CLASS(wxComboBox)
public:
virtual ~wxComboBox();
// forward these functions to all subcontrols
virtual bool Enable(bool enable = true);
virtual bool Show(bool show = true);
virtual ~wxComboBox();
// forward these functions to all subcontrols
virtual bool Enable(bool enable = true);
virtual bool Show(bool show = true);
- virtual void SetFocus();
// callback functions
virtual void DelegateTextChanged( const wxString& value );
// callback functions
virtual void DelegateTextChanged( const wxString& value );
wxCONTROL_ITEMCONTAINER_CLIENTDATAOBJECT_RECAST
wxCONTROL_ITEMCONTAINER_CLIENTDATAOBJECT_RECAST
+ WX_DECLARE_CONTROL_CONTAINER();
protected:
// override the base class virtuals involved in geometry calculations
virtual wxSize DoGetBestSize() const;
protected:
// override the base class virtuals involved in geometry calculations
virtual wxSize DoGetBestSize() const;
// the subcontrols
wxComboBoxText* m_text;
wxComboBoxChoice* m_choice;
// the subcontrols
wxComboBoxText* m_text;
wxComboBoxChoice* m_choice;
+
+ DECLARE_EVENT_TABLE()
// forward these functions to all subcontrols
virtual bool Enable(bool enable = TRUE);
virtual bool Show(bool show = TRUE);
// forward these functions to all subcontrols
virtual bool Enable(bool enable = TRUE);
virtual bool Show(bool show = TRUE);
- virtual void SetFocus();
// get the subcontrols
wxTextCtrl *GetText() const { return m_text; }
// get the subcontrols
wxTextCtrl *GetText() const { return m_text; }
// number is out of range
bool GetTextValue(int *val) const;
// number is out of range
bool GetTextValue(int *val) const;
+ WX_DECLARE_CONTROL_CONTAINER();
+
protected:
// override the base class virtuals involved into geometry calculations
virtual wxSize DoGetBestSize() const;
protected:
// override the base class virtuals involved into geometry calculations
virtual wxSize DoGetBestSize() const;
wxSpinButton *m_btn;
private:
wxSpinButton *m_btn;
private:
DECLARE_DYNAMIC_CLASS(wxSpinCtrl)
};
DECLARE_DYNAMIC_CLASS(wxSpinCtrl)
};