Home
last modified time | relevance | path

Searched refs:action_entries (Results 1 – 25 of 202) sorted by relevance

123456789

/dports/x11/libxfce4menu/libxfce4ui-4.16.1/libxfce4ui/
H A Dxfce-gtk-extensions.c417 xfce_gtk_accel_map_add_entries (const XfceGtkActionEntry *action_entries, in xfce_gtk_accel_map_add_entries() argument
424 if (action_entries[i].accel_path == NULL || g_strcmp0 (action_entries[i].accel_path, "") == 0) in xfce_gtk_accel_map_add_entries()
462 if (action_entries[i].accel_path == NULL || g_strcmp0 (action_entries[i].accel_path, "") == 0) in xfce_gtk_accel_group_connect_action_entries()
465 if (action_entries[i].callback != NULL) in xfce_gtk_accel_group_connect_action_entries()
496 if (action_entries[i].accel_path == NULL || g_strcmp0 (action_entries[i].accel_path, "") == 0) in xfce_gtk_accel_group_disconnect_action_entries()
498 if (action_entries[i].callback != NULL) in xfce_gtk_accel_group_disconnect_action_entries()
527 if( action_entries[i].id == id ) in xfce_gtk_get_action_entry_by_id()
528 return &(action_entries[i]); in xfce_gtk_get_action_entry_by_id()
546 xfce_gtk_translate_action_entries (XfceGtkActionEntry *action_entries, in xfce_gtk_translate_action_entries() argument
551action_entries[i].menu_item_label_text = g_strdup( g_dgettext (NULL, action_entries[i].menu_item_l… in xfce_gtk_translate_action_entries()
[all …]
H A Dxfce-gtk-extensions.h116 … xfce_gtk_accel_map_add_entries (const XfceGtkActionEntry *action_entries,
119 … const XfceGtkActionEntry *action_entries,
123 … const XfceGtkActionEntry *action_entries,
125 …onEntry *xfce_gtk_get_action_entry_by_id (const XfceGtkActionEntry *action_entries,
128 … xfce_gtk_translate_action_entries (XfceGtkActionEntry *action_entries,
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkpadcontroller.c90 GArray *action_entries; member
125 for (i = 0; i < controller->action_entries->len; i++) in G_DEFINE_TYPE()
127 const ActionEntryData *entry = &g_array_index (controller->action_entries, in G_DEFINE_TYPE()
343 for (i = 0; i < controller->action_entries->len; i++) in gtk_pad_controller_finalize()
345 const ActionEntryData *entry = &g_array_index (controller->action_entries, in gtk_pad_controller_finalize()
351 g_array_free (controller->action_entries, TRUE); in gtk_pad_controller_finalize()
389 controller->action_entries = g_array_new (FALSE, TRUE, sizeof (ActionEntryData)); in gtk_pad_controller_init()
460 for (i = 0; i < controller->action_entries->len; i++) in gtk_pad_controller_add_entry()
463 &g_array_index (controller->action_entries, ActionEntryData, i)) == 0) in gtk_pad_controller_add_entry()
467 g_array_insert_val (controller->action_entries, i, new_entry); in gtk_pad_controller_add_entry()
/dports/graphics/gthumb/gthumb-3.10.1/extensions/find_duplicates/
H A Dcallbacks.c36 static const GthMenuEntry action_entries[] = { variable
51 action_entries, in find_dup__gth_browser_construct_cb()
52 G_N_ELEMENTS (action_entries)); in find_dup__gth_browser_construct_cb()
/dports/graphics/gthumb/gthumb-3.10.1/extensions/23hq/
H A Dcallbacks.c37 static const GthMenuEntry action_entries[] = { variable
52 action_entries, in tt__gth_browser_construct_cb()
53 G_N_ELEMENTS (action_entries)); in tt__gth_browser_construct_cb()
/dports/graphics/gthumb/gthumb-3.10.1/extensions/comments/
H A Dcallbacks.c38 static const GthMenuEntry action_entries[] = { variable
54 action_entries, in comments__gth_browser_construct_cb()
55 G_N_ELEMENTS (action_entries)); in comments__gth_browser_construct_cb()
/dports/graphics/gthumb/gthumb-3.10.1/extensions/contact_sheet/
H A Dcallbacks.c37 static const GthMenuEntry action_entries[] = { variable
53 action_entries, in cs__gth_browser_construct_cb()
54 G_N_ELEMENTS (action_entries)); in cs__gth_browser_construct_cb()
/dports/graphics/gthumb/gthumb-3.10.1/extensions/convert_format/
H A Dcallbacks.c37 static const GthMenuEntry action_entries[] = { variable
52 action_entries, in cf__gth_browser_construct_cb()
53 G_N_ELEMENTS (action_entries)); in cf__gth_browser_construct_cb()
/dports/graphics/gthumb/gthumb-3.10.1/extensions/resize_images/
H A Dcallbacks.c37 static const GthMenuEntry action_entries[] = { variable
52 action_entries, in ri__gth_browser_construct_cb()
53 G_N_ELEMENTS (action_entries)); in ri__gth_browser_construct_cb()
/dports/graphics/gthumb/gthumb-3.10.1/extensions/change_date/
H A Dcallbacks.c37 static const GthMenuEntry action_entries[] = { variable
52 action_entries, in cd__gth_browser_construct_cb()
53 G_N_ELEMENTS (action_entries)); in cd__gth_browser_construct_cb()
/dports/graphics/gthumb/gthumb-3.10.1/extensions/photo_importer/
H A Dcallbacks.c40 static const GthMenuEntry action_entries[] = { variable
69 action_entries, in pi__gth_browser_construct_cb()
70 G_N_ELEMENTS (action_entries)); in pi__gth_browser_construct_cb()
/dports/x11-toolkits/p5-Gtk3/Gtk3-0.034/t/
H A Dzz-GtkActionGroup.t43 my @action_entries = (
83 $action_group->add_actions (\@action_entries);
117 $action_group->add_actions (\@action_entries);
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A DGtkActionGroup.t38 my @action_entries = (
77 #$action_group->add_actions (\@action_entries, 42)
78 $action_group->add_actions (\@action_entries);
116 $action_group->add_actions (\@action_entries);
/dports/graphics/eom/eom-1.26.0/plugins/reload/
H A Deom-reload-plugin.c44 static const GtkActionEntry action_entries[] = { variable
126 gtk_action_group_add_actions (plugin->ui_action_group, action_entries, in eom_reload_plugin_activate()
127 G_N_ELEMENTS (action_entries), plugin->window); in eom_reload_plugin_activate()
/dports/devel/gtranslator/gtranslator-40.0/plugins/fullscreen/
H A Dgtr-fullscreen-plugin.c66 static const GtkToggleActionEntry action_entries[] = { variable
142 gtk_action_group_add_toggle_actions (priv->action_group, action_entries, in gtr_fullscreen_plugin_activate()
143 G_N_ELEMENTS (action_entries), in gtr_fullscreen_plugin_activate()
/dports/editors/xed/xed-3.2.0/tools/plugin_template/
H A Dxed-plugin.c57 static const GtkActionEntry action_entries[] = variable
122 action_entries,
123 G_N_ELEMENTS (action_entries),
/dports/devel/gtranslator/gtranslator-40.0/plugins/alternate-language/
H A Dgtr-alternate-language-plugin.c80 static const GtkActionEntry action_entries[] = { variable
177 gtk_action_group_add_actions (priv->action_group, action_entries, in gtr_alternate_lang_plugin_window_activate()
178 G_N_ELEMENTS (action_entries), priv->window); in gtr_alternate_lang_plugin_window_activate()
/dports/editors/gedit/gedit-40.1/gedit/
H A Dgedit-notebook-popup-menu.c260 static GActionEntry action_entries[] = { variable
278 action_entries, in gedit_notebook_popup_menu_init()
279 G_N_ELEMENTS (action_entries), in gedit_notebook_popup_menu_init()
/dports/games/lightsoff/lightsoff-40.0.1/src/
H A Dnotifications-revealer.vala68 action_group.add_action_entries (action_entries, this);
72 private const GLib.ActionEntry [] action_entries =
/dports/games/iagno/iagno-3.38.1/src/
H A Dnotifications-revealer.vala67 action_group.add_action_entries (action_entries, this);
71 private const GLib.ActionEntry [] action_entries =
/dports/games/gnome-taquin/gnome-taquin-3.38.1/src/
H A Dnotifications-revealer.vala67 action_group.add_action_entries (action_entries, this);
71 private const GLib.ActionEntry [] action_entries =
/dports/devel/dconf-editor/dconf-editor-3.38.3/editor/
H A Dnotifications-revealer.vala67 action_group.add_action_entries (action_entries, this);
71 private const GLib.ActionEntry [] action_entries =
/dports/editors/pluma/pluma-1.26.0/plugins/sort/
H A Dpluma-sort-plugin.c75 static const GtkActionEntry action_entries[] = variable
326 action_entries, in pluma_sort_plugin_activate()
327 G_N_ELEMENTS (action_entries), in pluma_sort_plugin_activate()
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-3.0/
H A Dmenu.c1388 const GtkActionEntry action_entries[] = { in get_safe_group() local
1582 gtk_action_group_add_actions(group, action_entries, in get_safe_group()
1583 G_N_ELEMENTS(action_entries), NULL); in get_safe_group()
1600 const GtkActionEntry action_entries[] = { in get_edit_group() local
1613 gtk_action_group_add_actions(group, action_entries, in get_edit_group()
1638 const GtkActionEntry action_entries[] = { in get_unit_group() local
1742 gtk_action_group_add_actions(group, action_entries, in get_unit_group()
1763 const GtkActionEntry action_entries[] = { in get_playing_group() local
1776 gtk_action_group_add_actions(group, action_entries, in get_playing_group()
1793 const GtkActionEntry action_entries[] = { in get_player_group() local
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-2.0/
H A Dmenu.c1395 const GtkActionEntry action_entries[] = { in get_safe_group() local
1591 gtk_action_group_add_actions(group, action_entries, in get_safe_group()
1592 G_N_ELEMENTS(action_entries), NULL); in get_safe_group()
1609 const GtkActionEntry action_entries[] = { in get_edit_group() local
1622 gtk_action_group_add_actions(group, action_entries, in get_edit_group()
1647 const GtkActionEntry action_entries[] = { in get_unit_group() local
1751 gtk_action_group_add_actions(group, action_entries, in get_unit_group()
1772 const GtkActionEntry action_entries[] = { in get_playing_group() local
1785 gtk_action_group_add_actions(group, action_entries, in get_playing_group()
1802 const GtkActionEntry action_entries[] = { in get_player_group() local
[all …]

123456789