Set the toolbar label
| 406 | // Set the toolbar label |
| 407 | // |
| 408 | void ToolBar::SetLabel(const wxString & label) |
| 409 | { |
| 410 | // Probably shouldn't reach this overload, but perhaps virtual function |
| 411 | // dispatch will take us here from a pointer to the wxPanel base class |
| 412 | mLabel = Verbatim( label ); |
| 413 | } |
| 414 | |
| 415 | void ToolBar::SetLabel(const TranslatableString & label) |
| 416 | { |
no test coverage detected