Home
last modified time | relevance | path

Searched refs:browse_path_bar (Results 1 – 5 of 5) sorted by relevance

/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkfilechooserprivate.h180 GtkWidget *browse_path_bar; member
H A Dgtkfilechooserdefault.c4813 impl->browse_path_bar = g_object_new (GTK_TYPE_PATH_BAR, NULL); in path_bar_widgets_create()
4814 _gtk_path_bar_set_file_system (GTK_PATH_BAR (impl->browse_path_bar), impl->file_system); in path_bar_widgets_create()
4815 g_signal_connect (impl->browse_path_bar, "path-clicked", G_CALLBACK (path_bar_clicked), impl); in path_bar_widgets_create()
4817 gtk_size_group_add_widget (impl->browse_path_bar_size_group, impl->browse_path_bar); in path_bar_widgets_create()
4818 gtk_box_pack_start (GTK_BOX (impl->browse_path_bar_hbox), impl->browse_path_bar, TRUE, TRUE, 0); in path_bar_widgets_create()
4888 gtk_widget_set_visible (impl->browse_path_bar, path_bar_visible); in path_bar_set_mode()
5152 gtk_label_set_mnemonic_widget (GTK_LABEL (impl->save_folder_label), impl->browse_path_bar); in restore_path_bar()
5169 …_gtk_path_bar_set_file (GTK_PATH_BAR (impl->browse_path_bar), file, FALSE, NULL); /* NULL-GError */ in put_recent_folder_in_pathbar()
7216 …if (!_gtk_path_bar_set_file (GTK_PATH_BAR (impl->browse_path_bar), data->file, data->keep_trail, N… in update_current_folder_get_info_cb()
10183 _gtk_path_bar_up (GTK_PATH_BAR (impl->browse_path_bar)); in up_folder_handler()
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkfilechooserwidget.c197 GtkWidget *browse_path_bar; member
2607 _gtk_path_bar_set_file (GTK_PATH_BAR (impl->browse_path_bar), file, FALSE); in put_recent_folder_in_pathbar()
4988 _gtk_path_bar_set_file (GTK_PATH_BAR (impl->browse_path_bar), data->file, data->keep_trail); in update_current_folder_get_info_cb()
7122 _gtk_path_bar_up (GTK_PATH_BAR (impl->browse_path_bar)); in up_folder_handler()
7129 _gtk_path_bar_down (GTK_PATH_BAR (impl->browse_path_bar)); in down_folder_handler()
7659 gtk_widget_class_bind_template_child (widget_class, GtkFileChooserWidget, browse_path_bar); in gtk_file_chooser_widget_class_init()
7780 _gtk_path_bar_set_file (GTK_PATH_BAR (impl->browse_path_bar), file, FALSE); in post_process_ui()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkfilechooserwidget.c252 GtkWidget *browse_path_bar; member
3077 _gtk_path_bar_set_file (GTK_PATH_BAR (priv->browse_path_bar), file, FALSE); in put_recent_folder_in_pathbar()
5709 _gtk_path_bar_set_file (GTK_PATH_BAR (priv->browse_path_bar), data->file, data->keep_trail); in update_current_folder_get_info_cb()
8203 _gtk_path_bar_up (GTK_PATH_BAR (priv->browse_path_bar)); in up_folder_handler()
8212 _gtk_path_bar_down (GTK_PATH_BAR (priv->browse_path_bar)); in down_folder_handler()
8698 …gtk_widget_class_bind_template_child_private (widget_class, GtkFileChooserWidget, browse_path_bar); in gtk_file_chooser_widget_class_init()
8812 …_gtk_path_bar_set_file_system (GTK_PATH_BAR (impl->priv->browse_path_bar), impl->priv->file_system… in post_process_ui()
8814 _gtk_path_bar_set_file (GTK_PATH_BAR (impl->priv->browse_path_bar), file, FALSE); in post_process_ui()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/
H A DChangeLog.pre-2-103390 location entry. Pack the browse_path_bar in the new