Re: Geting a GtkTreeModel out of GtkTreeViewColumn

2003-07-09 Thread Diego Zuccato
edscott wilson garcia wrote: I would use g_object_set_data to associate the treemodel pointer with the treeviewcolumn upon creation of the treeviewcolumn, and then use g_object_get_data to retrieve the treemodel upon entering *get_cell_contents(). Although this is based on the least effort

Geting a GtkTreeModel out of GtkTreeViewColumn

2003-07-08 Thread Andrej Prsa
Hello, everyone! Could anyone please tell me if it's possible to extract the parent GtkTreeModel out of GtkTreeViewColumn? Or, if someone could maybe suggest a better way to extract the data from the selected column in a function where GtkTreeViewColumn *column and int row are arguments, e.g.

Re: Geting a GtkTreeModel out of GtkTreeViewColumn

2003-07-08 Thread edscott wilson garcia
El mar, 08-07-2003 a las 11:24, Andrej Prsa escribió: Hello, everyone! Could anyone please tell me if it's possible to extract the parent GtkTreeModel out of GtkTreeViewColumn? Or, if someone could maybe suggest a better way to extract the data from the selected column in a function where