C# Class Xwt.GtkBackend.FrameBackend

Inheritance: WidgetBackend, IFrameBackend
Mostrar archivo Open project: antmicro/xwt

Public Methods

Method Description
FrameBackend ( ) : System
SetBorderSize ( double left, double right, double top, double bottom ) : void
SetContent ( IWidgetBackend child ) : void
SetFrameType ( FrameType type ) : void
SetPadding ( double left, double right, double top, double bottom ) : void

Private Methods

Method Description
UreatePaddingAlign ( double top, double bottom, double left, double right ) : void

Method Details

FrameBackend() public method

public FrameBackend ( ) : System
return System

SetBorderSize() public method

public SetBorderSize ( double left, double right, double top, double bottom ) : void
left double
right double
top double
bottom double
return void

SetContent() public method

public SetContent ( IWidgetBackend child ) : void
child IWidgetBackend
return void

SetFrameType() public method

public SetFrameType ( FrameType type ) : void
type FrameType
return void

SetPadding() public method

public SetPadding ( double left, double right, double top, double bottom ) : void
left double
right double
top double
bottom double
return void