Re : How sort a GtkList structure using keyboard shortcut??

2006-06-26 Thread Fabien Vantard
hi, I'm not a real gtk-developper but in reading gtk API, I found the following function : gtk_tree_sortable_sort_column_changed () Perhaps this function help you, associated with a key-press-event function ? regards. ___ gtk-app-devel-list mailing li

gtkfilechooserbutton

2006-06-07 Thread Fabien Vantard
hi, Does there exist a way to display absolute path in a gtkfilechooserbutton (with GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER mode) ? Thanks in advance for your help. regards. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gn

gtk_combo_box_entry_new_with_model

2006-06-07 Thread Fabien Vantard
hi all, I'm currently writing a part of code using gtk_combo_box_entry_new_with_model feature. (See attachment). I'm wondering if there is a way to make unselectable (and not displaying it) the parent element. (example in attachment : only displaying 'A - B' in menu and not in submenu.) Attachme