libgnome-menu Reference Manual

Synopsis

public class TreeDirectory : TreeItem  {
    public    weak string               get_comment               (  ) ;
    public    weak GLib.SList           get_contents              (  ) ;
    public    weak string               get_desktop_file_path     (  ) ;
    public    weak string               get_icon                  (  ) ;
    public    bool                      get_is_nodisplay          (  ) ;
    public    weak string               get_menu_id               (  ) ;
    public    weak string               get_name                  (  ) ;
    public    weak Tree                 get_tree                  (  ) ;
    public    weak string               make_path                 ( TreeEntry           entry ) ;
}

TreeDirectory Description

Details

Constructor Details

Field Details

Signal Details

Property Details

Method Details

get_comment ()
    public    weak string               get_comment               (  ) ;		

get_contents ()
    public    weak GLib.SList           get_contents              (  ) ;		

get_desktop_file_path ()
    public    weak string               get_desktop_file_path     (  ) ;		

get_icon ()
    public    weak string               get_icon                  (  ) ;		

get_is_nodisplay ()
    public    bool                      get_is_nodisplay          (  ) ;		

get_menu_id ()
    public    weak string               get_menu_id               (  ) ;		

get_name ()
    public    weak string               get_name                  (  ) ;		

get_tree ()
    public    weak Tree                 get_tree                  (  ) ;		

make_path ()
    public    weak string               make_path                 ( TreeEntry           entry ) ;		


Created by Valadoc