gtk+-2.0 Reference Manual

Synopsis

public class FileChooserDialog : Dialog, Implementor, Buildable, FileChooser  {
    public                              FileChooserDialog         ( string              title,
                                                                    Window              parent,
                                                                    FileChooserAction   action,
                                                                    ... ) ;
    public                              FileChooserDialog.with_backend ( string              title,
                                                                    Window              parent,
                                                                    FileChooserAction   action,
                                                                    string              backend,
                                                                    ... ) ;
}

FileChooserDialog Description

Details

Constructor Details

FileChooserDialog ()
    public                              FileChooserDialog         ( string              title,
                                                                    Window              parent,
                                                                    FileChooserAction   action,
                                                                    ... ) ;		

FileChooserDialog.with_backend ()
    public                              FileChooserDialog.with_backend ( string              title,
                                                                    Window              parent,
                                                                    FileChooserAction   action,
                                                                    string              backend,
                                                                    ... ) ;		

Field Details

Signal Details

Property Details

Method Details


Created by Valadoc