Public Member Functions | |
WxIconBox (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, int Width=-1, int nLines=1) | |
void | OnDrawItem (wxDC &dc, const wxRect &rect, size_t n) const |
wxCoord | OnMeasureItem (size_t n) const |
void | Add (wxIcon const &anIcon) |
void | Add (wxIcon const &anIcon, wxString const &Text) |
Private Member Functions | |
void | _draw_button (wxDC &dc, wxRect const &BtnRect) const |
Private Attributes | |
int | _width |
int | _n_lines |
wxImageList | _icons |
wxArrayString | _text |
Definition at line 29 of file wxiconbox.h.