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

Re: CTree question



J.Blunck@tu-harburg.de wrote:
> 
> Does the CTree really need the sibling ? I ask myself how I can get the
> last Node in a CTree so that I can use it as the sibling. When I define
> NULL for the sibling it also works but I don't see any faults.
> 
> Can somebody point me what the sibling is good for ?
> 
> Jan
> --
> "May the source be with you !"
> --
> Jan Blunck                          Technische Universität Hamburg-Harburg
> J.Blunck@tu-harburg.de                 http://www.tu-harburg.de/~sejb3103/
> 
> --
>          To unsubscribe: mail gtk-app-devel-list-request@redhat.com with
>                        "unsubscribe" as the Subject.
> 
>         Mailing list concerns should be mailed to <listmaster@redhat.com>

Maybe if you want to insert a node somewhere in a branch besides the
end. You need a parent and a sibling. The node would be inserted below
the parent in front of the sibling.

Todd.
-- 
   | Todd Dukes                      E-MAIL:  tdukes@ibmoto.com |
   | Motorola Somerset                  Phone:   (512) 424-8008 |
   | 6200 Bridgepoint Parkway Building #4 MS OE70               |
   | Austin, Texas 78730                                        |



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