C# Class MonoReports.Extensions.PropertyGridEditors.MonoreportsColorEditorCell

Inheritance: PropertyGrid.PropertyEditorCell
Exibir arquivo Open project: modesto/monoreports

Public Methods

Method Description
GetSize ( int availableWidth, int &width, int &height ) : void
Render ( Gdk window, Gdk bounds, Gtk state ) : void

Protected Methods

Method Description
CreateEditor ( Gdk cell_area, Gtk state ) : IPropertyEditor
GetValueText ( ) : string

Private Methods

Method Description
GetColor ( ) : Gdk.Color

Method Details

CreateEditor() protected method

protected CreateEditor ( Gdk cell_area, Gtk state ) : IPropertyEditor
cell_area Gdk
state Gtk
return IPropertyEditor

GetSize() public method

public GetSize ( int availableWidth, int &width, int &height ) : void
availableWidth int
width int
height int
return void

GetValueText() protected method

protected GetValueText ( ) : string
return string

Render() public method

public Render ( Gdk window, Gdk bounds, Gtk state ) : void
window Gdk
bounds Gdk
state Gtk
return void