C# Class FileFind.Meshwork.GtkClient.FileSelector

Inheritance: Gtk.FileChooserDialog
Mostrar archivo Open project: codebutler/meshwork Class Usage Examples

Public Methods

Method 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 method

public CommonSetup ( ) : void
return void

FileSelector() public method

public FileSelector ( ) : System
return System

FileSelector() public method

public FileSelector ( string title ) : System
title string
return System

FileSelector() public method

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

OnCurrentFolderChanged() public method

public OnCurrentFolderChanged ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void