Home
last modified time | relevance | path

Searched refs:menuactions (Results 1 – 7 of 7) sorted by relevance

/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/interfaces/gtk/
H A Dec_gtk_menus.c33 GtkActionGroup *menuactions; in gtkui_create_menu() local
458 menuactions = gtk_action_group_new("MenuActions"); in gtkui_create_menu()
460 … gtk_action_group_add_actions(menuactions, start_menu_items, G_N_ELEMENTS(start_menu_items), NULL); in gtkui_create_menu()
462 …gtk_action_group_add_actions(menuactions, targets_menu_items, G_N_ELEMENTS(targets_menu_items), NU… in gtkui_create_menu()
464 … gtk_action_group_add_actions(menuactions, hosts_menu_items, G_N_ELEMENTS(hosts_menu_items), NULL); in gtkui_create_menu()
466 gtk_action_group_add_actions(menuactions, view_menu_items, G_N_ELEMENTS(view_menu_items), NULL); in gtkui_create_menu()
468 gtk_action_group_add_actions(menuactions, mitm_menu_items, G_N_ELEMENTS(mitm_menu_items), NULL); in gtkui_create_menu()
470 …gtk_action_group_add_actions(menuactions, filters_menu_items, G_N_ELEMENTS(filters_menu_items), NU… in gtkui_create_menu()
479 gtk_action_group_add_actions(menuactions, help_menu_items, G_N_ELEMENTS(help_menu_items), NULL); in gtkui_create_menu()
482 gtk_action_group_add_toggle_actions(menuactions, toggle_items, G_N_ELEMENTS(toggle_items), NULL); in gtkui_create_menu()
[all …]
H A Dec_gtk.c759 GtkActionGroup *menuactions; in gtkui_setup() local
936 menuactions = gtk_action_group_new("MenuActions"); in gtkui_setup()
937 gtk_action_group_add_actions(menuactions, menu_items, G_N_ELEMENTS(menu_items), NULL); in gtkui_setup()
938 gtk_action_group_add_toggle_actions(menuactions, toggle_items, G_N_ELEMENTS(toggle_items), NULL); in gtkui_setup()
942 gtk_ui_manager_insert_action_group(menu_manager, menuactions, 0); in gtkui_setup()
/dports/devel/eric6/eric6-21.11/eric/eric6/Plugins/VcsPlugins/vcsPySvn/
H A DSvnStatusDialog.py84 self.menuactions = []
86 self.menuactions.append(self.menu.addAction(
88 self.menuactions.append(self.menu.addAction(
90 self.menuactions.append(self.menu.addAction(
93 self.menuactions.append(self.menu.addAction(
95 self.menuactions.append(self.menu.addAction(
112 self.menuactions.append(
114 self.menuactions.append(
126 for act in self.menuactions:
275 for act in self.menuactions:
[all …]
/dports/devel/eric6/eric6-21.11/eric/eric6/Plugins/VcsPlugins/vcsSubversion/
H A DSvnStatusDialog.py81 self.menuactions = []
83 self.menuactions.append(self.menu.addAction(
85 self.menuactions.append(self.menu.addAction(
87 self.menuactions.append(self.menu.addAction(
90 self.menuactions.append(self.menu.addAction(
92 self.menuactions.append(self.menu.addAction(
94 self.menuactions.append(self.menu.addAction(
96 self.menuactions.append(self.menu.addAction(
123 for act in self.menuactions:
354 for act in self.menuactions:
[all …]
/dports/games/powder/powder118_src/
H A Dgfxengine.cpp2243 const u8 *menuactions, in gfx_selectmenu() argument
2274 if (menuactions) in gfx_selectmenu()
2330 if (menuactions) in gfx_selectmenu()
2335 actionstrip[index] = menuactions[select]; in gfx_selectmenu()
2374 if (menuactions) writeGlobalActionBar(false); in gfx_selectmenu()
2383 if (menuactions) writeGlobalActionBar(false); in gfx_selectmenu()
2433 if (menuactions) writeGlobalActionBar(false); in gfx_selectmenu()
2439 if (menuactions) writeGlobalActionBar(false); in gfx_selectmenu()
2445 if (menuactions) writeGlobalActionBar(false); in gfx_selectmenu()
2481 if (menuactions) in gfx_selectmenu()
[all …]
H A Dgfxengine.h311 const u8 *menuactions = 0,
/dports/x11/antimicro/antimicro-2.23/src/
H A Dmainwindow.cpp868 QList<QAction*> menuactions = tempmenu->actions(); in joystickTrayShow() local
869 QListIterator<QAction*> listiter (menuactions); in joystickTrayShow()
1282 QList<QAction*> menuactions = mapIter.value(); in singleTrayProfileMenuShow() local
1283 QListIterator<QAction*> listiter (menuactions); in singleTrayProfileMenuShow()