21#ifndef __SPLIT_BUTTON_H__
22#define __SPLIT_BUTTON_H__
24#include <wx/bmpbndl.h>
33 SPLIT_BUTTON( wxWindow* aParent, wxWindowID aId,
const wxString& aLabel,
34 const wxPoint& aPos = wxDefaultPosition,
const wxSize& aSize = wxDefaultSize );
39 void SetBitmap(
const wxBitmapBundle& aBmp );
40 void SetMinSize(
const wxSize& aSize )
override;
42 void SetLabel(
const wxString& aLabel )
override;
43 bool Enable(
bool aEnable =
true )
override;
51 void OnPaint( wxPaintEvent& WXUNUSED( aEvent ) );