summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/tmpl
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2009-01-01 22:24:56 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2009-01-01 22:24:56 +0000
commitc885c8afd21e93e38104814ac8bf48e448b6a2af (patch)
tree68b9b1deab690e31120c52a3c77743c5ae82fb00 /docs/reference/gtk/tmpl
parent50f87bfcdf0755784da0a869cb663e39f81dff02 (diff)
downloadgdk-pixbuf-c885c8afd21e93e38104814ac8bf48e448b6a2af.tar.gz
svn path=/trunk/; revision=22037
Diffstat (limited to 'docs/reference/gtk/tmpl')
-rw-r--r--docs/reference/gtk/tmpl/gtk-unused.sgml101
-rw-r--r--docs/reference/gtk/tmpl/gtkcellview.sgml2
-rw-r--r--docs/reference/gtk/tmpl/gtkcheckmenuitem.sgml1
-rw-r--r--docs/reference/gtk/tmpl/gtkdialog.sgml5
-rw-r--r--docs/reference/gtk/tmpl/gtkdrawingarea.sgml1
-rw-r--r--docs/reference/gtk/tmpl/gtkeditable.sgml29
-rw-r--r--docs/reference/gtk/tmpl/gtkentry.sgml4
-rw-r--r--docs/reference/gtk/tmpl/gtkfixed.sgml34
-rw-r--r--docs/reference/gtk/tmpl/gtkfontsel.sgml6
-rw-r--r--docs/reference/gtk/tmpl/gtkfontseldlg.sgml14
-rw-r--r--docs/reference/gtk/tmpl/gtkimagemenuitem.sgml37
-rw-r--r--docs/reference/gtk/tmpl/gtkimmulticontext.sgml9
-rw-r--r--docs/reference/gtk/tmpl/gtklabel.sgml1
-rw-r--r--docs/reference/gtk/tmpl/gtkmenu.sgml10
-rw-r--r--docs/reference/gtk/tmpl/gtkmenuitem.sgml56
-rw-r--r--docs/reference/gtk/tmpl/gtkprintunixdialog.sgml1
-rw-r--r--docs/reference/gtk/tmpl/gtkprogress.sgml4
-rw-r--r--docs/reference/gtk/tmpl/gtkscale.sgml13
-rw-r--r--docs/reference/gtk/tmpl/gtkselection.sgml9
-rw-r--r--docs/reference/gtk/tmpl/gtkspinbutton.sgml3
-rw-r--r--docs/reference/gtk/tmpl/gtkstatusicon.sgml108
-rw-r--r--docs/reference/gtk/tmpl/gtkstyle.sgml1
-rw-r--r--docs/reference/gtk/tmpl/gtktable.sgml43
-rw-r--r--docs/reference/gtk/tmpl/gtktoolbar.sgml5
-rw-r--r--docs/reference/gtk/tmpl/gtktreeview.sgml1
-rw-r--r--docs/reference/gtk/tmpl/gtkwindow.sgml10
26 files changed, 371 insertions, 137 deletions
diff --git a/docs/reference/gtk/tmpl/gtk-unused.sgml b/docs/reference/gtk/tmpl/gtk-unused.sgml
index 6f12624ae..60226f3ad 100644
--- a/docs/reference/gtk/tmpl/gtk-unused.sgml
+++ b/docs/reference/gtk/tmpl/gtk-unused.sgml
@@ -909,6 +909,24 @@ You may not attach these to signals created with the
@arg1:
@arg2:
+<!-- ##### SIGNAL GtkEntry::icon-pressed ##### -->
+<para>
+
+</para>
+
+@entry: the object which received the signal.
+@arg1:
+@event:
+
+<!-- ##### SIGNAL GtkEntry::icon-released ##### -->
+<para>
+
+</para>
+
+@entry: the object which received the signal.
+@arg1:
+@event:
+
<!-- ##### SIGNAL GtkEntry::insert-text ##### -->
<para>
@@ -931,6 +949,40 @@ You may not attach these to signals created with the
</para>
+<!-- ##### STRUCT GtkFixedChild ##### -->
+<para>
+The #GtkFixedChild-struct struct contains the following fields.
+(These fields should be considered read-only. They should never be set by
+an application.)
+
+<informaltable pgwide="1" frame="none" role="struct">
+<tgroup cols="2"><colspec colwidth="2*"/><colspec colwidth="8*"/>
+<tbody>
+
+<row>
+<entry>#GtkWidget *widget;</entry>
+<entry>the child #GtkWidget.</entry>
+</row>
+
+<row>
+<entry>#gint x;</entry>
+<entry>the horizontal position of the widget within the #GtkFixed
+container.</entry>
+</row>
+
+<row>
+<entry>#gint y;</entry>
+<entry>the vertical position of the widget within the #GtkFixed
+container.</entry>
+</row>
+
+</tbody></tgroup></informaltable>
+</para>
+
+@widget:
+@x:
+@y:
+
<!-- ##### ENUM GtkFontFilterType ##### -->
<para>
A set of bit flags used to specify the filter being set
@@ -1349,6 +1401,49 @@ Holds the data for a statusbar message. <structfield>text</structfield> holds th
@_gtk_reserved11:
@_gtk_reserved12:
+<!-- ##### STRUCT GtkTableChild ##### -->
+<para>
+The <structfield>widget</structfield> field is a pointer to the widget that
+this %GtkTableChild structure is keeping track of.
+The <structfield>left_attach</structfield>,
+<structfield>right_attach</structfield>,
+<structfield>top_attach</structfield>, and
+<structfield>bottom_attach</structfield> fields specify the row and column
+numbers which make up the invisible rectangle that the child widget is packed into.
+</para>
+<para>
+<structfield>xpadding</structfield> and <structfield>ypadding</structfield>
+specify the space between this widget and the surrounding table cells.
+</para>
+
+@widget:
+@left_attach:
+@right_attach:
+@top_attach:
+@bottom_attach:
+@xpadding:
+@ypadding:
+@xexpand:
+@yexpand:
+@xshrink:
+@yshrink:
+@xfill:
+@yfill:
+
+<!-- ##### STRUCT GtkTableRowCol ##### -->
+<para>
+These fields should be considered read-only and not be modified directly.
+</para>
+
+@requisition:
+@allocation:
+@spacing:
+@need_expand:
+@need_shrink:
+@expand:
+@shrink:
+@empty:
+
<!-- ##### STRUCT GtkTextBTreeNode ##### -->
<para>
@@ -1429,6 +1524,12 @@ produce superscript and subscript.
@arg1:
@Returns:
+<!-- ##### ARG GtkToolbar:orientation ##### -->
+<para>
+
+</para>
+
+
<!-- ##### ARG GtkToolbar:pack-end ##### -->
<para>
diff --git a/docs/reference/gtk/tmpl/gtkcellview.sgml b/docs/reference/gtk/tmpl/gtkcellview.sgml
index 316ef8b20..7143a54d0 100644
--- a/docs/reference/gtk/tmpl/gtkcellview.sgml
+++ b/docs/reference/gtk/tmpl/gtkcellview.sgml
@@ -96,7 +96,7 @@ and drag and drop.
</para>
@cell_view:
-@Returns:
+@Returns:
<!-- ##### FUNCTION gtk_cell_view_set_displayed_row ##### -->
diff --git a/docs/reference/gtk/tmpl/gtkcheckmenuitem.sgml b/docs/reference/gtk/tmpl/gtkcheckmenuitem.sgml
index 3149e1678..7ee3e06a0 100644
--- a/docs/reference/gtk/tmpl/gtkcheckmenuitem.sgml
+++ b/docs/reference/gtk/tmpl/gtkcheckmenuitem.sgml
@@ -110,7 +110,6 @@ Sets the active state of the menu item's check box.
@Deprecated: Use gtk_check_menu_item_set_active() instead.
-
<!-- ##### FUNCTION gtk_check_menu_item_get_active ##### -->
<para>
diff --git a/docs/reference/gtk/tmpl/gtkdialog.sgml b/docs/reference/gtk/tmpl/gtkdialog.sgml
index e7db6e158..ee87d0aae 100644
--- a/docs/reference/gtk/tmpl/gtkdialog.sgml
+++ b/docs/reference/gtk/tmpl/gtkdialog.sgml
@@ -213,6 +213,11 @@ as any other #GtkHButtonBox.
</para>
+<!-- ##### ARG GtkDialog:content-area-spacing ##### -->
+<para>
+
+</para>
+
<!-- ##### ENUM GtkDialogFlags ##### -->
<para>
Flags used to influence dialog construction.
diff --git a/docs/reference/gtk/tmpl/gtkdrawingarea.sgml b/docs/reference/gtk/tmpl/gtkdrawingarea.sgml
index 2701e8c2b..09be147ab 100644
--- a/docs/reference/gtk/tmpl/gtkdrawingarea.sgml
+++ b/docs/reference/gtk/tmpl/gtkdrawingarea.sgml
@@ -136,3 +136,4 @@ within the enclosing containers.
@height: the height to request
@Deprecated: Use gtk_widget_set_size_request() instead.
+
diff --git a/docs/reference/gtk/tmpl/gtkeditable.sgml b/docs/reference/gtk/tmpl/gtkeditable.sgml
index 46cd5f5ad..6c503aa5c 100644
--- a/docs/reference/gtk/tmpl/gtkeditable.sgml
+++ b/docs/reference/gtk/tmpl/gtkeditable.sgml
@@ -61,6 +61,12 @@ The #GtkEditable structure is an opaque structure whose members
cannot be directly accessed.
</para>
+
+<!-- ##### SIGNAL GtkEditable::changed ##### -->
+<para>
+
+</para>
+
@editable: the object which received the signal.
<!-- ##### SIGNAL GtkEditable::delete-text ##### -->
@@ -78,10 +84,9 @@ cannot be directly accessed.
</para>
@editable:
-@new_text:
-@new_text_length:
-@position:
-
+@new_text:
+@new_text_length:
+@position:
<!-- ##### FUNCTION gtk_editable_select_region ##### -->
<para>
@@ -89,8 +94,8 @@ cannot be directly accessed.
</para>
@editable:
-@start:
-@end:
+@start_pos:
+@end_pos:
<!-- ##### FUNCTION gtk_editable_get_selection_bounds ##### -->
@@ -98,10 +103,10 @@ cannot be directly accessed.
</para>
-@editable:
-@start:
-@end:
-@Returns:
+@editable:
+@start_pos:
+@end_pos:
+@Returns:
<!-- ##### FUNCTION gtk_editable_insert_text ##### -->
@@ -141,7 +146,7 @@ cannot be directly accessed.
</para>
-@editable:
+@editable:
<!-- ##### FUNCTION gtk_editable_copy_clipboard ##### -->
@@ -192,7 +197,7 @@ cannot be directly accessed.
</para>
@editable:
-@is_editable:
+@is_editable:
<!-- ##### FUNCTION gtk_editable_get_editable ##### -->
diff --git a/docs/reference/gtk/tmpl/gtkentry.sgml b/docs/reference/gtk/tmpl/gtkentry.sgml
index 4f38e627b..9d2c262ac 100644
--- a/docs/reference/gtk/tmpl/gtkentry.sgml
+++ b/docs/reference/gtk/tmpl/gtkentry.sgml
@@ -110,7 +110,7 @@ The #GtkEntry-struct struct contains only private data.
@arg1:
@arg2:
-<!-- ##### SIGNAL GtkEntry::icon-pressed ##### -->
+<!-- ##### SIGNAL GtkEntry::icon-press ##### -->
<para>
</para>
@@ -119,7 +119,7 @@ The #GtkEntry-struct struct contains only private data.
@arg1:
@event:
-<!-- ##### SIGNAL GtkEntry::icon-released ##### -->
+<!-- ##### SIGNAL GtkEntry::icon-release ##### -->
<para>
</para>
diff --git a/docs/reference/gtk/tmpl/gtkfixed.sgml b/docs/reference/gtk/tmpl/gtkfixed.sgml
index 694f5b289..add592d9d 100644
--- a/docs/reference/gtk/tmpl/gtkfixed.sgml
+++ b/docs/reference/gtk/tmpl/gtkfixed.sgml
@@ -97,40 +97,6 @@ their positions.</entry>
</para>
-<!-- ##### STRUCT GtkFixedChild ##### -->
-<para>
-The #GtkFixedChild-struct struct contains the following fields.
-(These fields should be considered read-only. They should never be set by
-an application.)
-
-<informaltable pgwide="1" frame="none" role="struct">
-<tgroup cols="2"><colspec colwidth="2*"/><colspec colwidth="8*"/>
-<tbody>
-
-<row>
-<entry>#GtkWidget *widget;</entry>
-<entry>the child #GtkWidget.</entry>
-</row>
-
-<row>
-<entry>#gint x;</entry>
-<entry>the horizontal position of the widget within the #GtkFixed
-container.</entry>
-</row>
-
-<row>
-<entry>#gint y;</entry>
-<entry>the vertical position of the widget within the #GtkFixed
-container.</entry>
-</row>
-
-</tbody></tgroup></informaltable>
-</para>
-
-@widget:
-@x:
-@y:
-
<!-- ##### FUNCTION gtk_fixed_new ##### -->
<para>
Creates a new #GtkFixed.
diff --git a/docs/reference/gtk/tmpl/gtkfontsel.sgml b/docs/reference/gtk/tmpl/gtkfontsel.sgml
index e436f995f..d182606e4 100644
--- a/docs/reference/gtk/tmpl/gtkfontsel.sgml
+++ b/docs/reference/gtk/tmpl/gtkfontsel.sgml
@@ -65,7 +65,7 @@ only be accessed using the functions below.
</para>
-@Returns:
+@Returns:
<!-- ##### FUNCTION gtk_font_selection_get_font ##### -->
@@ -99,8 +99,8 @@ only be accessed using the functions below.
</para>
-@fontsel:
-@Returns:
+@fontsel:
+@Returns:
<!-- ##### FUNCTION gtk_font_selection_set_preview_text ##### -->
diff --git a/docs/reference/gtk/tmpl/gtkfontseldlg.sgml b/docs/reference/gtk/tmpl/gtkfontseldlg.sgml
index 3438468ec..c8c5ad2aa 100644
--- a/docs/reference/gtk/tmpl/gtkfontseldlg.sgml
+++ b/docs/reference/gtk/tmpl/gtkfontseldlg.sgml
@@ -57,8 +57,8 @@ fonts.</para></listitem>
</para>
-@title:
-@Returns:
+@title:
+@Returns:
<!-- ##### FUNCTION gtk_font_selection_dialog_get_font ##### -->
@@ -67,7 +67,7 @@ fonts.</para></listitem>
</para>
@fsd:
-@Returns:
+@Returns:
<!-- ##### FUNCTION gtk_font_selection_dialog_get_font_name ##### -->
@@ -85,7 +85,7 @@ fonts.</para></listitem>
@fsd:
@fontname:
-@Returns:
+@Returns:
<!-- ##### FUNCTION gtk_font_selection_dialog_get_preview_text ##### -->
@@ -93,7 +93,7 @@ fonts.</para></listitem>
</para>
-@fsd:
+@fsd:
@Returns:
@@ -102,8 +102,8 @@ fonts.</para></listitem>
</para>
-@fsd:
-@text:
+@fsd:
+@text:
<!-- ##### FUNCTION gtk_font_selection_dialog_get_apply_button ##### -->
diff --git a/docs/reference/gtk/tmpl/gtkimagemenuitem.sgml b/docs/reference/gtk/tmpl/gtkimagemenuitem.sgml
index 660919fed..bf625f715 100644
--- a/docs/reference/gtk/tmpl/gtkimagemenuitem.sgml
+++ b/docs/reference/gtk/tmpl/gtkimagemenuitem.sgml
@@ -27,11 +27,21 @@ fill in the text label.
</para>
+<!-- ##### ARG GtkImageMenuItem:accel-group ##### -->
+<para>
+
+</para>
+
<!-- ##### ARG GtkImageMenuItem:image ##### -->
<para>
</para>
+<!-- ##### ARG GtkImageMenuItem:use-stock ##### -->
+<para>
+
+</para>
+
<!-- ##### FUNCTION gtk_image_menu_item_set_image ##### -->
<para>
@@ -86,3 +96,30 @@ fill in the text label.
@Returns:
+<!-- ##### FUNCTION gtk_image_menu_item_get_use_stock ##### -->
+<para>
+
+</para>
+
+@image_menu_item:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_image_menu_item_set_use_stock ##### -->
+<para>
+
+</para>
+
+@image_menu_item:
+@use_stock:
+
+
+<!-- ##### FUNCTION gtk_image_menu_item_set_accel_group ##### -->
+<para>
+
+</para>
+
+@image_menu_item:
+@accel_group:
+
+
diff --git a/docs/reference/gtk/tmpl/gtkimmulticontext.sgml b/docs/reference/gtk/tmpl/gtkimmulticontext.sgml
index eada3192a..eb35922c9 100644
--- a/docs/reference/gtk/tmpl/gtkimmulticontext.sgml
+++ b/docs/reference/gtk/tmpl/gtkimmulticontext.sgml
@@ -40,3 +40,12 @@ An input method context supporting multiple, loadable input methods
@menushell:
+<!-- ##### FUNCTION gtk_im_multicontext_get_context_id ##### -->
+<para>
+
+</para>
+
+@context:
+@Returns:
+
+
diff --git a/docs/reference/gtk/tmpl/gtklabel.sgml b/docs/reference/gtk/tmpl/gtklabel.sgml
index c7bc6f360..2fdc855b0 100644
--- a/docs/reference/gtk/tmpl/gtklabel.sgml
+++ b/docs/reference/gtk/tmpl/gtklabel.sgml
@@ -411,6 +411,7 @@ probably only used within the GTK+ library itself for menu items and such.
@Returns: The lowercase keyval of the last character underlined.
@Deprecated: Use gtk_label_set_use_underline() instead.
+
<!-- ##### FUNCTION gtk_label_set_line_wrap ##### -->
<para>
diff --git a/docs/reference/gtk/tmpl/gtkmenu.sgml b/docs/reference/gtk/tmpl/gtkmenu.sgml
index 96f4f51fd..9133f3689 100644
--- a/docs/reference/gtk/tmpl/gtkmenu.sgml
+++ b/docs/reference/gtk/tmpl/gtkmenu.sgml
@@ -149,6 +149,16 @@ should be accessed using the functions below.
</para>
+<!-- ##### ARG GtkMenu:arrow-placement ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkMenu:arrow-scaling ##### -->
+<para>
+
+</para>
+
<!-- ##### ARG GtkMenu:double-arrows ##### -->
<para>
diff --git a/docs/reference/gtk/tmpl/gtkmenuitem.sgml b/docs/reference/gtk/tmpl/gtkmenuitem.sgml
index acc28908e..011430d38 100644
--- a/docs/reference/gtk/tmpl/gtkmenuitem.sgml
+++ b/docs/reference/gtk/tmpl/gtkmenuitem.sgml
@@ -96,6 +96,11 @@ submenu. For normal applications, the relevant signal is "activate".
</para>
+<!-- ##### ARG GtkMenuItem:label ##### -->
+<para>
+
+</para>
+
<!-- ##### ARG GtkMenuItem:right-justified ##### -->
<para>
@@ -106,6 +111,11 @@ submenu. For normal applications, the relevant signal is "activate".
</para>
+<!-- ##### ARG GtkMenuItem:use-underline ##### -->
+<para>
+
+</para>
+
<!-- ##### ARG GtkMenuItem:arrow-scaling ##### -->
<para>
@@ -180,6 +190,42 @@ Creates a new #GtkMenuItem whose child is a #GtkLabel.
@Returns:
+<!-- ##### FUNCTION gtk_menu_item_get_label ##### -->
+<para>
+
+</para>
+
+@menu_item:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_menu_item_set_label ##### -->
+<para>
+
+</para>
+
+@menu_item:
+@label:
+
+
+<!-- ##### FUNCTION gtk_menu_item_get_use_underline ##### -->
+<para>
+
+</para>
+
+@menu_item:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_menu_item_set_use_underline ##### -->
+<para>
+
+</para>
+
+@menu_item:
+@setting:
+
+
<!-- ##### FUNCTION gtk_menu_item_set_submenu ##### -->
<para>
@@ -198,30 +244,30 @@ Creates a new #GtkMenuItem whose child is a #GtkLabel.
@Returns:
-<!-- ##### FUNCTION gtk_menu_item_set_accel_path ##### -->
+<!-- ##### FUNCTION gtk_menu_item_remove_submenu ##### -->
<para>
</para>
@menu_item:
-@accel_path:
-<!-- ##### FUNCTION gtk_menu_item_get_accel_path ##### -->
+<!-- ##### FUNCTION gtk_menu_item_set_accel_path ##### -->
<para>
</para>
@menu_item:
-@Returns:
+@accel_path:
-<!-- ##### FUNCTION gtk_menu_item_remove_submenu ##### -->
+<!-- ##### FUNCTION gtk_menu_item_get_accel_path ##### -->
<para>
</para>
@menu_item:
+@Returns:
<!-- ##### FUNCTION gtk_menu_item_select ##### -->
diff --git a/docs/reference/gtk/tmpl/gtkprintunixdialog.sgml b/docs/reference/gtk/tmpl/gtkprintunixdialog.sgml
index bf6ea6204..ddfb710a2 100644
--- a/docs/reference/gtk/tmpl/gtkprintunixdialog.sgml
+++ b/docs/reference/gtk/tmpl/gtkprintunixdialog.sgml
@@ -211,7 +211,6 @@ formats are supported.
@GTK_PRINT_CAPABILITY_NUMBER_UP_LAYOUT: Print dialog will allow to rearrange
pages when printing multiple pages per sheet. Since 2.14
-
<!-- ##### FUNCTION gtk_print_unix_dialog_set_manual_capabilities ##### -->
<para>
diff --git a/docs/reference/gtk/tmpl/gtkprogress.sgml b/docs/reference/gtk/tmpl/gtkprogress.sgml
index ae9015cba..a83d5b128 100644
--- a/docs/reference/gtk/tmpl/gtkprogress.sgml
+++ b/docs/reference/gtk/tmpl/gtkprogress.sgml
@@ -206,9 +206,7 @@ the #GtkProgress.
@progress: a #GtkProgress.
@value: the current progress value.
-@hmin:
-@max: the maximum progress value.
-<!-- # Unused Parameters # -->
@min: the minimum progress value.
+@max: the maximum progress value.
diff --git a/docs/reference/gtk/tmpl/gtkscale.sgml b/docs/reference/gtk/tmpl/gtkscale.sgml
index ff13e6dcd..29c1c6088 100644
--- a/docs/reference/gtk/tmpl/gtkscale.sgml
+++ b/docs/reference/gtk/tmpl/gtkscale.sgml
@@ -43,7 +43,6 @@ the accessor functions.
@value:
@Returns:
-
<!-- ##### ARG GtkScale:digits ##### -->
<para>
@@ -84,7 +83,7 @@ the accessor functions.
</para>
@scale:
-@draw_value:
+@draw_value:
<!-- ##### FUNCTION gtk_scale_set_value_pos ##### -->
@@ -92,7 +91,7 @@ the accessor functions.
</para>
-@scale:
+@scale:
@pos:
@@ -101,8 +100,8 @@ the accessor functions.
</para>
-@scale:
-@Returns:
+@scale:
+@Returns:
<!-- ##### FUNCTION gtk_scale_get_draw_value ##### -->
@@ -119,8 +118,8 @@ the accessor functions.
</para>
-@scale:
-@Returns:
+@scale:
+@Returns:
<!-- ##### FUNCTION gtk_scale_get_layout ##### -->
diff --git a/docs/reference/gtk/tmpl/gtkselection.sgml b/docs/reference/gtk/tmpl/gtkselection.sgml
index 86ea6b2d8..ce156b7ca 100644
--- a/docs/reference/gtk/tmpl/gtkselection.sgml
+++ b/docs/reference/gtk/tmpl/gtkselection.sgml
@@ -382,6 +382,15 @@ selection handling code.
@Returns:
+<!-- ##### FUNCTION gtk_selection_data_get_selection ##### -->
+<para>
+
+</para>
+
+@selection_data:
+@Returns:
+
+
<!-- ##### FUNCTION gtk_selection_data_get_data ##### -->
<para>
diff --git a/docs/reference/gtk/tmpl/gtkspinbutton.sgml b/docs/reference/gtk/tmpl/gtkspinbutton.sgml
index a0590526e..8ddd7a20f 100644
--- a/docs/reference/gtk/tmpl/gtkspinbutton.sgml
+++ b/docs/reference/gtk/tmpl/gtkspinbutton.sgml
@@ -329,9 +329,10 @@ Creates a new #GtkSpinButton.
Gets the value in the @spin_button.
</para>
-@spin_button: a #GtkSpinButton
@Returns: the value of @spin_button
@Deprecated: Use gtk_spin_button_get_value() instead.
+<!-- # Unused Parameters # -->
+@spin_button: a #GtkSpinButton
<!-- ##### FUNCTION gtk_spin_button_get_value_as_int ##### -->
diff --git a/docs/reference/gtk/tmpl/gtkstatusicon.sgml b/docs/reference/gtk/tmpl/gtkstatusicon.sgml
index 7b6665432..640a0e130 100644
--- a/docs/reference/gtk/tmpl/gtkstatusicon.sgml
+++ b/docs/reference/gtk/tmpl/gtkstatusicon.sgml
@@ -55,6 +55,24 @@ on Win32 doesn't allow to embed arbitrary widgets.
@statusicon: the object which received the signal.
+<!-- ##### SIGNAL GtkStatusIcon::button-press-event ##### -->
+<para>
+
+</para>
+
+@statusicon: the object which received the signal.
+@event:
+@Returns:
+
+<!-- ##### SIGNAL GtkStatusIcon::button-release-event ##### -->
+<para>
+
+</para>
+
+@statusicon: the object which received the signal.
+@event:
+@Returns:
+
<!-- ##### SIGNAL GtkStatusIcon::popup-menu ##### -->
<para>
@@ -64,6 +82,27 @@ on Win32 doesn't allow to embed arbitrary widgets.
@arg1:
@arg2:
+<!-- ##### SIGNAL GtkStatusIcon::query-tooltip ##### -->
+<para>
+
+</para>
+
+@statusicon: the object which received the signal.
+@arg1:
+@arg2:
+@arg3:
+@arg4:
+@Returns:
+
+<!-- ##### SIGNAL GtkStatusIcon::scroll-event ##### -->
+<para>
+
+</para>
+
+@statusicon: the object which received the signal.
+@event:
+@Returns:
+
<!-- ##### SIGNAL GtkStatusIcon::size-changed ##### -->
<para>
@@ -93,6 +132,11 @@ on Win32 doesn't allow to embed arbitrary widgets.
</para>
+<!-- ##### ARG GtkStatusIcon:has-tooltip ##### -->
+<para>
+
+</para>
+
<!-- ##### ARG GtkStatusIcon:icon-name ##### -->
<para>
@@ -128,6 +172,16 @@ on Win32 doesn't allow to embed arbitrary widgets.
</para>
+<!-- ##### ARG GtkStatusIcon:tooltip-markup ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkStatusIcon:tooltip-text ##### -->
+<para>
+
+</para>
+
<!-- ##### ARG GtkStatusIcon:visible ##### -->
<para>
@@ -312,6 +366,60 @@ on Win32 doesn't allow to embed arbitrary widgets.
@tooltip_text:
+<!-- ##### FUNCTION gtk_status_icon_set_tooltip_text ##### -->
+<para>
+
+</para>
+
+@status_icon:
+@text:
+
+
+<!-- ##### FUNCTION gtk_status_icon_get_tooltip_text ##### -->
+<para>
+
+</para>
+
+@status_icon:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_status_icon_set_tooltip_markup ##### -->
+<para>
+
+</para>
+
+@status_icon:
+@markup:
+
+
+<!-- ##### FUNCTION gtk_status_icon_get_tooltip_markup ##### -->
+<para>
+
+</para>
+
+@status_icon:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_status_icon_set_has_tooltip ##### -->
+<para>
+
+</para>
+
+@status_icon:
+@has_tooltip:
+
+
+<!-- ##### FUNCTION gtk_status_icon_get_has_tooltip ##### -->
+<para>
+
+</para>
+
+@status_icon:
+@Returns:
+
+
<!-- ##### FUNCTION gtk_status_icon_set_visible ##### -->
<para>
diff --git a/docs/reference/gtk/tmpl/gtkstyle.sgml b/docs/reference/gtk/tmpl/gtkstyle.sgml
index 912a6fdc3..a74213e8d 100644
--- a/docs/reference/gtk/tmpl/gtkstyle.sgml
+++ b/docs/reference/gtk/tmpl/gtkstyle.sgml
@@ -967,7 +967,6 @@ be of different width on each side.
@top: The width of the top border.
@bottom: The width of the bottom border.
-
<!-- ##### FUNCTION gtk_border_new ##### -->
<para>
diff --git a/docs/reference/gtk/tmpl/gtktable.sgml b/docs/reference/gtk/tmpl/gtktable.sgml
index d41dc8761..25e36e784 100644
--- a/docs/reference/gtk/tmpl/gtktable.sgml
+++ b/docs/reference/gtk/tmpl/gtktable.sgml
@@ -123,49 +123,6 @@ The <structname>GtkTable</structname> structure holds the data for the actual ta
</para>
-<!-- ##### STRUCT GtkTableChild ##### -->
-<para>
-The <structfield>widget</structfield> field is a pointer to the widget that
-this %GtkTableChild structure is keeping track of.
-The <structfield>left_attach</structfield>,
-<structfield>right_attach</structfield>,
-<structfield>top_attach</structfield>, and
-<structfield>bottom_attach</structfield> fields specify the row and column
-numbers which make up the invisible rectangle that the child widget is packed into.
-</para>
-<para>
-<structfield>xpadding</structfield> and <structfield>ypadding</structfield>
-specify the space between this widget and the surrounding table cells.
-</para>
-
-@widget:
-@left_attach:
-@right_attach:
-@top_attach:
-@bottom_attach:
-@xpadding:
-@ypadding:
-@xexpand:
-@yexpand:
-@xshrink:
-@yshrink:
-@xfill:
-@yfill:
-
-<!-- ##### STRUCT GtkTableRowCol ##### -->
-<para>
-These fields should be considered read-only and not be modified directly.
-</para>
-
-@requisition:
-@allocation:
-@spacing:
-@need_expand:
-@need_shrink:
-@expand:
-@shrink:
-@empty:
-
<!-- ##### FUNCTION gtk_table_new ##### -->
<para>
Used to create a new table widget. An initial size must be given by
diff --git a/docs/reference/gtk/tmpl/gtktoolbar.sgml b/docs/reference/gtk/tmpl/gtktoolbar.sgml
index cbbf12eb0..86c59d672 100644
--- a/docs/reference/gtk/tmpl/gtktoolbar.sgml
+++ b/docs/reference/gtk/tmpl/gtktoolbar.sgml
@@ -94,11 +94,6 @@ accessed through the function described below.
</para>
-<!-- ##### ARG GtkToolbar:orientation ##### -->
-<para>
-
-</para>
-
<!-- ##### ARG GtkToolbar:show-arrow ##### -->
<para>
diff --git a/docs/reference/gtk/tmpl/gtktreeview.sgml b/docs/reference/gtk/tmpl/gtktreeview.sgml
index 9a3b977b3..7422057ef 100644
--- a/docs/reference/gtk/tmpl/gtktreeview.sgml
+++ b/docs/reference/gtk/tmpl/gtktreeview.sgml
@@ -1400,7 +1400,6 @@ Used to indicate which grid lines to draw in a tree view.
@GTK_TREE_VIEW_GRID_LINES_VERTICAL: Vertical grid lines.
@GTK_TREE_VIEW_GRID_LINES_BOTH: Horizontal and vertical grid lines.
-
<!-- ##### FUNCTION gtk_tree_view_get_grid_lines ##### -->
<para>
diff --git a/docs/reference/gtk/tmpl/gtkwindow.sgml b/docs/reference/gtk/tmpl/gtkwindow.sgml
index f6449b0e3..c6a44f598 100644
--- a/docs/reference/gtk/tmpl/gtkwindow.sgml
+++ b/docs/reference/gtk/tmpl/gtkwindow.sgml
@@ -376,7 +376,6 @@ Deprecated alias for gtk_window_set_position().
@Deprecated: Use gtk_window_set_position() instead.
-
<!-- ##### FUNCTION gtk_window_activate_focus ##### -->
<para>
@@ -773,15 +772,6 @@ Deprecated alias for gtk_window_set_position().
@modifier:
-<!-- ##### FUNCTION gtk_window_set_role ##### -->
-<para>
-
-</para>
-
-@window:
-@role:
-
-
<!-- ##### FUNCTION gtk_window_set_type_hint ##### -->
<para>