C# Class Xwt.Window

Inheritance: Xwt.WindowFrame
Mostra file Open project: TheBrainTech/xwt Class Usage Examples

Private Properties

Property Type Description
AdjustSize void
OnChildPlacementChanged void
SetBackendLocation void
SetBackendSize void
UpdatePadding void

Public Methods

Method Description
Window ( ) : System

Protected Methods

Method Description
CreateBackendHost ( ) : BackendHost
Dispose ( bool disposing ) : void
OnReallocate ( ) : void

Private Methods

Method Description
AdjustSize ( ) : void
OnChildPlacementChanged ( Xwt.Widget child ) : void
SetBackendLocation ( double x, double y ) : void
SetBackendSize ( double width, double height ) : void
UpdatePadding ( ) : void

Method Details

CreateBackendHost() protected method

protected CreateBackendHost ( ) : BackendHost
return BackendHost

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

OnReallocate() protected method

protected OnReallocate ( ) : void
return void

Window() public method

public Window ( ) : System
return System