Inheritance diagram for Toolbar:

Public Types | |
| enum | |
| The size to the icon to display. More... | |
Public Member Functions | |
| this () | |
| Creates a new toolbar. | |
| void | appendSpace () |
| Insert a spacing at the current last position. | |
| void | prependSpace () |
| Insert a spaceing at the begining. | |
| void | insertSpace (gint position) |
| Insert a spaceing at any postion. | |
| void | removeSpace (gint position) |
| Remove a spacing from any position. | |
| void | appendWidget (Widget child, char[] tooltipText, char[] tooltipPrivateText) |
| Append any widget to end of this toolbar. | |
| void | prependWidget (Widget child, char[] tooltipText, char[] tooltipPrivateText) |
| Preppend any widget to start of this toolbar. | |
| void | insertWidget (Widget child, char[] tooltipText, char[] tooltipPrivateText, gint position) |
| Insert any widget to any postion of this toolbar. | |
| void | setOrientation (GtkOrientation orientation) |
| Set the toolbar orientation. | |
| void | setStyle (GtkToolbarStyle style) |
| Sets the toolbar style. | |
| void | setIconSize (IconSize icon_size) |
| Sets the icon size. | |
| void | setTooltips (bit enable) |
| Sets if the tooltips are enabled. | |
| void | unsetStyle () |
| unset the toolbar style | |
| void | unsetIconStyle () |
| unsets the icon style | |
| GtkOrientation | getOrientation () |
| Gets the toolbar orientation. | |
| GtkToolbarStyle | getStyleToolbar () |
| Gets the toolbar style. | |
| GtkIconSize | getIconSize () |
| Gets the toolbar icon size. | |
| bit | getTooltips () |
| Gets the toolbar tooltips??? | |
Static Public Member Functions | |
| GType | getType () |
| Gets this class type. | |
Public Attributes | |
| enum Toolbar:: { ... } | return |
| The size to the icon to display. | |
|
|
The size to the icon to display.
|
|
|
Insert a spacing at the current last position.
|
|
||||||||||||||||
|
Append any widget to end of this toolbar.
|
|
|
Gets the toolbar icon size.
|
|
|
Gets the toolbar orientation.
|
|
|
Gets the toolbar style.
|
|
|
Gets the toolbar tooltips???
|
|
|
Gets this class type.
Reimplemented from Widget. |
|
|
Insert a spaceing at any postion.
|
|
||||||||||||||||||||
|
Insert any widget to any postion of this toolbar.
|
|
|
Insert a spaceing at the begining.
|
|
||||||||||||||||
|
Preppend any widget to start of this toolbar.
|
|
|
Remove a spacing from any position.
|
|
|
Sets the icon size. This is from the standard icon size, not an arbitrary icon size
|
|
|
Set the toolbar orientation.
|
|
|
Sets the toolbar style.
|
|
|
Sets if the tooltips are enabled.
|
|
|
Creates a new toolbar.
|
|
|
unsets the icon style
|
|
|
unset the toolbar style
|
|
|
The size to the icon to display.
|
|
|
|
|