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