C# Class SparkleShare.EventLog

Inheritance: Gtk.Window
ファイルを表示 Open project: hbons/SparkleShare Class Usage Examples

Public Properties

Property Type Description
Controller EventLogController
TitlebarHeight float

Public Methods

Method Description
EventLog ( ) : System
EventLog ( IntPtr handle ) : System
OrderFrontRegardless ( ) : void
PerformClose ( NSObject sender ) : void
Relayout ( SizeF new_window_size ) : void
UpdateChooser ( string folders ) : void
UpdateContent ( string html ) : void

Method Details

EventLog() public method

public EventLog ( ) : System
return System

EventLog() public method

public EventLog ( IntPtr handle ) : System
handle System.IntPtr
return System

OrderFrontRegardless() public method

public OrderFrontRegardless ( ) : void
return void

PerformClose() public method

public PerformClose ( NSObject sender ) : void
sender NSObject
return void

Relayout() public method

public Relayout ( SizeF new_window_size ) : void
new_window_size SizeF
return void

UpdateChooser() public method

public UpdateChooser ( string folders ) : void
folders string
return void

UpdateContent() public method

public UpdateContent ( string html ) : void
html string
return void

Property Details

Controller public_oe property

public EventLogController Controller
return EventLogController

TitlebarHeight public_oe property

public float TitlebarHeight
return float