47 bool Create( wxWindow* aParent, wxWindowID aId,
const wxString& aLabel );
54 wxSize DoGetBestClientSize()
const override;
59 void onPaint( wxPaintEvent& aEvent );
61 void onFocus( wxFocusEvent& aEvent );
63 void onEnterWindow( wxMouseEvent& aEvent );
65 void onLeaveWindow( wxMouseEvent& aEvent );
67 void onLeftUp( wxMouseEvent& aEvent );
69 void onChar( wxKeyEvent& aEvent );
71 void doSetCollapsed(
bool aCollapsed );
73 void drawArrow( wxDC& aDC, wxRect aRect,
bool aIsActive );