C# Class LongoMatch.Gui.Dialog.EntryDialog

Inheritance: Gtk.Dialog
Afficher le fichier Open project: LongoMatch/longomatch Class Usage Examples

Méthodes publiques

Méthode Description
EntryDialog ( Gtk.Window parent ) : System
SelectText ( ) : void

Méthodes protégées

Méthode Description
Build ( ) : void
OnCheckbuttonToggled ( object sender, System e ) : void

Private Methods

Méthode Description
setAvailableTemplatesVisible ( bool visible ) : void

Method Details

Build() protected méthode

protected Build ( ) : void
Résultat void

EntryDialog() public méthode

public EntryDialog ( Gtk.Window parent ) : System
parent Gtk.Window
Résultat System

OnCheckbuttonToggled() protected méthode

protected OnCheckbuttonToggled ( object sender, System e ) : void
sender object
e System
Résultat void

SelectText() public méthode

public SelectText ( ) : void
Résultat void