C# 클래스 CmisSync.SetupWindow

Window for the two wizards: - CmisSync tutorial that appears at firt run, - wizard to add a new remote folder.
상속: System.Windows.Window
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync

공개 프로퍼티들

프로퍼티 타입 설명
Buttons List
Content System.ComponentModel.Container
ContentCanvas System.Windows.Controls.Canvas
Description string
Header string
SecondaryTextColor string
SecondaryTextColorSelected string

공개 메소드들

메소드 설명
Reset ( ) : void
SetupWindow ( ) : System
ShowAll ( ) : void

보호된 메소드들

메소드 설명
Close ( object sender, CancelEventArgs args ) : void

Close the window.

비공개 메소드들

메소드 설명
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

메소드 상세

Close() 보호된 메소드

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

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SetupWindow() 공개 메소드

public SetupWindow ( ) : System
리턴 System

ShowAll() 공개 메소드

public ShowAll ( ) : void
리턴 void

프로퍼티 상세

Buttons 공개적으로 프로퍼티

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

Content 공개적으로 프로퍼티

public Container,System.ComponentModel Content
리턴 System.ComponentModel.Container

ContentCanvas 공개적으로 프로퍼티

Canvas that contains everything.
public Canvas,System.Windows.Controls ContentCanvas
리턴 System.Windows.Controls.Canvas

Description 공개적으로 프로퍼티

public string Description
리턴 string

Header 공개적으로 프로퍼티

public string Header
리턴 string

SecondaryTextColor 공개적으로 프로퍼티

public string SecondaryTextColor
리턴 string

SecondaryTextColorSelected 공개적으로 프로퍼티

public string SecondaryTextColorSelected
리턴 string