C# Class Pinta.Gui.Widgets.SimpleEffectDialog

Inheritance: Gtk.Dialog
显示文件 Open project: xxgreg/Pinta Class Usage Examples

Public Methods

Method Description
SimpleEffectDialog ( string title, Gdk icon, object effectData ) : System

Private Methods

Method Description
AddWidget ( Gtk widget ) : void
BuildDialog ( ) : void
CreateAnglePicker ( string caption, object o, MemberInfo member, object attributes ) : AnglePickerWidget
CreateCheckBox ( string caption, object o, MemberInfo member, object attributes ) : Gtk.CheckButton
CreateHintLabel ( string hint ) : Gtk.Label
CreateOffsetPicker ( string caption, object o, MemberInfo member, object attributes ) : PointPickerWidget
CreatePointPicker ( string caption, object o, MemberInfo member, object attributes ) : PointPickerWidget
CreateSlider ( string caption, object o, MemberInfo member, object attributes ) : HScaleSpinButtonWidget
GetTypeForMember ( MemberInfo mi ) : Type
GetValue ( MemberInfo mi, object o ) : object
MakeCaption ( string name ) : string
SetValue ( MemberInfo mi, object o, object val ) : void

Method Details

SimpleEffectDialog() public method

public SimpleEffectDialog ( string title, Gdk icon, object effectData ) : System
title string
icon Gdk
effectData object
return System