C# Class Stetic.Editor.BaseImageCell

Inheritance: PropertyEditorCell
Show file Open project: mono/stetic

Public Methods

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

Method Details

GetSize() public method

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

Render() public method

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