Home
last modified time | relevance | path

Searched refs:widget_path (Results 1 – 25 of 63) sorted by relevance

123

/dports/x11/libmatekbd/libmatekbd-1.26.0/libmatekbd/
H A Dmatekbd-indicator-config.c62 GtkWidgetPath *widget_path = gtk_widget_path_new (); in matekbd_indicator_config_load_font() local
65 gtk_widget_path_append_type (widget_path, GTK_TYPE_WINDOW); in matekbd_indicator_config_load_font()
66 gtk_widget_path_iter_set_name (widget_path, -1 , "PanelWidget"); in matekbd_indicator_config_load_font()
68 gtk_style_context_set_path (context, widget_path); in matekbd_indicator_config_load_font()
84 gtk_widget_path_unref (widget_path); in matekbd_indicator_config_load_font()
99 GtkWidgetPath *widget_path = gtk_widget_path_new (); in matekbd_indicator_config_load_colors() local
103 gtk_widget_path_append_type (widget_path, GTK_TYPE_WINDOW); in matekbd_indicator_config_load_colors()
104 gtk_widget_path_iter_set_name (widget_path, -1 , "PanelWidget"); in matekbd_indicator_config_load_colors()
106 gtk_style_context_set_path (context, widget_path); in matekbd_indicator_config_load_colors()
122 gtk_widget_path_unref (widget_path); in matekbd_indicator_config_load_colors()
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-cell-checkbox.c76 GtkWidgetPath *widget_path; in ecc_draw() local
98 widget_path = gtk_widget_path_new (); in ecc_draw()
99 gtk_widget_path_append_type (widget_path, G_TYPE_NONE); in ecc_draw()
100 gtk_widget_path_iter_set_object_name (widget_path, -1, "check"); in ecc_draw()
103 gtk_style_context_set_path (style_context, widget_path); in ecc_draw()
111 gtk_widget_path_unref (widget_path); in ecc_draw()
H A De-html-editor.h98 const gchar *widget_path);
/dports/multimedia/gpodder/gpodder-3.10.17/src/gpodder/gtkui/
H A Ddraw.py462 widget_path = Gtk.WidgetPath()
465 widget_path.append_type(t)
467 widget_path.iter_add_class(widget_path.length() - 1, c)
469 widget_path.iter_add_region(widget_path.length() - 1, r, 0)
470 style_ctx.set_path(widget_path)
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/xs/
H A DGtkRc.xs79 ## GtkStyle* gtk_rc_get_style_by_paths (GtkSettings *settings, const char *widget_path, const char …
81 gtk_rc_get_style_by_paths (class, settings, widget_path, class_path, package)
83 const char * widget_path
91 (settings, widget_path, class_path, gtype);
/dports/mail/evolution/evolution-3.42.1/src/modules/mail/
H A De-mail-shell-view-private.c329 const gchar *widget_path; in mail_shell_view_message_list_popup_menu_cb() local
331 widget_path = "/mail-message-popup"; in mail_shell_view_message_list_popup_menu_cb()
332 e_shell_view_show_popup_menu (shell_view, widget_path, NULL); in mail_shell_view_message_list_popup_menu_cb()
344 const gchar *widget_path; in mail_shell_view_message_list_right_click_cb() local
346 widget_path = "/mail-message-popup"; in mail_shell_view_message_list_right_click_cb()
347 e_shell_view_show_popup_menu (shell_view, widget_path, button_event); in mail_shell_view_message_list_right_click_cb()
1472 const gchar *widget_path; in e_mail_shell_view_update_send_receive_menus() local
1503 widget_path = in e_mail_shell_view_update_send_receive_menus()
1506 widget = e_shell_window_get_managed_widget (shell_window, widget_path); in e_mail_shell_view_update_send_receive_menus()
1521 widget_path = in e_mail_shell_view_update_send_receive_menus()
[all …]
/dports/textproc/ibus/ibus-1.5.24/ui/gtk3/
H A Diconwidget.vala44 Gtk.WidgetPath widget_path = new Gtk.WidgetPath();
45 widget_path.append_type(typeof(Gtk.TextView));
47 m_style_context.set_path(widget_path);
/dports/mail/evolution/evolution-3.42.1/src/modules/calendar/
H A De-cal-base-shell-view.c349 const gchar *widget_path, in e_cal_base_shell_view_show_popup_menu() argument
357 g_return_val_if_fail (widget_path != NULL, NULL); in e_cal_base_shell_view_show_popup_menu()
367 menu = e_shell_view_show_popup_menu (shell_view, widget_path, button_event); in e_cal_base_shell_view_show_popup_menu()
H A De-cal-base-shell-view.h75 const gchar *widget_path,
H A De-cal-shell-view-private.c76 const gchar *widget_path; in cal_shell_view_popup_event_cb() local
88 widget_path = "/calendar-empty-popup"; in cal_shell_view_popup_event_cb()
90 widget_path = "/calendar-event-popup"; in cal_shell_view_popup_event_cb()
92 e_cal_base_shell_view_show_popup_menu (shell_view, widget_path, button_event, NULL); in cal_shell_view_popup_event_cb()
/dports/x11-wm/marco/marco-1.26.0/src/ui/
H A Dui.c765 GtkWidgetPath *widget_path; in meta_ui_theme_get_frame_borders() local
769 widget_path = gtk_widget_path_new (); in meta_ui_theme_get_frame_borders()
770 gtk_widget_path_append_type (widget_path, GTK_TYPE_WINDOW); in meta_ui_theme_get_frame_borders()
771 gtk_style_context_set_path (style, widget_path); in meta_ui_theme_get_frame_borders()
772 gtk_widget_path_free (widget_path); in meta_ui_theme_get_frame_borders()
/dports/mail/evolution/evolution-3.42.1/src/modules/addressbook/
H A De-book-shell-view-private.c58 const gchar *widget_path, in e_book_shell_view_show_popup_menu() argument
66 g_return_val_if_fail (widget_path != NULL, NULL); in e_book_shell_view_show_popup_menu()
76 menu = e_shell_view_show_popup_menu (shell_view, widget_path, button_event); in e_book_shell_view_show_popup_menu()
/dports/mail/evolution/evolution-3.42.1/src/em-format/
H A De-mail-formatter.c503 GtkWidgetPath *widget_path; in mail_formatter_update_style() local
509 widget_path = gtk_widget_path_new (); in mail_formatter_update_style()
510 gtk_widget_path_append_type (widget_path, GTK_TYPE_WINDOW); in mail_formatter_update_style()
511 gtk_style_context_set_path (style_context, widget_path); in mail_formatter_update_style()
539 gtk_widget_path_free (widget_path); in mail_formatter_update_style()
/dports/mail/evolution/evolution-3.42.1/src/shell/
H A De-shell-window.h113 const gchar *widget_path);
H A De-shell-view.h241 const gchar *widget_path,
H A De-shell-window-actions.c517 const gchar *widget_path; in action_search_options_cb() local
524 widget_path = shell_view_class->search_options; in action_search_options_cb()
525 popup_menu = e_shell_view_show_popup_menu (shell_view, widget_path, NULL); in action_search_options_cb()
/dports/www/gtkhtml4/gtkhtml-4.10.0/components/editor/
H A Dgtkhtml-editor.h102 const gchar *widget_path);
H A Dgtkhtml-editor.c1097 const gchar *widget_path) in gtkhtml_editor_get_managed_widget() argument
1103 g_return_val_if_fail (widget_path != NULL, NULL); in gtkhtml_editor_get_managed_widget()
1106 widget = gtk_ui_manager_get_widget (manager, widget_path); in gtkhtml_editor_get_managed_widget()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/modules/deprecated/old_arch/widgetman/
H A Dwidgetman.c2868 res_url = gf_url_concatenate(widget_path, res_name);
2871 if (!strnicmp(widget_path, "http", 4)) {
2900 result = wm_relocate_url(wm, widget_path, "index.htm", relocated_path, localized_path);
2904 result = wm_relocate_url(wm, widget_path, "index.html", relocated_path, localized_path);
2908 result = wm_relocate_url(wm, widget_path, "index.svg", relocated_path, localized_path);
2916 result = wm_relocate_url(wm, widget_path, "index.xht", relocated_path, localized_path);
2979 result = wm_relocate_url(wm, widget_path, "icon.svg", relocated_path, localized_path);
2982 result = wm_relocate_url(wm, widget_path, "icon.ico", relocated_path, localized_path);
2985 result = wm_relocate_url(wm, widget_path, "icon.png", relocated_path, localized_path);
2988 result = wm_relocate_url(wm, widget_path, "icon.gif", relocated_path, localized_path);
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/modules/deprecated/old_arch/widgetman/
H A Dwidgetman.c2868 res_url = gf_url_concatenate(widget_path, res_name);
2871 if (!strnicmp(widget_path, "http", 4)) {
2900 result = wm_relocate_url(wm, widget_path, "index.htm", relocated_path, localized_path);
2904 result = wm_relocate_url(wm, widget_path, "index.html", relocated_path, localized_path);
2908 result = wm_relocate_url(wm, widget_path, "index.svg", relocated_path, localized_path);
2916 result = wm_relocate_url(wm, widget_path, "index.xht", relocated_path, localized_path);
2979 result = wm_relocate_url(wm, widget_path, "icon.svg", relocated_path, localized_path);
2982 result = wm_relocate_url(wm, widget_path, "icon.ico", relocated_path, localized_path);
2985 result = wm_relocate_url(wm, widget_path, "icon.png", relocated_path, localized_path);
2988 result = wm_relocate_url(wm, widget_path, "icon.gif", relocated_path, localized_path);
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkrc.h146 const char *widget_path,
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/deprecated/
H A Dgtkrc.h178 const char *widget_path,
H A Dgtkrc.c1333 const char *widget_path, in gtk_rc_get_style_by_paths() argument
1360 widget_next = widget_path; in gtk_rc_get_style_by_paths()
/dports/mail/evolution/evolution-3.42.1/src/calendar/gui/
H A De-comp-editor.h119 const gchar *widget_path);
/dports/textproc/py-orange3-text/orange3-text-1.3.1/orangecontrib/text/widgets/
H A Dowpubmed.py21 widget_path = os.path.dirname(os.path.abspath(__file__))
22 return os.path.join(widget_path, icon_path, name)

123