Home
last modified time | relevance | path

Searched refs:history_menu (Results 1 – 25 of 42) sorted by relevance

12

/dports/deskutils/clipit/clipit-1.4.2/src/
H A Dmain.c460 gtk_widget_destroy(history_menu); in menu_key_pressed()
465 gtk_widget_destroy(history_menu); in menu_key_pressed()
470 gtk_widget_destroy(history_menu); in menu_key_pressed()
475 gtk_widget_destroy(history_menu); in menu_key_pressed()
480 gtk_widget_destroy(history_menu); in menu_key_pressed()
485 gtk_widget_destroy(history_menu); in menu_key_pressed()
490 gtk_widget_destroy(history_menu); in menu_key_pressed()
495 gtk_widget_destroy(history_menu); in menu_key_pressed()
500 gtk_widget_destroy(history_menu); in menu_key_pressed()
524 history_menu = gtk_menu_new(); in create_history_menu()
[all …]
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Dinspector_dock.cpp215 history_menu->get_popup()->clear(); in _prepare_history()
258 history_menu->get_popup()->add_icon_item(icon, text, i); in _prepare_history()
336 history_menu->set_icon(get_icon("History", "EditorIcons")); in _notification()
395 history_menu->set_disabled(true); in update()
397 history_menu->set_disabled(false); in update()
550 history_menu = memnew(MenuButton); in InspectorDock()
551 history_menu->set_tooltip(TTR("History of recently edited objects.")); in InspectorDock()
552 history_menu->set_icon(get_icon("History", "EditorIcons")); in InspectorDock()
553 general_options_hb->add_child(history_menu); in InspectorDock()
554 history_menu->connect("about_to_show", this, "_prepare_history"); in InspectorDock()
[all …]
H A Dinspector_dock.h86 MenuButton *history_menu; variable
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Dinspector_dock.cpp215 history_menu->get_popup()->clear(); in _prepare_history()
258 history_menu->get_popup()->add_icon_item(icon, text, i); in _prepare_history()
336 history_menu->set_icon(get_icon("History", "EditorIcons")); in _notification()
395 history_menu->set_disabled(true); in update()
397 history_menu->set_disabled(false); in update()
550 history_menu = memnew(MenuButton); in InspectorDock()
551 history_menu->set_tooltip(TTR("History of recently edited objects.")); in InspectorDock()
552 history_menu->set_icon(get_icon("History", "EditorIcons")); in InspectorDock()
553 general_options_hb->add_child(history_menu); in InspectorDock()
554 history_menu->connect("about_to_show", this, "_prepare_history"); in InspectorDock()
[all …]
H A Dinspector_dock.h86 MenuButton *history_menu; variable
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/mobile/wxedit/
H A Dwxedit.cpp140 wxMenu *history_menu = new wxMenu; in CreateMyMenuBar() local
141 history_menu->Append( ID_LAST_1, _T("No file.") ); in CreateMyMenuBar()
142 history_menu->Append( ID_LAST_2, _T("No file.") ); in CreateMyMenuBar()
143 history_menu->Append( ID_LAST_3, _T("No file.") ); in CreateMyMenuBar()
148 menu_bar->Append( history_menu, _T("&History") ); in CreateMyMenuBar()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/mobile/wxedit/
H A Dwxedit.cpp140 wxMenu *history_menu = new wxMenu; in CreateMyMenuBar() local
141 history_menu->Append( ID_LAST_1, _T("No file.") ); in CreateMyMenuBar()
142 history_menu->Append( ID_LAST_2, _T("No file.") ); in CreateMyMenuBar()
143 history_menu->Append( ID_LAST_3, _T("No file.") ); in CreateMyMenuBar()
148 menu_bar->Append( history_menu, _T("&History") ); in CreateMyMenuBar()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/mobile/wxedit/
H A Dwxedit.cpp140 wxMenu *history_menu = new wxMenu; in CreateMyMenuBar() local
141 history_menu->Append( ID_LAST_1, _T("No file.") ); in CreateMyMenuBar()
142 history_menu->Append( ID_LAST_2, _T("No file.") ); in CreateMyMenuBar()
143 history_menu->Append( ID_LAST_3, _T("No file.") ); in CreateMyMenuBar()
148 menu_bar->Append( history_menu, _T("&History") ); in CreateMyMenuBar()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/mobile/wxedit/
H A Dwxedit.cpp140 wxMenu *history_menu = new wxMenu; in CreateMyMenuBar() local
141 history_menu->Append( ID_LAST_1, _T("No file.") ); in CreateMyMenuBar()
142 history_menu->Append( ID_LAST_2, _T("No file.") ); in CreateMyMenuBar()
143 history_menu->Append( ID_LAST_3, _T("No file.") ); in CreateMyMenuBar()
148 menu_bar->Append( history_menu, _T("&History") ); in CreateMyMenuBar()
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/xs/
H A DGtkFileSelection.xs41 Gtk2::FileSelection::history_menu = 9
60 case 9: RETVAL = fs->history_menu; break;
/dports/x11/libfm-extra/libfm-1.3.2/src/demo/
H A Dmain-win.h58 GtkWidget* history_menu; member
/dports/x11/libfm/libfm-1.3.2/src/demo/
H A Dmain-win.h58 GtkWidget* history_menu; member
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A DGtkFileSelection.t19 isa_ok($fs -> history_menu(), "Gtk2::Menu");
/dports/science/chemtool-devel/chemtool-1.7alpha15/
H A Dgtkfilesel.h65 GtkWidget *history_menu; member
/dports/science/chemtool/chemtool-1.6.14/
H A Dgtkfilesel.h65 GtkWidget *history_menu; member
/dports/x11-fm/pcmanfm/pcmanfm-1.3.2/src/
H A Dmain-win.h63 GtkWidget* history_menu; member
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkfilesel.h64 GtkWidget *history_menu; member
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk1/src/gtk/
H A Dgtkfilesel.pp23 history_menu : PGtkWidget;
/dports/devel/cbrowser/cbrowser-0.8/
H A Dcbrowser330 set history_menu $base.history.menu
340 menubutton $base.history -menu $history_menu \
358 set history_menu $base.history
367 $menu add cascade -label "History" -underline 0 -menu $history_menu
443 menu $history_menu
444 $history_menu add command -label "Forget Query" -underline 7 \
446 $history_menu add command -label "Forget Query Results" -underline 13 \
448 $history_menu add command -label "Forget All Empty Queries" -under 11 \
450 $history_menu add command -label "Forget All Queries" -underline 7 \
452 $history_menu add command -label "Forget All Query Results" \
/dports/games/iagno/iagno-3.38.1/src/
H A Diagno.vala57 private GLib.Menu history_menu;
406 history_menu = new GLib.Menu ();
408 history_menu.append (_("_Undo last move"), "ui.undo");
409 history_menu.freeze ();
416 history_button_1 = new HistoryButton (history_menu, theme_manager);
417 history_button_2 = new HistoryButton (history_menu, theme_manager);
419 history_button_1.update_menu (undoing ? history_menu : finish_menu);
420 history_button_2.update_menu (undoing ? history_menu : finish_menu);
768 history_button_1.update_menu (history_menu);
769 history_button_2.update_menu (history_menu);
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtkfilesel.inc21 history_menu : PGtkWidget;
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtkfilesel.inc21 history_menu : PGtkWidget;
/dports/misc/vifm/vifm-0.11/src/
H A DMakefile.am149 menus/history_menu.c menus/history_menu.h \
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/cocoa/
H A Dhistory_menu_bridge.mm256 NSMenu* history_menu = [[[NSApp mainMenu] itemWithTag:IDC_HISTORY_MENU]
258 return history_menu;
/dports/www/elinks/elinks-0.11.7/src/dialogs/
H A Dmenu.c200 history_menu(struct terminal *term, void *xxx, void *ses_) in history_menu() function
305 INIT_MENU_ITEM(N_("~History"), NULL, ACT_MAIN_NONE, history_menu, NULL, SUBMENU),

12