libgnomeui-2.0 Reference Manual

Synopsis

public class IconEntry : VBox, Implementor, Buildable  {
    public    weak string               browse_dialog_title       { get; set; } ;
    public    weak string               filename                  { get; set; } ;
    public    weak string               history_id                { get; set; } ;
    public    weak Gtk.Dialog           pick_dialog               { get; } ;
    public    weak string               pixmap_subdir             { get; set; } ;


    public                              IconEntry                 ( string              history_id,
                                                                    string              browse_dialog_title ) ;


    public    signal void               browse                    (  )  ;
    public    signal void               changed                   (  )  ;


    public    void                      construct                 ( string              history_id,
                                                                    string              browse_dialog_title ) ;
    public    weak string               get_filename              (  ) ;
    public    weak Gtk.Widget           gnome_entry               (  ) ;
    public    weak Gtk.Widget           gnome_file_entry          (  ) ;
    public    weak Gtk.Widget           gtk_entry                 (  ) ;
    public    weak Gtk.Widget           get_pick_dialog           (  ) ;
    public    void                      set_browse_dialog_title   ( string              browse_dialog_title ) ;
    public    bool                      set_filename              ( string              filename ) ;
    public    void                      set_history_id            ( string              history_id ) ;
    public    void                      set_icon                  ( string              filename ) ;
    public    void                      set_max_saved             ( uint                max_saved ) ;
    public    void                      set_pixmap_subdir         ( string              subdir ) ;
}

IconEntry Description

Details

Constructor Details

IconEntry ()
    public                              IconEntry                 ( string              history_id,
                                                                    string              browse_dialog_title ) ;		

Field Details

Signal Details

browse
    public    signal void               browse                    (  )  ;		

changed
    public    signal void               changed                   (  )  ;		

Property Details

browse_dialog_title
    public    weak string               browse_dialog_title       { get; set; } ;		

filename
    public    weak string               filename                  { get; set; } ;		

history_id
    public    weak string               history_id                { get; set; } ;		

pick_dialog
    public    weak Gtk.Dialog           pick_dialog               { get; } ;		

pixmap_subdir
    public    weak string               pixmap_subdir             { get; set; } ;		

Method Details

construct ()
    public    void                      construct                 ( string              history_id,
                                                                    string              browse_dialog_title ) ;		

get_filename ()
    public    weak string               get_filename              (  ) ;		

gnome_entry ()
    public    weak Gtk.Widget           gnome_entry               (  ) ;		

gnome_file_entry ()
    public    weak Gtk.Widget           gnome_file_entry          (  ) ;		

gtk_entry ()
    public    weak Gtk.Widget           gtk_entry                 (  ) ;		

get_pick_dialog ()
    public    weak Gtk.Widget           get_pick_dialog           (  ) ;		

set_browse_dialog_title ()
    public    void                      set_browse_dialog_title   ( string              browse_dialog_title ) ;		

set_filename ()
    public    bool                      set_filename              ( string              filename ) ;		

set_history_id ()
    public    void                      set_history_id            ( string              history_id ) ;		

set_icon ()
    public    void                      set_icon                  ( string              filename ) ;		

set_max_saved ()
    public    void                      set_max_saved             ( uint                max_saved ) ;		

set_pixmap_subdir ()
    public    void                      set_pixmap_subdir         ( string              subdir ) ;		


Created by Valadoc