C# 클래스 Windawesome.LayoutWidget

상속: IFixedWidthWidget
파일 보기 프로젝트 열기: kocubinski/windawesome

공개 메소드들

메소드 설명
LayoutWidget ( Color backColor = null, Color foreColor = null, System.Action onClick = null ) : System
RepositionControls ( int left, int right ) : void

비공개 메소드들

메소드 설명
IFixedWidthWidget ( bool isLeft ) : IEnumerable
IWidget ( ) : int
IWidget ( ) : void
IWidget ( Bar bar ) : void
IWidget ( Windawesome windawesome ) : void
OnWorkspaceLayoutChanged ( Workspace workspace ) : void

메소드 상세

LayoutWidget() 공개 메소드

public LayoutWidget ( Color backColor = null, Color foreColor = null, System.Action onClick = null ) : System
backColor Color
foreColor Color
onClick System.Action
리턴 System

RepositionControls() 공개 메소드

public RepositionControls ( int left, int right ) : void
left int
right int
리턴 void