]> Pileus Git - ~andy/gtk/blobdiff - docs/reference/gtk/tmpl/gtktoolbar.sgml
Make 3.0 parallel-installable to 2.x
[~andy/gtk] / docs / reference / gtk / tmpl / gtktoolbar.sgml
index c72040f672164ffc99b84185295ef9abaad20c2a..6539b7497fc72f7a5c75cbfe95bce636794d48e8 100644 (file)
@@ -2,7 +2,7 @@
 GtkToolbar
 
 <!-- ##### SECTION Short_Description ##### -->
-Create bars of buttons and other widgets.
+Create bars of buttons and other widgets
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
@@ -38,459 +38,268 @@ the #GtkToolbar::popup-context-menu signal.
 </variablelist>
 </para>
 
-<!-- ##### STRUCT GtkToolbar ##### -->
-<para>
-The #GtkToolbar struct only contains private data and should only be
-accessed through the function described below.
-</para>
+<!-- ##### SECTION Stability_Level ##### -->
 
-@num_children: 
-@children: 
-@orientation: 
-@style: 
-@icon_size: 
-@tooltips: 
 
-<!-- ##### ENUM GtkToolbarChildType ##### -->
-<para>
-#GtkToolbarChildType is used to set the type of new elements that are added 
-to a #GtkToolbar.
-</para>
+<!-- ##### SECTION Image ##### -->
 
-@GTK_TOOLBAR_CHILD_SPACE: a space in the style of the toolbar's #GtkToolbarSpaceStyle.
-@GTK_TOOLBAR_CHILD_BUTTON: a #GtkButton.
-@GTK_TOOLBAR_CHILD_TOGGLEBUTTON: a #GtkToggleButton.
-@GTK_TOOLBAR_CHILD_RADIOBUTTON: a #GtkRadioButton.
-@GTK_TOOLBAR_CHILD_WIDGET: a standard #GtkWidget.
 
-<!-- ##### ENUM GtkToolbarSpaceStyle ##### -->
-<para>
-
-</para>
-
-@GTK_TOOLBAR_SPACE_EMPTY: 
-@GTK_TOOLBAR_SPACE_LINE: 
-
-<!-- ##### STRUCT GtkToolbarChild ##### -->
+<!-- ##### STRUCT GtkToolbar ##### -->
 <para>
-
+The #GtkToolbar struct only contains private data and should only be
+accessed through the function described below.
 </para>
 
-@type: 
-@widget: 
-@icon: 
-@label: 
 
-<!-- ##### FUNCTION gtk_toolbar_new ##### -->
+<!-- ##### SIGNAL GtkToolbar::focus-home-or-end ##### -->
 <para>
 
 </para>
 
-@Returns: the newly-created toolbar.
-
+@toolbar: the object which received the signal.
+@arg1: 
+@Returns: 
 
-<!-- ##### FUNCTION gtk_toolbar_insert ##### -->
+<!-- ##### SIGNAL GtkToolbar::orientation-changed ##### -->
 <para>
 
 </para>
 
-@toolbar: 
-@item: 
-@pos: 
-
+@toolbar: the object which received the signal.
+@orientation: the new #GtkOrientation of the toolbar.
 
-<!-- ##### FUNCTION gtk_toolbar_get_item_index ##### -->
+<!-- ##### SIGNAL GtkToolbar::popup-context-menu ##### -->
 <para>
 
 </para>
 
-@toolbar: 
-@item
+@toolbar: the object which received the signal.
+@Returns
 @Returns: 
-
-
-<!-- ##### FUNCTION gtk_toolbar_get_n_items ##### -->
-<para>
-
-</para>
-
-@toolbar: 
 @Returns: 
-
-
-<!-- ##### FUNCTION gtk_toolbar_get_nth_item ##### -->
-<para>
-
-</para>
-
-@toolbar: 
-@n: 
 @Returns: 
 
-
-<!-- ##### FUNCTION gtk_toolbar_get_drop_index ##### -->
+<!-- ##### SIGNAL GtkToolbar::style-changed ##### -->
 <para>
 
 </para>
 
 @toolbar: 
-@x: 
-@y: 
-@Returns: 
-
+@style: 
 
-<!-- ##### FUNCTION gtk_toolbar_set_drop_highlight_item ##### -->
+<!-- ##### ARG GtkToolbar:icon-size ##### -->
 <para>
 
 </para>
 
-@toolbar: 
-@tool_item: 
-@index_: 
-<!-- # Unused Parameters # -->
-@index: 
-
-
-<!-- ##### FUNCTION gtk_toolbar_set_show_arrow ##### -->
+<!-- ##### ARG GtkToolbar:icon-size-set ##### -->
 <para>
 
 </para>
 
-@toolbar: 
-@show_arrow: 
-
-
-<!-- ##### FUNCTION gtk_toolbar_set_orientation ##### -->
+<!-- ##### ARG GtkToolbar:show-arrow ##### -->
 <para>
 
 </para>
 
-@toolbar: 
-@orientation: 
-
-
-<!-- ##### FUNCTION gtk_toolbar_set_tooltips ##### -->
+<!-- ##### ARG GtkToolbar:toolbar-style ##### -->
 <para>
 
 </para>
 
-@toolbar: 
-@enable: 
-
-
-<!-- ##### FUNCTION gtk_toolbar_unset_icon_size ##### -->
+<!-- ##### ARG GtkToolbar:expand ##### -->
 <para>
 
 </para>
 
-@toolbar: 
-
-
-<!-- ##### FUNCTION gtk_toolbar_get_show_arrow ##### -->
+<!-- ##### ARG GtkToolbar:homogeneous ##### -->
 <para>
 
 </para>
 
-@toolbar: 
-@Returns: 
-
-
-<!-- ##### FUNCTION gtk_toolbar_get_orientation ##### -->
+<!-- ##### ARG GtkToolbar:button-relief ##### -->
 <para>
 
 </para>
 
-@toolbar: 
-@Returns: 
-
-
-<!-- ##### FUNCTION gtk_toolbar_get_style ##### -->
+<!-- ##### ARG GtkToolbar:internal-padding ##### -->
 <para>
 
 </para>
 
-@toolbar: 
-@Returns: 
-
-
-<!-- ##### FUNCTION gtk_toolbar_get_icon_size ##### -->
+<!-- ##### ARG GtkToolbar:max-child-expand ##### -->
 <para>
 
 </para>
 
-@toolbar: 
-@Returns: 
-
-
-<!-- ##### FUNCTION gtk_toolbar_get_tooltips ##### -->
+<!-- ##### ARG GtkToolbar:shadow-type ##### -->
 <para>
 
 </para>
 
-@toolbar: 
-@Returns: 
-
-
-<!-- ##### FUNCTION gtk_toolbar_get_relief_style ##### -->
+<!-- ##### ARG GtkToolbar:space-size ##### -->
 <para>
 
 </para>
 
-@toolbar: 
-@Returns: 
-
-
-<!-- ##### FUNCTION gtk_toolbar_append_item ##### -->
+<!-- ##### ARG GtkToolbar:space-style ##### -->
 <para>
 
 </para>
 
-@toolbar: 
-@text: 
-@tooltip_text: 
-@tooltip_private_text: 
-@icon: 
-@callback: 
-@user_data: 
-@Returns: 
-
-
-<!-- ##### FUNCTION gtk_toolbar_prepend_item ##### -->
+<!-- ##### ENUM GtkToolbarChildType ##### -->
 <para>
-
+#GtkToolbarChildType is used to set the type of new elements that are added 
+to a #GtkToolbar.
 </para>
 
