C# Class Simpleclock, simpleclock

Inheritance: DrawingArea
Datei anzeigen Open project: kig/simpleclock

Protected Methods

Method Description
OnExposeEvent ( Gdk e ) : bool

Private Methods

Method Description
Draw ( Context cr, uint width, uint height ) : void
DrawClockFace ( Context cr ) : void
DrawHourHand ( Context cr, uint hour ) : void
DrawMinuteHand ( Context cr, uint minute ) : void
DrawPin ( Context cr ) : void
DrawSecondHand ( Context cr, uint second ) : void
Main ( ) : void
OnQuit ( object sender, Gtk.DeleteEventArgs e ) : void
Simpleclock ( ) : System
UpdateClock ( ) : bool

Method Details

OnExposeEvent() protected method

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