Re: Any way to access treeview in GtkFileChooser?

2018-09-17 Thread Emmanuele Bassi via gtk-app-devel-list
Do you have an example of how you want to modify the style? Changing the style does not require access to the widget: it requires loading a CSS fragment in your application's startup code, and applying the appropriate selector to match the treeview inside the file chooser dialog. Ciao, Emmanuele

Re: Any way to access treeview in GtkFileChooser?

2018-09-17 Thread Chris Moller
Have you checked out gtk_tree_view_column_set_widget (GtkTreeViewColumn *tree_column, GtkWidget *widget); ? On 17/09/18 11:11, Marco Ricci via gtk-app-devel-list wrote: I want to modify the column headers to be consistent with the style/theme of the rest of the application I am working on.

Re: Any way to access treeview in GtkFileChooser?

2018-09-17 Thread Marco Ricci via gtk-app-devel-list
I want to modify the column headers to be consistent with the style/theme of the rest of the application I am working on. Thanks, marco On Mon, 9/17/18, Emmanuele Bassi wrote: Subject: Re: Any way to access treeview in GtkFileChooser? To: marcoric

Re: Any way to access treeview in GtkFileChooser?

2018-09-17 Thread Emmanuele Bassi via gtk-app-devel-list
No, and it's never a good idea to do so. Care to tell use what are you trying to achieve? Ciao, Emmanuele. On Mon, 17 Sep 2018 at 15:25, Marco Ricci via gtk-app-devel-list < gtk-app-devel-list@gnome.org> wrote: > I want to get a handle to the GtkTreeView object that lists the files in > GtkFi

Any way to access treeview in GtkFileChooser?

2018-09-17 Thread Marco Ricci via gtk-app-devel-list
I want to get a handle to the GtkTreeView object that lists the files in GtkFileChooser and customize it. Is there any way I can access this object directly? ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman