C# Class LongoMatch.Gui.Component.ToggleTopBar

Afficher le fichier Open project: LongoMatch/longomatch

Méthodes publiques

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

Méthodes protégées

Méthode Description
Build ( ) : void

Private Methods

Méthode Description
SwitchPage ( int page ) : void

Method Details

AddButton() public méthode

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
Résultat void

Build() protected méthode

protected Build ( ) : void
Résultat void

ToggleTopBar() public méthode

public ToggleTopBar ( ) : System.Linq
Résultat System.Linq