gtk+-2.0 Reference Manual

Synopsis

public class FileChooserButton : HBox, Implementor, Buildable, FileChooser  {
    public    weak FileChooser          dialog                    { construct } ;
    public    weak bool                 focus_on_click            { get; set; } ;
    public    weak string               title                     { get; set; } ;
    public    weak int                  width_chars               { get; set; } ;


    public                              FileChooserButton         ( string              title,
                                                                    FileChooserAction   action ) ;
    public                              FileChooserButton.with_backend ( string              title,
                                                                    FileChooserAction   action,
                                                                    string              backend ) ;
    public                              FileChooserButton.with_dialog ( Widget              dialog ) ;


    public    signal void               file_set                  (  )  ;


    public    bool                      get_focus_on_click        (  ) ;
    public    weak string               get_title                 (  ) ;
    public    int                       get_width_chars           (  ) ;
    public    void                      set_focus_on_click        ( bool                focus_on_click ) ;
    public    void                      set_title                 ( string              title ) ;
    public    void                      set_width_chars           ( int                 n_chars ) ;
}

FileChooserButton Description

Details

Constructor Details

FileChooserButton ()
    public                              FileChooserButton         ( string              title,
                                                                    FileChooserAction   action ) ;		

FileChooserButton.with_backend ()
    public                              FileChooserButton.with_backend ( string              title,
                                                                    FileChooserAction   action,
                                                                    string              backend ) ;		

FileChooserButton.with_dialog ()
    public                              FileChooserButton.with_dialog ( Widget              dialog ) ;		

Field Details

Signal Details

file_set
    public    signal void               file_set                  (  )  ;		

Property Details

dialog
    public    weak FileChooser          dialog                    { construct } ;		

focus_on_click
    public    weak bool                 focus_on_click            { get; set; } ;		

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

width_chars
    public    weak int                  width_chars               { get; set; } ;		

Method Details

get_focus_on_click ()
    public    bool                      get_focus_on_click        (  ) ;		

get_title ()
    public    weak string               get_title                 (  ) ;		

get_width_chars ()
    public    int                       get_width_chars           (  ) ;		

set_focus_on_click ()
    public    void                      set_focus_on_click        ( bool                focus_on_click ) ;		

set_title ()
    public    void                      set_title                 ( string              title ) ;		

set_width_chars ()
    public    void                      set_width_chars           ( int                 n_chars ) ;		


Created by Valadoc