-@toolbar: 
-@text: 
-@tooltip_text: 
-@tooltip_private_text: 
-@icon: 
-@callback: 
-@user_data: 
-@Returns: 
-
+@GTK_TOOLBAR_CHILD_SPACE: a space in the style of the toolbar's #GtkToolbarSpaceStyle.
+@GTK_TOOLBAR_CHILD_BUTTON: a #GtkButton.
+@GTK_TOOLBAR_CHILD_TOGGLEBUTTON: a #GtkToggleButton.
+@GTK_TOOLBAR_CHILD_RADIOBUTTON: a #GtkRadioButton.
+@GTK_TOOLBAR_CHILD_WIDGET: a standard #GtkWidget.
 
-<!-- ##### FUNCTION gtk_toolbar_insert_item ##### -->
+<!-- ##### ENUM GtkToolbarSpaceStyle ##### -->
 <para>
 
 </para>
 
-@toolbar: 
-@text: 
-@tooltip_text: 
-@tooltip_private_text: 
-@icon: 
-@callback: 
-@user_data: 
-@position: 
-@Returns: 
-
+@GTK_TOOLBAR_SPACE_EMPTY: 
+@GTK_TOOLBAR_SPACE_LINE: 
 
-<!-- ##### FUNCTION gtk_toolbar_append_space ##### -->
+<!-- ##### STRUCT GtkToolbarChild ##### -->
 <para>
 
 </para>
 
-@toolbar: 
-
+@type: 
+@widget: 
+@icon: 
+@label: 
 
-<!-- ##### FUNCTION gtk_toolbar_prepend_space ##### -->
+<!-- ##### FUNCTION gtk_toolbar_new ##### -->
 <para>
 
 </para>
 
-@toolbar: 
+@void: 
+@Returns: the newly-created toolbar.
 
 
-<!-- ##### FUNCTION gtk_toolbar_insert_space ##### -->
+<!-- ##### FUNCTION gtk_toolbar_insert ##### -->
 <para>
 
 </para>
 
 @toolbar: 
-@position
-
+@item
+@pos: 
 
-<!-- ##### FUNCTION gtk_toolbar_append_element ##### -->
-<para>
 
-</para>
+<!-- ##### FUNCTION gtk_toolbar_get_item_index ##### -->
 <para>
 
 </para>
 
 @toolbar: 
-@type: 
-@widget: 
-@text: 
-@tooltip_text: 
-@tooltip_private_text: 
-@icon: 
-@callback: 
-@user_data: 
+@item: 
 @Returns: 
 
 
-<!-- ##### FUNCTION gtk_toolbar_prepend_element ##### -->
+<!-- ##### FUNCTION gtk_toolbar_get_n_items ##### -->
 <para>
 
 </para>
 
 @toolbar: 
-@type: 
-@widget: 
-@text: 
-@tooltip_text: 
-@tooltip_private_text: 
-@icon: 
-@callback: 
-@user_data: 
 @Returns: 
 
 
-<!-- ##### FUNCTION gtk_toolbar_insert_element ##### -->
+<!-- ##### FUNCTION gtk_toolbar_get_nth_item ##### -->
 <para>
 
 </para>
 
 @toolbar: 
-@type: 
-@widget: 
-@text: 
-@tooltip_text: 
-@tooltip_private_text: 
-@icon: 
-@callback: 
-@user_data: 
-@position: 
+@n: 
 @Returns: 
 
 
-<!-- ##### FUNCTION gtk_toolbar_append_widget ##### -->
+<!-- ##### FUNCTION gtk_toolbar_get_drop_index ##### -->
 <para>
 
 </para>
 
 @toolbar: 
-@widget
-@tooltip_text
-@tooltip_private_text
+@x
+@y
+@Returns
 
 
-<!-- ##### FUNCTION gtk_toolbar_prepend_widget ##### -->
+<!-- ##### FUNCTION gtk_toolbar_set_drop_highlight_item ##### -->
 <para>
 
 </para>
 
 @toolbar: 
