Home
last modified time | relevance | path

Searched refs:rightMenu_ (Results 1 – 2 of 2) sorted by relevance

/dports/www/wt/wt-4.6.1/examples/widgetgallery/examples/
H A DNavigationBar.cpp55 auto rightMenu_ = navigation->addMenu(std::move(rightMenu)); variable
94 rightMenu_->addItem(std::move(item));
/dports/graphics/nplot/nplot-9a92e78/src/
H A DWindows.PlotSurface2D.cs68 private PlotContextMenu rightMenu_; field in NPlot.Windows.PlotSurface2D
174 get { return rightMenu_; }
177 rightMenu_ = value;
178 if (rightMenu_ != null)
180 rightMenu_.PlotSurface2D = this;
691 if (rightMenu_ != null) in DoMouseUp()
692 rightMenu_.Menu.Show(ctr, here); in DoMouseUp()
1291 private ContextMenu rightMenu_; field in NPlot.Windows.PlotSurface2D.PlotContextMenu
1336 get { return rightMenu_; }
1349 rightMenu_ = new ContextMenu(); in SetMenuItems()
[all …]