Re: GtkFileChooser: How to get names of files that are inside subfolders?

2011-06-08 Thread Tomaz Canabrava
It will not, the File selector returns a const gchar *, you can use the glib to open it using a GDir and iterating over the FILE* pointers. On Mon, Jun 6, 2011 at 2:29 AM, Phong Cao wrote: > Hello everybody, > > I am trying to develop a music manager that lets the users import all audio > files

Tooltip in GtkComboBox

2011-06-08 Thread Gabriele Greco
Is possibile to assign different tooltips to the various elements in the GtkListStore associated to a GtkComboBox? I've added to the model a column with the tooltip but it seems GtkComboBox do not have the API GtkTreeView has to do this (gtk_tree_view_set_tooltip_column), nor anything similar...