Home
last modified time | relevance | path

Searched refs:get_menu (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Doptionmenu.cc74 if(toplevel && get_menu()) in init_accels_handler_()
76 get_menu()->accelerate(*toplevel); in init_accels_handler_()
225 Menu* OptionMenu::get_menu() in get_menu() function in Gtk::OptionMenu
230 const Menu* OptionMenu::get_menu() const in get_menu() function in Gtk::OptionMenu
232 return const_cast<OptionMenu*>(this)->get_menu(); in get_menu()
H A Doptionmenu.h126 Menu* get_menu();
128 const Menu* get_menu() const;
H A Dmenutoolbutton.cc222 Menu* MenuToolButton::get_menu() in get_menu() function in Gtk::MenuToolButton
227 const Menu* MenuToolButton::get_menu() const in get_menu() function in Gtk::MenuToolButton
229 return const_cast<MenuToolButton*>(this)->get_menu(); in get_menu()
H A Dmenutoolbutton.h158 Menu* get_menu();
167 const Menu* get_menu() const;
/dports/graphics/birdfont/birdfont-2.29.5/libbirdfont/
H A DTabContent.vala95 menu = MainWindow.get_menu ();
160 AbstractMenu menu = MainWindow.get_menu ();
219 } else if (MainWindow.get_menu ().show_menu) {
266 if (!MainWindow.get_menu ().show_menu) {
278 if (!MainWindow.get_menu ().show_menu) {
288 if (!MainWindow.get_menu ().show_menu) {
298 if (!MainWindow.get_menu ().show_menu) {
308 if (!MainWindow.get_menu ().show_menu) {
318 if (!MainWindow.get_menu ().show_menu) {
328 if (!MainWindow.get_menu ().show_menu) {
[all …]
/dports/devel/libindicator/libindicator-12.10.1/tests/
H A Ddummy-indicator-null.c67 get_menu (IndicatorObject * io) in get_menu() function
96 io_class->get_menu = get_menu; in dummy_indicator_null_class_init()
H A Ddummy-indicator-entry-func.c45 get_menu (IndicatorObject * io) in get_menu() function
99 io_class->get_menu = get_menu; in dummy_indicator_entry_func_class_init()
H A Ddummy-indicator-simple.c65 get_menu (IndicatorObject * io) in get_menu() function
100 io_class->get_menu = get_menu; in dummy_indicator_simple_class_init()
H A Ddummy-indicator-visible.c65 get_menu (IndicatorObject * io) in get_menu() function
124 io_class->get_menu = get_menu; in dummy_indicator_visible_class_init()
H A Ddummy-indicator-signaler.c66 get_menu (IndicatorObject * io) in get_menu() function
101 io_class->get_menu = get_menu; in dummy_indicator_signaler_class_init()
/dports/multimedia/gaupol/gaupol-1.4-3-g6116d42b/gaupol/agents/
H A Dmenu.py91 self.open_button.get_menu().deactivate()
102 if not self.redo_button.get_menu():
104 menu = self.redo_button.get_menu()
128 self.redo_button.get_menu().deactivate()
164 if not self.undo_button.get_menu():
166 menu = self.undo_button.get_menu()
190 self.undo_button.get_menu().deactivate()
/dports/x11-toolkits/p5-Gtk2-Ex-FormFactory/Gtk2-Ex-FormFactory-0.67/lib/Gtk2/Ex/FormFactory/
H A DPopup.pm82 $self->get_gtk_widget->get_menu->get_active->{value}
90 return $self->get_gtk_widget->get_menu->get_active->{value};
129 $_[0]->get_gtk_widget->get_menu->get_active->{value};
/dports/www/hiawatha-monitor/monitor/libraries/
H A Dmenu.php72 private function get_menu($id, $depth = 1, $current_url = null) { function in menu
100 $element["submenu"] = $this->get_menu($item["id"], $depth - 1, $current_url);
170 if (($menu = $this->get_menu($this->parent_id, $this->depth, $current_url)) === false) {
/dports/games/sarien/sarien-0.7.0/src/core/
H A Dmenu.c46 static struct agi_menu *get_menu (int i) in get_menu() function
66 m = get_menu (i); in get_menu_option()
106 m = get_menu (cur_menu); in draw_menu_hilite()
126 m = get_menu (h_menu);
158 m = get_menu (h_menu);
405 m = get_menu (h_cur_menu);
441 m = get_menu (h_cur_menu);
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A DGtkMenuToolButton.t23 is($button -> get_menu(), $menu);
26 is($button -> get_menu(), undef);
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dmenutoolbutton.cc227 Menu* MenuToolButton::get_menu() in get_menu() function in Gtk::MenuToolButton
232 const Menu* MenuToolButton::get_menu() const in get_menu() function in Gtk::MenuToolButton
234 return const_cast<MenuToolButton*>(this)->get_menu(); in get_menu()
H A Dmenutoolbutton.h171 Menu* get_menu();
180 const Menu* get_menu() const;
H A Dmenubutton.cc194 Menu* MenuButton::get_menu() in get_menu() function in Gtk::MenuButton
203 const Menu* MenuButton::get_menu() const in get_menu() function in Gtk::MenuButton
205 return const_cast<MenuButton*>(this)->get_menu(); in get_menu()
/dports/textproc/sablotron/Sablot-1.0.3/utils/apidoc/
H A Dparse_apidoc.pl890 sub get_menu { subroutine
944 print COMPLETE_TOC &get_menu("full-compl");
949 print COMPLETE_TOC_ABC &get_menu("abc-compl");
954 print COMPLETE_TOC_GRP &get_menu("grp-compl");
958 print SPARSE_TOC &get_menu("full-sparse");
963 print SPARSE_TOC_ABC &get_menu("abc-sparse");
968 print SPARSE_TOC_GRP &get_menu("grp-sparse");
982 print G &get_menu($menu) . "<p>\n" unless $sidebar;
/dports/misc/vxl/vxl-3.3.2/core/vgui/examples/
H A Dexample_gllist_tableau.cxx109 get_menu() in get_menu() function in basic_menu
124 vgui_menu menubar = basic_menu::get_menu(); in main()
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/marionette/puppeteer/firefox/firefox_puppeteer/ui/
H A Dmenu.py26 def get_menu(self, label): member in MenuBar
61 return self.get_menu(label).select(item)
/dports/lang/spidermonkey60/firefox-60.9.0/testing/marionette/puppeteer/firefox/firefox_puppeteer/ui/
H A Dmenu.py28 def get_menu(self, label): member in MenuBar
63 return self.get_menu(label).select(item)
/dports/science/py-obspy/obspy-1.2.2/obspy/clients/earthworm/
H A Dclient.py20 from obspy.clients.earthworm.waveserver import get_menu, read_wave_server_v
224 response = get_menu(self.host, self.port, timeout=self.timeout)
/dports/x11-toolkits/mowitz/Mowitz-0.2.1/Mowitz/
H A DMwMBButton.c39 static Widget get_menu(Widget);
140 cw->mBButton.menu = get_menu(w); in Activate()
221 static Widget get_menu(Widget w) in get_menu() function
/dports/graphics/mxp/mxp/
H A Dmenu.c54 struct menud *get_menu();
71 file_menu = get_menu(12);
132 size_menu = get_menu(15);
213 scheme_menu = get_menu(11);
277 seq_menu = get_menu(10);
334 struct menud *get_menu(count) in get_menu() function

12345678910>>...12