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 ) ;
}
public IconEntry ( string history_id,
string browse_dialog_title ) ;
public signal void browse ( ) ;
public signal void changed ( ) ;
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 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 ) ;
Created by Valadoc