C# Class Stetic.Editor.EditableLabel

Inheritance: Gtk.EventBox
Afficher le fichier Open project: mono/stetic Class Usage Examples

Méthodes publiques

Méthode Description
EditableLabel ( ) : System
EditableLabel ( string txt ) : System
EndEditing ( ) : void
StartEditing ( ) : void

Méthodes protégées

Méthode Description
OnButtonPressEvent ( Gdk ev ) : bool

Private Methods

Méthode Description
CreateEntry ( ) : Gtk.Entry
CreateLabel ( ) : Gtk.Label
SelectionDisposed ( object s, EventArgs args ) : void

Method Details

EditableLabel() public méthode

public EditableLabel ( ) : System
Résultat System

EditableLabel() public méthode

public EditableLabel ( string txt ) : System
txt string
Résultat System

EndEditing() public méthode

public EndEditing ( ) : void
Résultat void

OnButtonPressEvent() protected méthode

protected OnButtonPressEvent ( Gdk ev ) : bool
ev Gdk
Résultat bool

StartEditing() public méthode

public StartEditing ( ) : void
Résultat void