gtk-sharp0.0.0.0Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.Create bars of buttons and other widgets.A is created with a call to .
Buttons with text and/or images are added with ,
,
and .
Any of , , or an arbitrary widget can be added to the toolbar with
,
,
and .
Widgets can be visibly grouped by adding gaps between widgets using , , and .
Gtk.ContainerAtk.ImplementorGLib.IWrapperGLib.IWrapperSystem.IDisposableMethodGtk.WidgetAdds a new element to the end of a toolbar.
A value of type that determines what widget will be.
a , or .
The label of the element.
The tooltip for the element.
Text used for context-sensitive help about this toolbar element.
a that provides pictorial representation of the function of the element.
The function to be executed when the is pressed.
The new toolbar element as a If is , is used as the new element. If is , is used to determine the radio group for the new element. In all other cases, widget must be .MethodGtk.WidgetAdds a new button to the beginning (top or left edges) of the given .
Text for the button label.
A string that appears when the user holds the mouse over this item.
Text used for context-sensitive help about this toolbar element.
A that should be used as the icon of the button.
The function to be executed when the button is pressed.
The new toolbar element as a To be addedMethodGtk.WidgetInserts a new item into the toolbar. You must specify the position in the toolbar where it will be inserted.
Text for the button label.
A string that appears when the user holds the mouse over this item.
Text used for context-sensitive help about this toolbar element.
A that should be used as the icon for the button.
The function to be executed when the button is pressed.
an object of type
The number of widgets to insert this item after.
The new toolbar element as a .To be addedMethodSystem.VoidAdds a new space to the beginning of the toolbar.To be addedMethodSystem.VoidUnsets a toolbar style set with .Unsets a toolbar style set with , so that user preferences will be used to determine the toolbar style.MethodSystem.Void
Unsets toolbar icon size set with .
To be addedMethodSystem.VoidInserts a widget in the toolbar at the given position.
a to add to the toolbar.
The tooltip for the element.
Used for context-sensitive help about this toolbar element.
The number of widgets to insert this widget after.
MethodGtk.WidgetInserts a stock item at the specified position of the toolbar.
The id of the stock item you want to insert
The text in the tooltip of the toolbar button
The private text of the tooltip
The callback called when the toolbar button is clicked.
an object of type
The position the button shall be inserted at. -1 means at the end.
The inserted widgetIf is not a known stock item ID, it is inserted verbatim, except that underscores used to mark mnemonics are removed.MethodSystem.VoidAdds a widget to the end of the given toolbar.
A to add to the toolbar.
The tooltip for the element.
Used for context-sensitive help about this toolbar element.
To be addedMethodSystem.VoidAdds a new space to the end of the toolbar.To be addedMethodGtk.WidgetAdds a new button to the end (right or bottom edges) of the given toolbar.
The label of the element.
The tooltip for the element.
Text used for context-sensitive help about this toolbar element.
a that provides pictorial representation of the function of the element.
The function to be executed when the button is pressed.
The new toolbar element as a To be addedMethodSystem.VoidRemoves a space from the specified position.
The index of the space to remove.
To be addedMethodSystem.VoidAdds a widget to the beginning of the given toolbar.
a to add to the toolbar.
The tooltip for the element.
Used for context-sensitive help about this toolbar element.
To be addedMethodGtk.WidgetInserts a new element in the toolbar at the given position.
A value of type that determines what widget will be.
a , or .
The label of the element.
The tooltip for the element.
Text used for context-sensitive help about this toolbar element.
a that provides pictorial representation of the function of the element.
The function to be executed when the button is pressed.
an object of type
The number of widgets to insert this element after.
The new toolbar element as a
If is , is used as the new element. If is , is used to determine the radio group for the new element. In all other cases, widget must be .
MethodGtk.WidgetAdds a new element to the beginning of a toolbar.
A value of type that determines what widget will be.
a , or .
The label of the element.
The tooltip for the element.
Text used for context-sensitive help about this toolbar element.
a that provides pictorial representation of the function of the element.
The function to be executed when the button is pressed.
The new toolbar element as a If is , is used as the new element. If is , is used to determine the radio group for the new element. In all other cases, widget must be .MethodSystem.VoidInserts a new space in the toolbar at the specified position.
The number of widgets after which a space should be inserted.
To be addedMethodSystem.VoidDisposes the resources associated with the object.ConstructorInternal constructor
Pointer to the C object.
An instance of Toolbar, wrapping the C object.This is an internal constructor, and should not be used by user code.ConstructorCreates a new toolbar.The newly-created toolbar.To be addedPropertySystem.UInt32The for The for the class.PropertyGtk.IconSizeThis function sets the size of stock icons in the toolbar. You can call it both before you add the icons and after they have been added. The size you set will override user preferences for the default icon size.
The that stock icons in the toolbar shall have.
The icon size for the toolbar.To be addedPropertySystem.BooleanSets if the tooltips of a toolbar should be active or not.
set to to disable the tooltips, or to enable them.
Whether tooltips are enabled.To be addedPropertyGtk.ToolbarStyleAlters the view of toolbar to display either icons only, text only, or both.
The new style for toolbar.
The current style of toolbar.To be addedPropertyGtk.OrientationSets the of the toolbar to either or .
The orientation of the toolbar.
The orientation of the toolbar.To be addedEventUsed if you wish to perform an action when the orientation of a toolbar is changed.To be addedEventUsed if you wish to perform an action when ever the style of a toolbar is adjusted.For example, this would be a useful signal to connect to if you want to display more items on the toolbar when it is in icon-only mode; each item takes less space on the bar.ConstructorInternal constructor
GLib type for the type
Creates a new instance of Toolbar, using the GLib-provided typeThis is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code.