C# Class PropertyGrid.HackEntry

Inheritance: Gtk.Entry
显示文件 Open project: modesto/monoreports Class Usage Examples

Public Methods

Method Description
HackEntry ( EditSession session, Gtk child ) : 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 ( EditSession session, Gtk child ) : System
session EditSession
child Gtk
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