C# 클래스 LongoMatch.Gui.Component.ToggleTopBar

파일 보기 프로젝트 열기: LongoMatch/longomatch

공개 메소드들

메소드 설명
AddButton ( Pixbuf icon, string text, string tooltiptext ) : void

Adds a button to the end of the button list. Each button has an icon and a text, and changes CurrentPage when clicked.

ToggleTopBar ( ) : System.Linq

보호된 메소드들

메소드 설명
Build ( ) : void

비공개 메소드들

메소드 설명
SwitchPage ( int page ) : void

메소드 상세

AddButton() 공개 메소드

Adds a button to the end of the button list. Each button has an icon and a text, and changes CurrentPage when clicked.
public AddButton ( Pixbuf icon, string text, string tooltiptext ) : void
icon Pixbuf Icon to show at the left of the button
text string Text to show at the right of the button
tooltiptext string Text to add to the button as tooltip
리턴 void

Build() 보호된 메소드

protected Build ( ) : void
리턴 void

ToggleTopBar() 공개 메소드

public ToggleTopBar ( ) : System.Linq
리턴 System.Linq