Home
last modified time | relevance | path

Searched refs:g_menu_item_new (Results 1 – 25 of 120) sorted by relevance

12345

/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/tests/
H A Dtest-menu-manager2.c17 g_autoptr(GMenuItem) item1 = g_menu_item_new ("item1", "item1"); in test_menu_manager()
18 g_autoptr(GMenuItem) item2 = g_menu_item_new ("item2", "item2"); in test_menu_manager()
19 g_autoptr(GMenuItem) item3 = g_menu_item_new ("item3", "item3"); in test_menu_manager()
20 g_autoptr(GMenuItem) item4 = g_menu_item_new ("item4", "item4"); in test_menu_manager()
21 g_autoptr(GMenuItem) item5 = g_menu_item_new ("item5", "item5"); in test_menu_manager()
22 g_autoptr(GMenuItem) item6 = g_menu_item_new ("item6", "item6"); in test_menu_manager()
/dports/editors/gedit/gedit-40.1/plugins/spell/
H A Dgedit-spell-app-activatable.c143 item = g_menu_item_new (_("_Check Spelling…"), "win.check-spell"); in gedit_spell_app_activatable_activate()
147 item = g_menu_item_new (_("Set _Language…"), "win.config-spell"); in gedit_spell_app_activatable_activate()
151 item = g_menu_item_new (_("_Highlight Misspelled Words"), "win.inline-spell-checker"); in gedit_spell_app_activatable_activate()
/dports/editors/gedit-plugins/gedit-plugins-40.1/plugins/bookmarks/
H A Dgedit-bookmarks-app-activatable.c141 item = g_menu_item_new (_("Toggle Bookmark"), "win.bookmark-toggle"); in gedit_bookmarks_app_activatable_activate()
145 item = g_menu_item_new (_("Go to Next Bookmark"), "win.bookmark-next"); in gedit_bookmarks_app_activatable_activate()
149 item = g_menu_item_new (_("Go to Previous Bookmark"), "win.bookmark-prev"); in gedit_bookmarks_app_activatable_activate()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/nimf/modules/services/indicator/
H A Dnimf-indicator.c238 engine_menu = g_menu_item_new (schema_name, "indicator.engine"); in nimf_indicator_build_section1()
253 lang_menu = g_menu_item_new (infos[j]->group, NULL); in nimf_indicator_build_section1()
260 menu_item = g_menu_item_new (infos[j]->label, "indicator.engine"); in nimf_indicator_build_section1()
284 engine_menu = g_menu_item_new (schema_name, "indicator.engine"); in nimf_indicator_build_section1()
332 settings_menu = g_menu_item_new (_("Settings"), "indicator.settings"); in nimf_indicator_build_menu()
333 about_menu = g_menu_item_new (_("About"), "indicator.about"); in nimf_indicator_build_menu()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/examples/bp/
H A Dbloatpad.c554 item = g_menu_item_new ("File Icon", NULL); in bloat_pad_startup()
562 item = g_menu_item_new ("Themed Icon", NULL); in bloat_pad_startup()
570 item = g_menu_item_new ("Bytes Icon", NULL); in bloat_pad_startup()
578 item = g_menu_item_new ("Pixbuf", NULL); in bloat_pad_startup()
592 item = g_menu_item_new ("Emblemed Icon", NULL); in bloat_pad_startup()
602 item = g_menu_item_new ("Symbolic Icon", NULL); in bloat_pad_startup()
/dports/x11-toolkits/gtk40/gtk-4.4.1/examples/bp/
H A Dbloatpad.c583 item = g_menu_item_new ("File Icon", NULL); in bloat_pad_startup()
591 item = g_menu_item_new ("Themed Icon", NULL); in bloat_pad_startup()
599 item = g_menu_item_new ("Bytes Icon", NULL); in bloat_pad_startup()
607 item = g_menu_item_new ("Pixbuf", NULL); in bloat_pad_startup()
621 item = g_menu_item_new ("Emblemed Icon", NULL); in bloat_pad_startup()
631 item = g_menu_item_new ("Symbolic Icon", NULL); in bloat_pad_startup()
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/glib/
H A Dmenu.go269 c := C.g_menu_item_new(nil, nil)
281 c := C.g_menu_item_new(cstr1, nil)
293 c := C.g_menu_item_new(nil, cstr1)
308 c := C.g_menu_item_new(cstr1, cstr2)
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/glib/
H A Dmenu.go269 c := C.g_menu_item_new(nil, nil)
281 c := C.g_menu_item_new(cstr1, nil)
293 c := C.g_menu_item_new(nil, cstr1)
308 c := C.g_menu_item_new(cstr1, cstr2)
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/glib/
H A Dmenu.go269 c := C.g_menu_item_new(nil, nil)
281 c := C.g_menu_item_new(cstr1, nil)
293 c := C.g_menu_item_new(nil, cstr1)
308 c := C.g_menu_item_new(cstr1, cstr2)
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/glib/
H A Dmenu.go269 c := C.g_menu_item_new(nil, nil)
281 c := C.g_menu_item_new(cstr1, nil)
293 c := C.g_menu_item_new(nil, cstr1)
308 c := C.g_menu_item_new(cstr1, cstr2)
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/gui/widgets/
H A Deditor_toolbar.c80 g_menu_item_new (
128 g_menu_item_new (
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/beautifier/
H A Dgb-beautifier-editor-addin.c220 item = g_menu_item_new (entry->name, NULL);
229 item = g_menu_item_new (entry->name, NULL);
254 item = g_menu_item_new (label, NULL);
/dports/devel/glib20/glib-2.70.4/gio/tests/
H A Dgmenumodel.c1252 item = g_menu_item_new ("test", NULL);
1301 item = g_menu_item_new ("test", NULL);
1363 item = g_menu_item_new ("test2", NULL);
1367 item = g_menu_item_new ("test1", NULL);
1371 item = g_menu_item_new ("test3", NULL);
1375 item = g_menu_item_new ("test4", NULL);
1474 item = g_menu_item_new ("label", "action");
/dports/multimedia/totem/totem-3.38.2/src/plugins/rotation/
H A Dtotem-rotation.c266 item = g_menu_item_new (_("_Rotate ↷"), "app.rotate-right"); in impl_activate()
270 item = g_menu_item_new (_("Rotate ↶"), "app.rotate-left"); in impl_activate()
/dports/x11-toolkits/gtk40/gtk-4.4.1/demos/gtk-demo/
H A Ddemoimage.c217 item = g_menu_item_new (_("_Copy"), "clipboard.copy"); in demo_image_init()
220 item = g_menu_item_new (_("_Paste"), "clipboard.paste"); in demo_image_init()
/dports/audio/rhythmbox/rhythmbox-3.4.4/sources/
H A Drb-source-search.c222 item = g_menu_item_new (rb_source_search_get_description (search), NULL); in rb_source_search_add_to_menu()
/dports/sysutils/fsearch/fsearch-0.1beta4/src/
H A Dlistview_popup.c66 GMenuItem *menu_item = g_menu_item_new (display_name, detailed_action);
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkplacessidebar.c3127 item = g_menu_item_new (_("_Open"), "row.open"); in build_popup_menu_using_gmenu()
3212 item = g_menu_item_new (_("_Open"), "row.open"); in create_row_popover()
3220 item = g_menu_item_new (_("Open in New _Tab"), "row.open"); in create_row_popover()
3244 item = g_menu_item_new (_("_Remove"), "row.remove"); in create_row_popover()
3248 item = g_menu_item_new (_("_Rename"), "row.rename"); in create_row_popover()
3260 item = g_menu_item_new (_("_Mount"), "row.mount"); in create_row_popover()
3269 item = g_menu_item_new (_("_Unmount"), "row.unmount"); in create_row_popover()
3276 item = g_menu_item_new (_("_Eject"), "row.eject"); in create_row_popover()
3286 item = g_menu_item_new (_("_Detect Media"), "row.rescan"); in create_row_popover()
3302 item = g_menu_item_new (start_label, "row.start"); in create_row_popover()
[all …]
/dports/www/castor/castor-0.8.16/cargo-crates/gio-0.8.1/src/auto/
H A Dmenu_item.rs24 from_glib_full(gio_sys::g_menu_item_new( in new()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gio-0.7.0/src/auto/
H A Dmenu_item.rs24 from_glib_full(gio_sys::g_menu_item_new( in new()
/dports/net-im/fractal/fractal-4.4.0/vendor/gio/src/auto/
H A Dmenu_item.rs24 from_glib_full(gio_sys::g_menu_item_new( in new()
/dports/deskutils/gnome-photos/gnome-photos-40.0/src/
H A Dphotos-base-model.c98 menu_item = g_menu_item_new (name, NULL); in photos_base_model_refresh()
/dports/multimedia/totem/totem-3.38.2/src/plugins/screenshot/
H A Dtotem-screenshot-plugin.c349 item = g_menu_item_new (_("Take _Screenshot"), "app.take-screenshot"); in impl_activate()
355 item = g_menu_item_new (_("Create Screenshot _Gallery…"), "app.take-gallery"); in impl_activate()
/dports/x11-toolkits/gtk40/gtk-4.4.1/tests/
H A Dtestmenubutton.c101 item = g_menu_item_new (item_label, NULL); in main()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gio-0.14.3/src/auto/
H A Dmenu_item.rs24 from_glib_full(ffi::g_menu_item_new( in new()

12345