C# Class Pinta.ColorPaletteWidget

Inheritance: Gtk.DrawingArea
Exibir arquivo Open project: xxgreg/Pinta

Public Methods

Method Description
ColorPaletteWidget ( ) : System
Initialize ( ) : void

Protected Methods

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

Private Methods

Method Description
Palette_ColorChanged ( object sender, EventArgs e ) : void
PointToPalette ( int x, int y ) : int

Method Details

ColorPaletteWidget() public method

public ColorPaletteWidget ( ) : System
return System

Initialize() public method

public Initialize ( ) : void
return void

OnButtonPressEvent() protected method

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

OnExposeEvent() protected method

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

OnSizeRequested() protected method

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