C# Class SparkleShare.SetupWindow

Inheritance: MonoMac.AppKit.NSWindow
Mostrar archivo Open project: hbons/SparkleShare

Public Properties

Property Type Description
Buttons List
Description string
Header string

Public Methods

Method Description
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

Private Methods

Method Description
CreateButtonBox ( ) : HBox

Method Details

AcceptsFirstResponder() public method

public AcceptsFirstResponder ( ) : bool
return bool

Add() public method

public Add ( Widget widget ) : void
widget Widget
return void

AddButton() public method

public AddButton ( Button button ) : void
button Button
return void

AddOption() public method

public AddOption ( Widget widget ) : void
widget Widget
return void

OrderFrontRegardless() public method

public OrderFrontRegardless ( ) : void
return void

PerformClose() public method

public PerformClose ( NSObject sender ) : void
sender MonoMac.Foundation.NSObject
return void

Reset() public method

public Reset ( ) : void
return void

SetupWindow() public method

public SetupWindow ( ) : System
return System

SetupWindow() public method

public SetupWindow ( ) : System.Collections.Generic
return System.Collections.Generic

ShowAll() public method

public ShowAll ( ) : void
return void

Property Details

Buttons public_oe property

public List Buttons
return List

Description public_oe property

public string Description
return string

Header public_oe property

public string Header
return string