C# Класс LongoMatch.Gui.Component.ToggleTopBar

Показать файл Открыть проект

Открытые методы

Метод Описание
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