#include <wxToolBox.h>
Public Member Functions | |
| wxToolBoxBitmapSet & | GetHoverBackground () |
| Returns hover background. | |
| unsigned int | GetMaxBitmapHeight () |
| Returns maximal height of background bitmaps. | |
| wxToolBoxBitmapSet & | GetNormalBackground () |
| Returns normal background. | |
| wxToolBoxBitmapSet & | GetSelectedBackground () |
| Returns selected background. | |
| void | SetHoverBackground (wxToolBoxBitmapSet &background) |
| Sets hover background. | |
| void | SetNormalBackground (wxToolBoxBitmapSet &background) |
| Sets normal background. | |
| void | SetSelectedBackground (wxToolBoxBitmapSet &background) |
| Sets selected background. | |
| wxToolObjectBackground (wxToolBoxBitmapSet &normal, wxToolBoxBitmapSet &hover, wxToolBoxBitmapSet &selected) | |
| Parametrized constructor. | |
| wxToolObjectBackground () | |
| Default constructor. | |
| wxToolObjectBackground::wxToolObjectBackground | ( | wxToolBoxBitmapSet & | normal, | |
| wxToolBoxBitmapSet & | hover, | |||
| wxToolBoxBitmapSet & | selected | |||
| ) |
Parametrized constructor.
| normal | - normal background | |
| hover | - hover background | |
| selected | - selected background |
| void wxToolObjectBackground::SetHoverBackground | ( | wxToolBoxBitmapSet & | background | ) | [inline] |
Sets hover background.
| background | - new hover background |
| void wxToolObjectBackground::SetNormalBackground | ( | wxToolBoxBitmapSet & | background | ) | [inline] |
Sets normal background.
| background | - new normal background |
| void wxToolObjectBackground::SetSelectedBackground | ( | wxToolBoxBitmapSet & | background | ) | [inline] |
Sets selected background.
| background | - new selected background |
1.5.2