C# Class Stetic.Editor.Image

Inheritance: Gtk.HBox, IPropertyEditor
Show file Open project: mono/stetic

Public Methods

Method Description
AttachObject ( object ob ) : void
Image ( bool allowStock, bool allowFile ) : System
Initialize ( PropertyDescriptor prop ) : void

Private Methods

Method Description
Image ( ) : System
button_Clicked ( object obj, EventArgs args ) : void
combo_Changed ( object obj, EventArgs args ) : void
entry_Changed ( object obj, EventArgs args ) : void

Method Details

AttachObject() public method

public AttachObject ( object ob ) : void
ob object
return void

Image() public method

public Image ( bool allowStock, bool allowFile ) : System
allowStock bool
allowFile bool
return System

Initialize() public method

public Initialize ( PropertyDescriptor prop ) : void
prop PropertyDescriptor
return void