C# Class CmisSync.SetupWindow

Window for the two wizards: - CmisSync tutorial that appears at firt run, - wizard to add a new remote folder.
Inheritance: System.Windows.Window
Show file Open project: OpenDataSpace/CmisSync

Public Properties

Property Type Description
Buttons List
Content System.ComponentModel.Container
ContentCanvas System.Windows.Controls.Canvas
Description string
Header string
SecondaryTextColor string
SecondaryTextColorSelected string

Public Methods

Method Description
Reset ( ) : void
SetupWindow ( ) : System
ShowAll ( ) : void

Protected Methods

Method Description
Close ( object sender, CancelEventArgs args ) : void

Close the window.

Private Methods

Method Description
Add ( Widget widget ) : void
AddButton ( System.Windows.Controls.Button button ) : void
AddOption ( Widget widget ) : void
CreateButtonBox ( ) : HBox
CreateSetup ( ) : void
LoadSetup ( ) : void
MixColors ( Gdk first_color, Gdk second_color, double ratio ) : Gdk.Color

Method Details

Close() protected method

Close the window.
protected Close ( object sender, CancelEventArgs args ) : void
sender object
args CancelEventArgs
return void

Reset() public method

public Reset ( ) : void
return void

SetupWindow() public method

public SetupWindow ( ) : System
return System

ShowAll() public method

public ShowAll ( ) : void
return void

Property Details

Buttons public property

Line of buttons that appears at the bottom, usually Cancel, Next, etc.
public List
return List

Content public property

public Container,System.ComponentModel Content
return System.ComponentModel.Container

ContentCanvas public property

Canvas that contains everything.
public Canvas,System.Windows.Controls ContentCanvas
return System.Windows.Controls.Canvas

Description public property

public string Description
return string

Header public property

public string Header
return string

SecondaryTextColor public property

public string SecondaryTextColor
return string

SecondaryTextColorSelected public property

public string SecondaryTextColorSelected
return string