Re: Font selection panel as part of notebook





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




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]