C# Class Stetic.Editor.EditableLabel

Inheritance: Gtk.EventBox
Show file Open project: mono/stetic Class Usage Examples

Public Methods

Method Description
EditableLabel ( ) : System
EditableLabel ( string txt ) : System
EndEditing ( ) : void
StartEditing ( ) : void

Protected Methods

Method Description
OnButtonPressEvent ( Gdk ev ) : bool

Private Methods

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

Method Details

EditableLabel() public method

public EditableLabel ( ) : System
return System

EditableLabel() public method

public EditableLabel ( string txt ) : System
txt string
return System

EndEditing() public method

public EndEditing ( ) : void
return void

OnButtonPressEvent() protected method

protected OnButtonPressEvent ( Gdk ev ) : bool
ev Gdk
return bool

StartEditing() public method

public StartEditing ( ) : void
return void