-@widget: 
-@tooltip_text: 
-@tooltip_private_text: 
+@tool_item: 
+@index_: 
 
 
-<!-- ##### FUNCTION gtk_toolbar_insert_widget ##### -->
+<!-- ##### FUNCTION gtk_toolbar_set_show_arrow ##### -->
 <para>
 
 </para>
 
 @toolbar: 
-@widget: 
-@tooltip_text: 
-@tooltip_private_text: 
-@position: 
+@show_arrow: 
 
 
-<!-- ##### FUNCTION gtk_toolbar_set_style ##### -->
+<!-- ##### FUNCTION gtk_toolbar_unset_icon_size ##### -->
 <para>
 
 </para>
 
 @toolbar: 
-@style: 
 
 
-<!-- ##### FUNCTION gtk_toolbar_insert_stock ##### -->
+<!-- ##### FUNCTION gtk_toolbar_get_show_arrow ##### -->
 <para>
 
 </para>
 
 @toolbar: 
-@stock_id: 
-@tooltip_text: 
-@tooltip_private_text: 
-@callback: 
-@user_data: 
-@position: 
 @Returns: 
 
 
-<!-- ##### FUNCTION gtk_toolbar_set_icon_size ##### -->
+<!-- ##### FUNCTION gtk_toolbar_get_style ##### -->
 <para>
 
 </para>
 
 @toolbar: 
-@icon_size
+@Returns
 
 
-<!-- ##### FUNCTION gtk_toolbar_remove_space ##### -->
+<!-- ##### FUNCTION gtk_toolbar_get_icon_size ##### -->
 <para>
 
 </para>
 
 @toolbar: 
-@position
+@Returns
 
 
-<!-- ##### FUNCTION gtk_toolbar_unset_style ##### -->
+<!-- ##### FUNCTION gtk_toolbar_get_relief_style ##### -->
 <para>
 
 </para>
 
 @toolbar: 
-
-
-<!-- ##### SIGNAL GtkToolbar::focus-home-or-end ##### -->
-<para>
-
-</para>
-
-@toolbar: the object which received the signal.
-@arg1: 
 @Returns: 
 
-<!-- ##### SIGNAL GtkToolbar::move-focus ##### -->
-<para>
-
-</para>
-
-@toolbar: the object which received the signal.
-@arg1: 
-@Returns: 
-
-<!-- ##### SIGNAL GtkToolbar::orientation-changed ##### -->
-<para>
-
-</para>
-
-@toolbar: the object which received the signal.
-@orientation: the new #GtkOrientation of the toolbar.
 
-<!-- ##### SIGNAL GtkToolbar::popup-context-menu ##### -->
-<para>
-
-</para>
-
-@toolbar: the object which received the signal.
-@Returns: 
-@: 
-@:
-@Returns: 
-@:
-@Returns: 
-@Returns: 
-
-<!-- ##### SIGNAL GtkToolbar::style-changed ##### -->
+<!-- ##### FUNCTION gtk_toolbar_set_style ##### -->
 <para>
 
 </para>
@@ -498,53 +307,21 @@ to a #GtkToolbar.
 @toolbar: 
 @style: 
 
-<!-- ##### ARG GtkToolbar:orientation ##### -->
-<para>
 
-</para>
-
-<!-- ##### ARG GtkToolbar:show-arrow ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GtkToolbar:toolbar-style ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GtkToolbar:expand ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GtkToolbar:homogeneous ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GtkToolbar:button-relief ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GtkToolbar:internal-padding ##### -->
+<!-- ##### FUNCTION gtk_toolbar_set_icon_size ##### -->
 <para>
 
 </para>
 
-<!-- ##### ARG GtkToolbar:shadow-type ##### -->
-<para>
+@toolbar: 
+@icon_size: 
 
-</para>
 
-<!-- ##### ARG GtkToolbar:space-size ##### -->
+<!-- ##### FUNCTION gtk_toolbar_unset_style ##### -->
 <para>
 
 </para>
 
-<!-- ##### ARG GtkToolbar:space-style ##### -->
-<para>
+@toolbar: 
 
-</para>