C# Class CatEye.UI.Gtk.Widgets.SaturationSelectorWidget

Inheritance: Gtk.HScale
Mostrar archivo Open project: bigfatbrowncat/CatEye

Public Methods

Method Description
SaturationSelectorWidget ( Gtk.Adjustment adj ) : System

Protected Methods

Method Description
OnExposeEvent ( Gdk ev ) : bool
OnLeaveNotifyEvent ( Gdk evnt ) : bool
OnMotionNotifyEvent ( Gdk evnt ) : bool
OnSizeAllocated ( Gdk allocation ) : void
OnSizeRequested ( Requisition &requisition ) : void

Method Details

OnExposeEvent() protected method

protected OnExposeEvent ( Gdk ev ) : bool
ev 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

OnSizeAllocated() protected method

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

OnSizeRequested() protected method

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

SaturationSelectorWidget() public method

public SaturationSelectorWidget ( Gtk.Adjustment adj ) : System
adj Gtk.Adjustment
return System