C# 클래스 SparkleShare.SetupWindow

상속: MonoMac.AppKit.NSWindow
파일 보기 프로젝트 열기: hbons/SparkleShare

공개 프로퍼티들

프로퍼티 타입 설명
Buttons List
Description string
Header string

공개 메소드들

메소드 설명
AcceptsFirstResponder ( ) : bool
Add ( Widget widget ) : void
AddButton ( Button button ) : void
AddOption ( Widget widget ) : void
OrderFrontRegardless ( ) : void
PerformClose ( NSObject sender ) : void
Reset ( ) : void
SetupWindow ( ) : System
SetupWindow ( ) : System.Collections.Generic
ShowAll ( ) : void

비공개 메소드들

메소드 설명
CreateButtonBox ( ) : HBox

메소드 상세

AcceptsFirstResponder() 공개 메소드

public AcceptsFirstResponder ( ) : bool
리턴 bool

Add() 공개 메소드

public Add ( Widget widget ) : void
widget Widget
리턴 void

AddButton() 공개 메소드

public AddButton ( Button button ) : void
button Button
리턴 void

AddOption() 공개 메소드

public AddOption ( Widget widget ) : void
widget Widget
리턴 void

OrderFrontRegardless() 공개 메소드

public OrderFrontRegardless ( ) : void
리턴 void

PerformClose() 공개 메소드

public PerformClose ( NSObject sender ) : void
sender MonoMac.Foundation.NSObject
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SetupWindow() 공개 메소드

public SetupWindow ( ) : System
리턴 System

SetupWindow() 공개 메소드

public SetupWindow ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ShowAll() 공개 메소드

public ShowAll ( ) : void
리턴 void

프로퍼티 상세

Buttons 공개적으로 프로퍼티

public List Buttons
리턴 List

Description 공개적으로 프로퍼티

public string Description
리턴 string

Header 공개적으로 프로퍼티

public string Header
리턴 string