Home
last modified time | relevance | path

Searched refs:_gtk_image_button_new_for_header_bar (Results 1 – 7 of 7) sorted by relevance

/dports/archivers/file-roller/file-roller-3.40.0/src/
H A Dgtk-utils.h97 GtkWidget * _gtk_image_button_new_for_header_bar (const char *icon_name);
H A Dgtk-utils.c639 _gtk_image_button_new_for_header_bar (const char *icon_name) in _gtk_image_button_new_for_header_bar() function
683 button = _gtk_image_button_new_for_header_bar (icon_name); in _gtk_header_bar_create_image_button()
/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dgtk-utils.h176 GtkWidget * _gtk_image_button_new_for_header_bar (const char *icon_name);
H A Dgtk-utils.c1025 _gtk_image_button_new_for_header_bar (const char *icon_name) in _gtk_image_button_new_for_header_bar() function
H A Dgth-browser.c5346 button = _gtk_image_button_new_for_header_bar (icon_name); in gth_browser_add_header_bar_button()
/dports/audio/goobox/goobox-3.6.0/src/
H A Dgoo-window.c1944 _gtk_image_button_new_for_header_bar (const char *icon_name) in _gtk_image_button_new_for_header_bar() function
2324 window->priv->play_button = button = _gtk_image_button_new_for_header_bar (GOO_ICON_NAME_PLAY); in goo_window_construct()
2334 button = _gtk_image_button_new_for_header_bar (GOO_ICON_NAME_PREV); in goo_window_construct()
2339 button = _gtk_image_button_new_for_header_bar (GOO_ICON_NAME_NEXT); in goo_window_construct()
2391 button = _gtk_image_button_new_for_header_bar (GOO_ICON_NAME_EXTRACT); in goo_window_construct()
/dports/graphics/gthumb/gthumb-3.10.1/extensions/catalogs/
H A Dcallbacks.c184 button = _gtk_image_button_new_for_header_bar ("file-library-symbolic"); in catalogs__gth_browser_construct_cb()