C# Class FileFind.Meshwork.GtkClient.GladeDialog

Inheritance: GladeWindow
Mostrar archivo Open project: codebutler/meshwork

Public Methods

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

Protected Methods

Method Description
OnResponded ( int responseId ) : void

Method Details

GladeDialog() public method

public GladeDialog ( Gtk.Window parentWindow, string dialogName ) : System
parentWindow Gtk.Window
dialogName string
return System

OnResponded() protected method

protected OnResponded ( int responseId ) : void
responseId int
return void

Run() public method

public Run ( ) : int
return int

Show() public method

public Show ( ) : void
return void