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

Inheritance: Gtk.HScale
Show file Open project: bigfatbrowncat/CatEye

Public Methods

Method Description
BrightnessSelectorWidget ( 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

BrightnessSelectorWidget() public method

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

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