Re: An automatic signal stub function generator



On Thu, 2003-09-18 at 17:47, muppet wrote:
if glade only creates the TreeView and does not actually populate it with
TreeViewColumns, then this will be very simple.   gtk_tree_view_new() creates
a new TreeView with an empty model and no columns, so SimpleList could
populate that model and tree instead of creating its own.  i'll look into that
when i get home.

true, forgot about the fact that the view is separate from the model. it
would be an acceptable/workable feature to have a SimpleList populate an
existing treeview, but it would be more appropriate for it to be
something like 

Gtk2::SimpleList->new( tree_view => $treeview );

-rm




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