Return the pointer to the ToolBock where this bar lives
| 645 | // Return the pointer to the ToolBock where this bar lives |
| 646 | // |
| 647 | ToolDock *ToolBar::GetDock() |
| 648 | { |
| 649 | return dynamic_cast<ToolDock*>(GetParent()); |
| 650 | } |
| 651 | |
| 652 | void ToolBar::SetPreferredNeighbors(Identifier left, Identifier top) |
| 653 | { |
no test coverage detected