25 #ifndef __SPLIT_BUTTON_H__ 26 #define __SPLIT_BUTTON_H__ 28 #include <wx/bitmap.h> 37 SPLIT_BUTTON( wxWindow* aParent, wxWindowID aId,
const wxString& aLabel,
38 const wxPoint& aPos = wxDefaultPosition,
const wxSize& aSize = wxDefaultSize );
44 void SetMinSize(
const wxSize& aSize )
override;
53 void OnPaint( wxPaintEvent& WXUNUSED( aEvent ) );
55 bool Enable(
bool aEnable =
true )
override;