C# Class FileFind.Meshwork.GtkClient.GladeDialog

Inheritance: GladeWindow
Afficher le fichier Open project: codebutler/meshwork

Méthodes publiques

Méthode Description
GladeDialog ( Gtk.Window parentWindow, string dialogName ) : System
Run ( ) : int
Show ( ) : void

Méthodes protégées

Méthode Description
OnResponded ( int responseId ) : void

Method Details

GladeDialog() public méthode

public GladeDialog ( Gtk.Window parentWindow, string dialogName ) : System
parentWindow Gtk.Window
dialogName string
Résultat System

OnResponded() protected méthode

protected OnResponded ( int responseId ) : void
responseId int
Résultat void

Run() public méthode

public Run ( ) : int
Résultat int

Show() public méthode

public Show ( ) : void
Résultat void