C# Class Stetic.HackEntry

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

Public Methods

Method Description
HackEntry ( Gtk child, Stetic.EditSession session ) : System

Protected Methods

Method Description
OnParentSet ( Gtk parent ) : void
OnShown ( ) : void
OnSizeAllocated ( Gdk allocation ) : void

Private Methods

Method Description
OnClickBox ( object s, ButtonPressEventArgs args ) : void

Method Details

HackEntry() public method

public HackEntry ( Gtk child, Stetic.EditSession session ) : System
child Gtk
session Stetic.EditSession
return System

OnParentSet() protected method

protected OnParentSet ( Gtk parent ) : void
parent Gtk
return void

OnShown() protected method

protected OnShown ( ) : void
return void

OnSizeAllocated() protected method

protected OnSizeAllocated ( Gdk allocation ) : void
allocation Gdk
return void