C# Class Xwt.GtkBackend.FrameBackend

Inheritance: WidgetBackend, IFrameBackend
Afficher le fichier Open project: antmicro/xwt

Méthodes publiques

Méthode 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

Méthode Description
UreatePaddingAlign ( double top, double bottom, double left, double right ) : void

Method Details

FrameBackend() public méthode

public FrameBackend ( ) : System
Résultat System

SetBorderSize() public méthode

public SetBorderSize ( double left, double right, double top, double bottom ) : void
left double
right double
top double
bottom double
Résultat void

SetContent() public méthode

public SetContent ( IWidgetBackend child ) : void
child IWidgetBackend
Résultat void

SetFrameType() public méthode

public SetFrameType ( FrameType type ) : void
type FrameType
Résultat void

SetPadding() public méthode

public SetPadding ( double left, double right, double top, double bottom ) : void
left double
right double
top double
bottom double
Résultat void