MCPcopy Create free account
hub / github.com/creatale/node-dv / PopupItem

Method PopupItem

deps/tesseract/viewer/scrollview.cpp:692–695  ·  view source on GitHub ↗

Add new submenu to popupmenu.

Source from the content-addressed store, hash-verified

690
691// Add new submenu to popupmenu.
692void 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.
698void ScrollView::PopupItem(const char* parent, const char* name,

Callers 1

BuildMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected