-
there is actually a surprising amount of documenation, both the header
file and the c file are quite helpful, as is the API:
http://developer.gnome.org/doc/API/gtk/gtkctree.html
as for sorting, you might check
gtk_ctree_sort_node(GtkCTree *ctree,GtkCTreeNode *node); and
gtk_ctree_sort_recursive(GtkCTree *ctree,GtkCTreeNode *node);
which are helped by
gtk_clist_set_sort_type(GtkCList *clist,GtkSortType sort_type);
(remember, CTree is a CList derived widget);
also look at
http://developer.gnome.org/doc/API/gtk/gtkclist.html
hope this helps
[Tue, 26 Sep 2000 11:43:40 -0600 (MDT)] <Shippy!>
> Could anybody send me an example of a CTree
> in action? I'm having a bit of trouble getting
> mine to work the way I would like and there's
> no documentation available on the widget. Also,
> are there any helper functions for sorting the
> nodes in a CTree?
>
> Jeff "Shippy" Shipman E-Mail: [EMAIL PROTECTED]
> CS Major / EE Minor ICQ: 1786493
> New Mexico Institute of Mining and Technology
> Homepage: http://www.nmt.edu/~shippy
--
Charlie Schmidt - [EMAIL PROTECTED]
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list