| 58 | } |
| 59 | |
| 60 | void GuiPopupMenuBackgroundCtrl::close() |
| 61 | { |
| 62 | if(getRoot()) |
| 63 | getRoot()->removeObject(this); |
| 64 | |
| 65 | mMenuBarCtrl = nullptr; |
| 66 | } |
| 67 | |
| 68 | S32 GuiPopupMenuBackgroundCtrl::findPopupMenu(PopupMenu* menu) |
| 69 | { |
nothing calls this directly
no test coverage detected