Remove deprecated GtkToolbar code
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=616817
This commit is contained in:
@ -3573,9 +3573,7 @@ gtk_tool_shell_get_type
|
||||
<FILE>gtktoolbar</FILE>
|
||||
<TITLE>GtkToolbar</TITLE>
|
||||
GtkToolbar
|
||||
GtkToolbarChildType
|
||||
GtkToolbarSpaceStyle
|
||||
GtkToolbarChild
|
||||
gtk_toolbar_new
|
||||
gtk_toolbar_insert
|
||||
gtk_toolbar_get_item_index
|
||||
|
||||
@ -147,18 +147,6 @@ accessed through the function described below.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ENUM GtkToolbarChildType ##### -->
|
||||
<para>
|
||||
#GtkToolbarChildType is used to set the type of new elements that are added
|
||||
to a #GtkToolbar.
|
||||
</para>
|
||||
|
||||
@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>
|
||||
|
||||
@ -167,16 +155,6 @@ to a #GtkToolbar.
|
||||
@GTK_TOOLBAR_SPACE_EMPTY:
|
||||
@GTK_TOOLBAR_SPACE_LINE:
|
||||
|
||||
<!-- ##### STRUCT GtkToolbarChild ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@type:
|
||||
@widget:
|
||||
@icon:
|
||||
@label:
|
||||
|
||||
<!-- ##### FUNCTION gtk_toolbar_new ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user