Add new submenu to popupmenu.
| 690 | |
| 691 | // Add new submenu to popupmenu. |
| 692 | void ScrollView::PopupItem(const char* parent, const char* name) { |
| 693 | if (parent == NULL) { parent = ""; } |
| 694 | SendMsg("addPopupMenuItem('%s','%s')", parent, name); |
| 695 | } |
| 696 | |
| 697 | // Add new submenuentry to popupmenu. |
| 698 | void ScrollView::PopupItem(const char* parent, const char* name, |