C# Class Cocoa.Window

Inheritance: Responder
Mostra file Open project: mono/cocoa-sharp Class Usage Examples

Public Methods

Method Description
Center ( ) : void
Close ( ) : void
Display ( ) : void
Hide ( ) : void
InvalidateCursorRectsForView ( View aView ) : void
OrderFront ( Cocoa aSender ) : void
Show ( ) : void
Window ( ) : System
Window ( IntPtr native_object ) : System
Window ( Rect rect, WindowStyle stylemask, BackingStoreType backingstore, bool defer ) : System

Method Details

Center() public method

public Center ( ) : void
return void

Close() public method

public Close ( ) : void
return void

Display() public method

public Display ( ) : void
return void

Hide() public method

public Hide ( ) : void
return void

InvalidateCursorRectsForView() public method

public InvalidateCursorRectsForView ( View aView ) : void
aView View
return void

OrderFront() public method

public OrderFront ( Cocoa aSender ) : void
aSender Cocoa
return void

Show() public method

public Show ( ) : void
return void

Window() public method

public Window ( ) : System
return System

Window() public method

public Window ( IntPtr native_object ) : System
native_object System.IntPtr
return System

Window() public method

public Window ( Rect rect, WindowStyle stylemask, BackingStoreType backingstore, bool defer ) : System
rect Rect
stylemask WindowStyle
backingstore BackingStoreType
defer bool
return System