C# Class Xwt.GtkBackend.CustomViewPort

Inheritance: Xwt.GtkBackend.GtkViewPort
Exibir arquivo Open project: mono/xwt Class Usage Examples

Public Methods

Method Description
CustomViewPort ( IWidgetEventSink eventSink ) : System
CustomViewPort ( IntPtr raw ) : System

Protected Methods

Method Description
OnAdded ( Gtk widget ) : void
OnSetScrollAdjustments ( Gtk hadj, Gtk vadj ) : void
OnSizeAllocated ( Gdk allocation ) : void
OnSizeRequested ( Gtk &requisition ) : void

Method Details

CustomViewPort() public method

public CustomViewPort ( IWidgetEventSink eventSink ) : System
eventSink IWidgetEventSink
return System

CustomViewPort() public method

public CustomViewPort ( IntPtr raw ) : System
raw System.IntPtr
return System

OnAdded() protected method

protected OnAdded ( Gtk widget ) : void
widget Gtk
return void

OnSetScrollAdjustments() protected method

protected OnSetScrollAdjustments ( Gtk hadj, Gtk vadj ) : void
hadj Gtk
vadj Gtk
return void

OnSizeAllocated() protected method

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

OnSizeRequested() protected method

protected OnSizeRequested ( Gtk &requisition ) : void
requisition Gtk
return void