C# Class Stetic.Placeholder

Inheritance: Gtk.DrawingArea, IEditableObject
Show file Open project: mono/stetic Class Usage Examples

Private Properties

Property Type Description
IEditableObject void

Public Methods

Method Description
Placeholder ( ) : System

Protected Methods

Method Description
OnExposeEvent ( Gdk evt ) : bool
OnRealized ( ) : void
OnSizeRequested ( Requisition &req ) : void

Private Methods

Method Description
IEditableObject ( ) : void

Method Details

OnExposeEvent() protected method

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

OnRealized() protected method

protected OnRealized ( ) : void
return void

OnSizeRequested() protected method

protected OnSizeRequested ( Requisition &req ) : void
req Requisition
return void

Placeholder() public method

public Placeholder ( ) : System
return System