Toggles the visible/hidden state of a toolbar
| 1055 | // Toggles the visible/hidden state of a toolbar |
| 1056 | // |
| 1057 | void ToolManager::ShowHide( Identifier type ) |
| 1058 | { |
| 1059 | Expose( type, !mBars[type]->IsVisible() ); |
| 1060 | Updated(); |
| 1061 | } |
| 1062 | |
| 1063 | // |
| 1064 | // Set the visible/hidden state of a toolbar |
no test coverage detected