Home
last modified time | relevance | path

Searched refs:gtk_accel_map_change_entry (Results 1 – 25 of 121) sorted by relevance

12345

/dports/graphics/ristretto/ristretto-0.12.1/src/
H A Dsettings.c141 gtk_accel_map_change_entry ("<Window>/fullscreen", GDK_KEY_F, 0, FALSE); in G_DEFINE_TYPE_WITH_PRIVATE()
142 gtk_accel_map_change_entry ("<Window>/unfullscreen", GDK_KEY_Escape, 0, FALSE); in G_DEFINE_TYPE_WITH_PRIVATE()
143 gtk_accel_map_change_entry ("<Window>/next-image", GDK_KEY_Page_Down, 0, FALSE); in G_DEFINE_TYPE_WITH_PRIVATE()
144 gtk_accel_map_change_entry ("<Window>/previous-image", GDK_KEY_Page_Up, 0, FALSE); in G_DEFINE_TYPE_WITH_PRIVATE()
145 gtk_accel_map_change_entry ("<Window>/quit", GDK_KEY_q, 0, FALSE); in G_DEFINE_TYPE_WITH_PRIVATE()
147 gtk_accel_map_change_entry ("<Window>/delete", GDK_KEY_Delete, GDK_SHIFT_MASK, FALSE); in G_DEFINE_TYPE_WITH_PRIVATE()
149 gtk_accel_map_change_entry ("<Window>/refresh", GDK_KEY_r, GDK_CONTROL_MASK, FALSE); in G_DEFINE_TYPE_WITH_PRIVATE()
151 gtk_accel_map_change_entry ("<Actions>/RsttoWindow/play", GDK_KEY_F5, 0, FALSE); in G_DEFINE_TYPE_WITH_PRIVATE()
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/
H A DAccel.cs95 …static extern bool gtk_accel_map_change_entry(IntPtr accel_path, uint accel_key, int accel_mods, b… in gtk_accel_map_change_entry() method in Gtk.Accel
100 bool ret = gtk_accel_map_change_entry (native, accel_key, (int) accel_mods, replace); in MapChangeEntry()
/dports/sysutils/lxterminal/lxterminal-0.4.0/src/
H A Dlxterminal.c1835 gtk_accel_map_change_entry("<Actions>/MenuBar/File_NewWindow", key, mods, FALSE); in terminal_update_menu_shortcuts()
1837 gtk_accel_map_change_entry("<Actions>/MenuBar/File_NewTab", key, mods, FALSE); in terminal_update_menu_shortcuts()
1839 gtk_accel_map_change_entry("<Actions>/MenuBar/File_CloseTab", key, mods, FALSE); in terminal_update_menu_shortcuts()
1841 gtk_accel_map_change_entry("<Actions>/MenuBar/File_CloseWindow", key, mods, FALSE); in terminal_update_menu_shortcuts()
1843 gtk_accel_map_change_entry("<Actions>/MenuBar/Edit_Copy", key, mods, FALSE); in terminal_update_menu_shortcuts()
1845 gtk_accel_map_change_entry("<Actions>/MenuBar/Edit_Paste", key, mods, FALSE); in terminal_update_menu_shortcuts()
1847 gtk_accel_map_change_entry("<Actions>/MenuBar/Edit_ZoomIn", key, mods, FALSE); in terminal_update_menu_shortcuts()
1849 gtk_accel_map_change_entry("<Actions>/MenuBar/Edit_ZoomOut", key, mods, FALSE); in terminal_update_menu_shortcuts()
1851 gtk_accel_map_change_entry("<Actions>/MenuBar/Edit_ZoomReset", key, mods, FALSE); in terminal_update_menu_shortcuts()
1853 gtk_accel_map_change_entry("<Actions>/MenuBar/Tabs_NameTab", key, mods, FALSE); in terminal_update_menu_shortcuts()
[all …]
/dports/graphics/epdfview/epdfview-0.1.8/src/gtk/
H A DFindView.cxx103 gtk_accel_map_change_entry(g_SlashAccelPath, m_SlashAccelKey.accel_key, in hide()
151 gtk_accel_map_change_entry(g_SlashAccelPath, 0, in setPresenter()
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/xs/
H A DGtkAccelMap.xs69 ## gboolean gtk_accel_map_change_entry (const gchar *accel_path, guint accel_key, GdkModifierType …
71 gtk_accel_map_change_entry (class, accel_path, accel_key, accel_mods, replace)
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Daccelmap.cc46 return gtk_accel_map_change_entry(accel_path.c_str(), accel_key, in change_entry()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Daccelmap.cc40 return gtk_accel_map_change_entry(accel_path.c_str(), accel_key, in change_entry()
/dports/x11-toolkits/rep-gtk2/rep-gtk_0.90.8.3/widgets/
H A Daccelmap23 (define-func gtk_accel_map_change_entry
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkaccelmap.h64 gboolean gtk_accel_map_change_entry (const gchar *accel_path,
H A Dgtkaccelmap.c180 gtk_accel_map_change_entry (entry->accel_path, accel_key, accel_mods, TRUE); in gtk_accel_map_add_entry()
442 gtk_accel_map_change_entry (const gchar *accel_path, in gtk_accel_map_change_entry() function
483 gtk_accel_map_change_entry (path, accel_key, accel_mods, TRUE); in accel_map_parse_accel_path()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkaccelmap.h69 gboolean gtk_accel_map_change_entry (const gchar *accel_path,
H A Dgtkaccelmap.c232 gtk_accel_map_change_entry (entry->accel_path, accel_key, accel_mods, TRUE); in gtk_accel_map_add_entry()
496 gtk_accel_map_change_entry (const gchar *accel_path, in gtk_accel_map_change_entry() function
537 gtk_accel_map_change_entry (path, accel_key, accel_mods, TRUE); in accel_map_parse_accel_path()
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtk/
H A DAccel.custom88 …static extern bool gtk_accel_map_change_entry(IntPtr accel_path, uint accel_key, int accel_mods, b…
93 bool ret = gtk_accel_map_change_entry (native, accel_key, (int) accel_mods, replace);
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimpactionview.c619 if (! gtk_accel_map_change_entry (confirm_data->accel_path, in gimp_action_view_conflict_response()
804 else if (! gtk_accel_map_change_entry (accel_path, in gimp_action_view_accel_edited()
899 if (! gtk_accel_map_change_entry (accel_path, 0, 0, FALSE)) in gimp_action_view_accel_cleared()
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtkaccelmap.inc38 function gtk_accel_map_change_entry(accel_path:Pgchar; accel_key:guint; accel_mods:TGdkModifierType…
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtkaccelmap.inc38 function gtk_accel_map_change_entry(accel_path:Pgchar; accel_key:guint; accel_mods:TGdkModifierType…
/dports/x11/xfce4-terminal/xfce4-terminal-0.8.10/terminal/
H A Dterminal-app.c217 gtk_accel_map_change_entry ("<Actions>/terminal-window/toggle-menubar", in terminal_app_update_accels()
223 gtk_accel_map_change_entry ("<Actions>/terminal-window/contents", in terminal_app_update_accels()
331 gtk_accel_map_change_entry (name, GDK_KEY_0 + i, GDK_MOD1_MASK, FALSE); in terminal_app_accel_map_load()
/dports/graphics/gimp-app/gimp-2.10.30/app/menus/
H A Dmenus.c518 gtk_accel_map_change_entry (accel_path, 0, 0, TRUE); in menus_remove_accels()
/dports/multimedia/sabbu/sabbu-0.3.0/Source/
H A Dgui_customize_menu_accels.cpp282 gtk_accel_map_change_entry(entry_match->accel_path, 0, (GdkModifierType) 0, TRUE); in gui_customize_menu_accels_save()
293 gtk_accel_map_change_entry(entry->accel_path, key, (GdkModifierType) mods, TRUE); in gui_customize_menu_accels_save()
/dports/x11/roxterm/roxterm-3.11.1/src/
H A Dshortcuts.c228 gtk_accel_map_change_entry(full_path, in shortcuts_open()
/dports/graphics/darktable/darktable-3.6.1/src/gui/
H A Dpreferences.c1275 gtk_accel_map_change_entry(current_accel->path, 0, 0, TRUE); in delete_matching_accels()
1430gtk_accel_map_change_entry(darktable.control->accel_remap_str, gdk_keyval_to_lower(event->keyval), in tree_key_press()
1457 …if(gtk_accel_map_change_entry(darktable.control->accel_remap_str, gdk_keyval_to_lower(event->keyva… in tree_key_press()
1494 gtk_accel_map_change_entry(accel, 0, 0, TRUE); in tree_key_press()
1573 gtk_accel_map_change_entry(accel, 0, 0, TRUE); in tree_key_press_presets()
1699 gtk_accel_map_change_entry(accelpath, 0, 0, TRUE); in restore_defaults()
/dports/graphics/gimp-app/gimp-2.10.30/app/actions/
H A Dwindows-actions.c465 gtk_accel_map_change_entry (accel_path, in windows_actions_update_display_accels()
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/gotk3/gotk3/gtk/
H A Daccel.go283 …return gobool(C.gtk_accel_map_change_entry((*C.gchar)(cstr), C.guint(key), C.GdkModifierType(mods)…
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/gtk/
H A Daccel.go283 …return gobool(C.gtk_accel_map_change_entry((*C.gchar)(cstr), C.guint(key), C.GdkModifierType(mods)…
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/gtk/
H A Daccel.go283 …return gobool(C.gtk_accel_map_change_entry((*C.gchar)(cstr), C.guint(key), C.GdkModifierType(mods)…

12345