Module dui.Toolbar
Constructor Summary | |
---|---|
(GtkWidget* gtkWidget) |
|
public |
() Creates a new toolbar |
Methods Summary | |
---|---|
public static GType |
getType() Gets this class type |
Widget |
appentItem(char text, char tooltipText, char tooltipPrivateText, Widget icon, GtkSignalFunc callback, gpointer userData) /* Simple button items |
Widget |
prependItem(char text, char tooltipText, char tooltipPrivateText, Widget icon, GtkSignalFunc callback, gpointer userData) |
Widget |
insertItem(char text, char tooltipText, char tooltipPrivateText, Widget icon, GtkSignalFunc callback, gpointer userData, gint position) |
Widget |
insertStock(Stock stockID, char tooltipText, char tooltipPrivateText, gint position) /* Stock Items |
void |
appendSpace() /* Space Items 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) |
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) /* Style functions 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??? |