Re: Any way to access treeview in GtkFileChooser?

2018-09-17 Thread Marco Ricci via gtk-app-devel-list
: marcoricci2...@yahoo.com Cc: "gtk-app-devel-list list" Date: Monday, September 17, 2018, 9:31 AM 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-li

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

gtk_enumerate_printers shows disconnected printers

2014-08-06 Thread Marco Ricci
I wrote a simple program that calls gtk_enumerate_printers() and does nothing else. In the function that is called for each printer (the first argument of gtk_enumerate_printers), I call gtk_printer_get_name and print the name of the printer. Everything is fine up to this point and I see two pr

Printing GtkTextView contents

2013-08-20 Thread Marco Ricci
I want to obtain information about the printer connected to my USB port and send the contents of my GtkTextBuffer to the printer. However, I do not want any settings dialog to show up because I want to eliminate human interaction. Is there a way by which I can query for the printer and use the r