C# Class MonoDevelop.Components.DropDownBoxListWindow.ListWidget

Inheritance: Gtk.DrawingArea
Mostra file Open project: mono/monodevelop

Public Methods

Method Description
GetRowArea ( int row ) : Gdk.Rectangle
ListWidget ( DropDownBoxListWindow win ) : System
Reset ( ) : void

Protected Methods

Method Description
OnButtonPressEvent ( Gdk evnt ) : bool
OnDestroyed ( ) : void
OnExposeEvent ( Gdk evnt ) : bool
OnKeyPressEvent ( Gdk evnt ) : bool
OnLeaveNotifyEvent ( Gdk evnt ) : bool
OnMotionNotifyEvent ( Gdk evnt ) : bool
OnRealized ( ) : void
OnScrollEvent ( Gdk evnt ) : bool
OnSetScrollAdjustments ( Gtk.Adjustment hadj, Gtk.Adjustment vadj ) : void
OnSizeAllocated ( Gdk allocation ) : void

Private Methods

Method Description
CalcRowHeight ( ) : void
CalcVisibleRows ( ) : void
CalcWidth ( ) : int
DrawList ( ) : void
GetRowByPosition ( int ypos ) : int
OnSelectItem ( EventArgs e ) : void
SetBounds ( ) : void
UpdatePage ( ) : void
UpdateStyle ( ) : void

Method Details

GetRowArea() public method

public GetRowArea ( int row ) : Gdk.Rectangle
row int
return Gdk.Rectangle

ListWidget() public method

public ListWidget ( DropDownBoxListWindow win ) : System
win DropDownBoxListWindow
return System

OnButtonPressEvent() protected method

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

OnDestroyed() protected method

protected OnDestroyed ( ) : void
return void

OnExposeEvent() protected method

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

OnKeyPressEvent() protected method

protected OnKeyPressEvent ( Gdk evnt ) : bool
evnt Gdk
return bool

OnLeaveNotifyEvent() protected method

protected OnLeaveNotifyEvent ( Gdk evnt ) : bool
evnt Gdk
return bool

OnMotionNotifyEvent() protected method

protected OnMotionNotifyEvent ( Gdk evnt ) : bool
evnt Gdk
return bool

OnRealized() protected method

protected OnRealized ( ) : void
return void

OnScrollEvent() protected method

protected OnScrollEvent ( Gdk evnt ) : bool
evnt Gdk
return bool

OnSetScrollAdjustments() protected method

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

OnSizeAllocated() protected method

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

Reset() public method

public Reset ( ) : void
return void