git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61017
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
public:
wxPGMultiButton( wxPropertyGrid* pg, const wxSize& sz );
{
public:
wxPGMultiButton( wxPropertyGrid* pg, const wxSize& sz );
+ virtual ~wxPGMultiButton() {}
wxWindow* GetButton( unsigned int i ) { return (wxWindow*) m_buttons[i]; }
const wxWindow* GetButton( unsigned int i ) const
wxWindow* GetButton( unsigned int i ) { return (wxWindow*) m_buttons[i]; }
const wxWindow* GetButton( unsigned int i ) const