Re: removing Gtk::CTreeNode's



On 11/10/01 Jens Luedicke wrote:
how can I remove a Gtk::CTreeNode without removing
it's siblings? 

Its children, you mean? Removing a node should not remove the siblings.
If you want to keep the children, you need to move them with:

        $ctree->move ($node, $new_parent, $new_sibling);

$new_sibling may be undef.

lupus

-- 
-----------------------------------------------------------------
lupus debian org                                     debian/rules
lupus ximian com                             Monkeys do it better



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