C# Class Banshee.Gui.Dialogs.FileChooserDialog

Inheritance: Gtk.FileChooserDialog
Datei anzeigen Open project: mono-soc-2011/banshee

Public Properties

Property Type Description
LastFileChooserUri SchemaEntry

Public Methods

Method Description
CreateForImport ( string title, bool files ) : FileChooserDialog
FileChooserDialog ( string title, FileChooserAction action ) : System
FileChooserDialog ( string title, Gtk.Window parent, FileChooserAction action ) : System
GetPhotosFolder ( ) : string

Protected Methods

Method Description
OnResponse ( ResponseType response ) : void

Method Details

CreateForImport() public static method

public static CreateForImport ( string title, bool files ) : FileChooserDialog
title string
files bool
return FileChooserDialog

FileChooserDialog() public method

public FileChooserDialog ( string title, FileChooserAction action ) : System
title string
action FileChooserAction
return System

FileChooserDialog() public method

public FileChooserDialog ( string title, Gtk.Window parent, FileChooserAction action ) : System
title string
parent Gtk.Window
action FileChooserAction
return System

GetPhotosFolder() public static method

public static GetPhotosFolder ( ) : string
return string

OnResponse() protected method

protected OnResponse ( ResponseType response ) : void
response ResponseType
return void

Property Details

LastFileChooserUri public_oe static_oe property

public static SchemaEntry LastFileChooserUri
return SchemaEntry