Re: GtkCTree
- From: Charlie Schmidt <ishamael themes org>
- To: shippy ladron cs nmt edu
- Cc: gtk-list gnome org
- Subject: Re: GtkCTree
- Date: 26 Sep 2000 15:05:50 EDT
-
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: shippy cs nmt edu
> CS Major / EE Minor ICQ: 1786493
> New Mexico Institute of Mining and Technology
> Homepage: http://www.nmt.edu/~shippy
--
Charlie Schmidt - ishamael themes org
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]