C# Class FileFind.Meshwork.GtkClient.FileSelector

Inheritance: Gtk.FileChooserDialog
Afficher le fichier Open project: codebutler/meshwork Class Usage Examples

Méthodes publiques

Méthode Description
CommonSetup ( ) : void
FileSelector ( ) : System
FileSelector ( string title ) : System
FileSelector ( string title, FileChooserAction action ) : System
OnCurrentFolderChanged ( object o, EventArgs args ) : void

Method Details

CommonSetup() public méthode

public CommonSetup ( ) : void
Résultat void

FileSelector() public méthode

public FileSelector ( ) : System
Résultat System

FileSelector() public méthode

public FileSelector ( string title ) : System
title string
Résultat System

FileSelector() public méthode

public FileSelector ( string title, FileChooserAction action ) : System
title string
action FileChooserAction
Résultat System

OnCurrentFolderChanged() public méthode

public OnCurrentFolderChanged ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void