|
| | wxAuiDefaultToolBarArt () |
| |
| virtual | ~wxAuiDefaultToolBarArt () |
| |
| virtual wxAuiToolBarArt * | Clone () |
| |
| virtual void | SetFlags (unsigned int flags) |
| |
| virtual unsigned int | GetFlags () |
| |
| virtual void | SetFont (const wxFont &font) |
| |
| virtual wxFont | GetFont () |
| |
| virtual void | SetTextOrientation (int orientation) |
| |
| virtual int | GetTextOrientation () |
| |
| virtual void | DrawBackground (wxDC &dc, wxWindow *wnd, const wxRect &rect) |
| |
| virtual void | DrawPlainBackground (wxDC &dc, wxWindow *wnd, const wxRect &rect) |
| |
| virtual void | DrawLabel (wxDC &dc, wxWindow *wnd, const wxAuiToolBarItem &item, const wxRect &rect) |
| |
| virtual void | DrawButton (wxDC &dc, wxWindow *wnd, const wxAuiToolBarItem &item, const wxRect &rect) |
| |
| virtual void | DrawDropDownButton (wxDC &dc, wxWindow *wnd, const wxAuiToolBarItem &item, const wxRect &rect) |
| |
| virtual void | DrawControlLabel (wxDC &dc, wxWindow *wnd, const wxAuiToolBarItem &item, const wxRect &rect) |
| |
| virtual void | DrawSeparator (wxDC &dc, wxWindow *wnd, const wxRect &rect) |
| |
| virtual void | DrawGripper (wxDC &dc, wxWindow *wnd, const wxRect &rect) |
| |
| virtual void | DrawOverflowButton (wxDC &dc, wxWindow *wnd, const wxRect &rect, int state) |
| |
| virtual wxSize | GetLabelSize (wxDC &dc, wxWindow *wnd, const wxAuiToolBarItem &item) |
| |
| virtual wxSize | GetToolSize (wxDC &dc, wxWindow *wnd, const wxAuiToolBarItem &item) |
| |
| virtual int | GetElementSize (int elementId) |
| | Return the size of the element. More...
|
| |
| virtual void | SetElementSize (int elementId, int size) |
| | Change the size of the element. More...
|
| |
| virtual int | ShowDropDown (wxWindow *wnd, const wxAuiToolBarItemArray &items) |
| |
| | wxAuiToolBarArt () |
| |
| virtual wxSize | GetLabelSize (wxReadOnlyDC &dc, wxWindow *wnd, const wxAuiToolBarItem &item)=0 |
| | Return the size of the label for the given item. More...
|
| |
| virtual wxSize | GetToolSize (wxReadOnlyDC &dc, wxWindow *wnd, const wxAuiToolBarItem &item)=0 |
| | Return the size of the given item. More...
|
| |
| virtual int | GetElementSizeForWindow (int elementId, const wxWindow *window) |
| | Get the element size scaled by the DPI of the given window. More...
|
| |