gtk+-2.0 Reference Manual

Synopsis

public class TreePath : Boxed  {
    public                              TreePath                  (  ) ;
    public                              TreePath.first            (  ) ;
    public                              TreePath.from_indices     ( ... ) ;
    public                              TreePath.from_string      ( string              path ) ;


    public    void                      append_index              ( int                 index_ ) ;
    public    int                       compare                   ( TreePath            b ) ;
    public    TreePath                  copy                      (  ) ;
    public    void                      down                      (  ) ;
    public    int                       get_depth                 (  ) ;
    public    weak int[]                get_indices               (  ) ;
    public    bool                      is_ancestor               ( TreePath            descendant ) ;
    public    bool                      is_descendant             ( TreePath            ancestor ) ;
    public    void                      next                      (  ) ;
    public    void                      prepend_index             ( int                 index_ ) ;
    public    bool                      prev                      (  ) ;
    public    weak string               to_string                 (  ) ;
    public    bool                      up                        (  ) ;
}

TreePath Description

Details

Constructor Details

TreePath ()
    public                              TreePath                  (  ) ;		

TreePath.first ()
    public                              TreePath.first            (  ) ;		

TreePath.from_indices ()
    public                              TreePath.from_indices     ( ... ) ;		

TreePath.from_string ()
    public                              TreePath.from_string      ( string              path ) ;		

Field Details

Signal Details

Property Details

Method Details

append_index ()
    public    void                      append_index              ( int                 index_ ) ;		

compare ()
    public    int                       compare                   ( TreePath            b ) ;		

copy ()
    public    TreePath                  copy                      (  ) ;		

down ()
    public    void                      down                      (  ) ;		

get_depth ()
    public    int                       get_depth                 (  ) ;		

get_indices ()
    public    weak int[]                get_indices               (  ) ;		

is_ancestor ()
    public    bool                      is_ancestor               ( TreePath            descendant ) ;		

is_descendant ()
    public    bool                      is_descendant             ( TreePath            ancestor ) ;		

next ()
    public    void                      next                      (  ) ;		

prepend_index ()
    public    void                      prepend_index             ( int                 index_ ) ;		

prev ()
    public    bool                      prev                      (  ) ;		

to_string ()
    public    weak string               to_string                 (  ) ;		

up ()
    public    bool                      up                        (  ) ;		


Created by Valadoc