C# 클래스 Xwt.GtkBackend.FrameBackend

상속: WidgetBackend, IFrameBackend
파일 보기 프로젝트 열기: antmicro/xwt

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
UreatePaddingAlign ( double top, double bottom, double left, double right ) : void

메소드 상세

FrameBackend() 공개 메소드

public FrameBackend ( ) : System
리턴 System

SetBorderSize() 공개 메소드

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

SetContent() 공개 메소드

public SetContent ( IWidgetBackend child ) : void
child IWidgetBackend
리턴 void

SetFrameType() 공개 메소드

public SetFrameType ( FrameType type ) : void
type FrameType
리턴 void

SetPadding() 공개 메소드

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