C# Class CatEye.Widgets.CentredScrolledWindow

Inheritance: Gtk.DrawingArea
ファイルを表示 Open project: bigfatbrowncat/CatEye

Public Methods

Method Description
CentredScrolledWindow ( ) : System

Protected Methods

Method Description
OnButtonPressEvent ( Gdk ev ) : bool
OnExposeEvent ( Gdk ev ) : bool
OnSizeAllocated ( Gdk allocation ) : void
OnSizeRequested ( Gtk &requisition ) : void

Method Details

CentredScrolledWindow() public method

public CentredScrolledWindow ( ) : System
return System

OnButtonPressEvent() protected method

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

OnExposeEvent() protected method

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

OnSizeAllocated() protected method

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

OnSizeRequested() protected method

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