C# Class LongoMatch.Gui.Dialog.EntryDialog

Inheritance: Gtk.Dialog
Mostra file Open project: LongoMatch/longomatch Class Usage Examples

Public Methods

Method Description
EntryDialog ( Gtk.Window parent ) : System
SelectText ( ) : void

Protected Methods

Method Description
Build ( ) : void
OnCheckbuttonToggled ( object sender, System e ) : void

Private Methods

Method Description
setAvailableTemplatesVisible ( bool visible ) : void

Method Details

Build() protected method

protected Build ( ) : void
return void

EntryDialog() public method

public EntryDialog ( Gtk.Window parent ) : System
parent Gtk.Window
return System

OnCheckbuttonToggled() protected method

protected OnCheckbuttonToggled ( object sender, System e ) : void
sender object
e System
return void

SelectText() public method

public SelectText ( ) : void
return void