Method | 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 |
Method | Description | |
---|---|---|
Build ( ) : void |
Method | Description | |
---|---|---|
SwitchPage ( int page ) : void |
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 |
return | void |