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
Datei anzeigen 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_oe property

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

Content public_oe property

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

ContentCanvas public_oe property

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

Description public_oe property

public string Description
return string

Header public_oe property

public string Header
return string

SecondaryTextColor public_oe property

public string SecondaryTextColor
return string

SecondaryTextColorSelected public_oe property

public string SecondaryTextColorSelected
return string