The code prints out the names of the widgets in the font selection widget. 
Using the names you can figure out the internal widget pointers you want to get 
from the selection widget. This might take a little trial and error to figure 
out. Maybe try, if it is a treeview, gtk_tree_view_set_grid_lines() so that you 
can distinguish the treeview that you have. Once you have the pointer you want, 
save it. Then try to set up your callback or get the value you need. It is 
messy but should work.

Eric


_______________________________________________
gtk-list mailing list
gtk-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to