gnome-desktop-2.0 Reference Manual

Synopsis

public class DItemEdit : Notebook, Implementor, Buildable  {
    public                              DItemEdit                 (  ) ;


    public    signal void               changed                   (  )  ;
    public    signal void               icon_changed              (  )  ;
    public    signal void               name_changed              (  )  ;


    public    void                      clear                     (  ) ;
    public    weak DesktopItem          get_ditem                 (  ) ;
    public    weak string               get_icon                  (  ) ;
    public    weak string               get_name                  (  ) ;
    public    void                      grab_focus                (  ) ;
    public    bool                      load_uri                  ( string              uri ) 
                                                             throws GLib.Error;
    public    void                      set_directory_only        ( bool                directory_only ) ;
    public    void                      set_ditem                 ( DesktopItem         ditem ) ;
    public    void                      set_editable              ( bool                editable ) ;
    public    void                      set_entry_type            ( string              type ) ;
}

DItemEdit Description

Details

Constructor Details

DItemEdit ()
    public                              DItemEdit                 (  ) ;		

Field Details

Signal Details

changed
    public    signal void               changed                   (  )  ;		

icon_changed
    public    signal void               icon_changed              (  )  ;		

name_changed
    public    signal void               name_changed              (  )  ;		

Property Details

Method Details

clear ()
    public    void                      clear                     (  ) ;		

get_ditem ()
    public    weak DesktopItem          get_ditem                 (  ) ;		

get_icon ()
    public    weak string               get_icon                  (  ) ;		

get_name ()
    public    weak string               get_name                  (  ) ;		

grab_focus ()
    public    void                      grab_focus                (  ) ;		

load_uri ()
    public    bool                      load_uri                  ( string              uri ) 
                                                             throws GLib.Error;		

set_directory_only ()
    public    void                      set_directory_only        ( bool                directory_only ) ;		

set_ditem ()
    public    void                      set_ditem                 ( DesktopItem         ditem ) ;		

set_editable ()
    public    void                      set_editable              ( bool                editable ) ;		

set_entry_type ()
    public    void                      set_entry_type            ( string              type ) ;		


Created by Valadoc