summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ChangeLog4
-rw-r--r--docs/reference/gdk/tmpl/gdktesting.sgml2
-rw-r--r--docs/reference/gtk/tmpl/gtkaccelgroup.sgml10
-rw-r--r--docs/reference/gtk/tmpl/gtkbox.sgml7
-rw-r--r--docs/reference/gtk/tmpl/gtkcellrenderer.sgml5
-rw-r--r--docs/reference/gtk/tmpl/gtkcellrendererpixbuf.sgml5
-rw-r--r--docs/reference/gtk/tmpl/gtkclipboard.sgml28
-rw-r--r--docs/reference/gtk/tmpl/gtkcolorseldlg.sgml20
-rw-r--r--docs/reference/gtk/tmpl/gtkdialog.sgml2
-rw-r--r--docs/reference/gtk/tmpl/gtkentry.sgml10
-rw-r--r--docs/reference/gtk/tmpl/gtkfontseldlg.sgml4
-rw-r--r--docs/reference/gtk/tmpl/gtkhandlebox.sgml5
-rw-r--r--docs/reference/gtk/tmpl/gtklayout.sgml1
-rw-r--r--docs/reference/gtk/tmpl/gtkmenu.sgml25
-rw-r--r--docs/reference/gtk/tmpl/gtkmenuitem.sgml15
-rw-r--r--docs/reference/gtk/tmpl/gtkplug.sgml5
-rw-r--r--docs/reference/gtk/tmpl/gtkscalebutton.sgml14
-rw-r--r--docs/reference/gtk/tmpl/gtkscrolledwindow.sgml2
-rw-r--r--docs/reference/gtk/tmpl/gtksettings.sgml20
-rw-r--r--docs/reference/gtk/tmpl/gtktoolbar.sgml7
-rw-r--r--docs/reference/gtk/tmpl/gtkwidget.sgml20
21 files changed, 171 insertions, 40 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 57613e9c08..5866135f15 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,7 @@
+2008-07-05 Matthias Clasen <mclasen@redhat.com>
+
+ * === Released 2.13.4 ===
+
2008-07-04 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkradiobutton.sgml: Update
diff --git a/docs/reference/gdk/tmpl/gdktesting.sgml b/docs/reference/gdk/tmpl/gdktesting.sgml
index e16ea19242..e141ed78f8 100644
--- a/docs/reference/gdk/tmpl/gdktesting.sgml
+++ b/docs/reference/gdk/tmpl/gdktesting.sgml
@@ -10,13 +10,11 @@ The functions in this section are intended to be used in test programs.
They allow to simulate some user input.
</para>
-
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
-
<!-- ##### SECTION Stability_Level ##### -->
diff --git a/docs/reference/gtk/tmpl/gtkaccelgroup.sgml b/docs/reference/gtk/tmpl/gtkaccelgroup.sgml
index 1285f1c9dc..65b9df9e68 100644
--- a/docs/reference/gtk/tmpl/gtkaccelgroup.sgml
+++ b/docs/reference/gtk/tmpl/gtkaccelgroup.sgml
@@ -61,6 +61,16 @@ An object representing and maintaining a group of accelerators.
@arg2:
@arg3:
+<!-- ##### ARG GtkAccelGroup:is-locked ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkAccelGroup:modifier-mask ##### -->
+<para>
+
+</para>
+
<!-- ##### FUNCTION gtk_accel_group_new ##### -->
<para>
diff --git a/docs/reference/gtk/tmpl/gtkbox.sgml b/docs/reference/gtk/tmpl/gtkbox.sgml
index b3eeb3537c..f95cd633e9 100644
--- a/docs/reference/gtk/tmpl/gtkbox.sgml
+++ b/docs/reference/gtk/tmpl/gtkbox.sgml
@@ -108,13 +108,6 @@ following fields. (These fields should be considered read-only.
They should never be set by an application.)
</para>
-@children: a list of children belonging the GtkBox.
- The data is a list of structures of type #GtkBoxChild-struct.
-@spacing: the number of pixels to put between children of the GtkBox,
- zero by default. Use gtk_box_set_spacing() to set this field.
-@homogeneous: a flag that if %TRUE forces all children to get equal
- space in the GtkBox; %FALSE by default. Use gtk_box_set_homogeneous()
- to set this field.
<!-- ##### ARG GtkBox:homogeneous ##### -->
<para>
diff --git a/docs/reference/gtk/tmpl/gtkcellrenderer.sgml b/docs/reference/gtk/tmpl/gtkcellrenderer.sgml
index b76d411303..cf2a68d63d 100644
--- a/docs/reference/gtk/tmpl/gtkcellrenderer.sgml
+++ b/docs/reference/gtk/tmpl/gtkcellrenderer.sgml
@@ -112,6 +112,11 @@ it cannot be individually modified.
</para>
+<!-- ##### ARG GtkCellRenderer:editing ##### -->
+<para>
+
+</para>
+
<!-- ##### ARG GtkCellRenderer:height ##### -->
<para>
diff --git a/docs/reference/gtk/tmpl/gtkcellrendererpixbuf.sgml b/docs/reference/gtk/tmpl/gtkcellrendererpixbuf.sgml
index e39852f392..51e23f8347 100644
--- a/docs/reference/gtk/tmpl/gtkcellrendererpixbuf.sgml
+++ b/docs/reference/gtk/tmpl/gtkcellrendererpixbuf.sgml
@@ -44,6 +44,11 @@ property is set to a pixbuf, it renders that one.
</para>
+<!-- ##### ARG GtkCellRendererPixbuf:gicon ##### -->
+<para>
+
+</para>
+
<!-- ##### ARG GtkCellRendererPixbuf:icon-name ##### -->
<para>
diff --git a/docs/reference/gtk/tmpl/gtkclipboard.sgml b/docs/reference/gtk/tmpl/gtkclipboard.sgml
index 3a235167fc..40f80c5046 100644
--- a/docs/reference/gtk/tmpl/gtkclipboard.sgml
+++ b/docs/reference/gtk/tmpl/gtkclipboard.sgml
@@ -342,6 +342,16 @@ will not be used again.
@user_data:
+<!-- ##### FUNCTION gtk_clipboard_request_uris ##### -->
+<para>
+
+</para>
+
+@clipboard:
+@callback:
+@user_data:
+
+
<!-- ##### FUNCTION gtk_clipboard_wait_for_contents ##### -->
<para>
@@ -382,6 +392,15 @@ will not be used again.
@Returns:
+<!-- ##### FUNCTION gtk_clipboard_wait_for_uris ##### -->
+<para>
+
+</para>
+
+@clipboard:
+@Returns:
+
+
<!-- ##### FUNCTION gtk_clipboard_wait_is_text_available ##### -->
<para>
@@ -410,6 +429,15 @@ will not be used again.
@Returns:
+<!-- ##### FUNCTION gtk_clipboard_wait_is_uris_available ##### -->
+<para>
+
+</para>
+
+@clipboard:
+@Returns:
+
+
<!-- ##### FUNCTION gtk_clipboard_wait_for_targets ##### -->
<para>
diff --git a/docs/reference/gtk/tmpl/gtkcolorseldlg.sgml b/docs/reference/gtk/tmpl/gtkcolorseldlg.sgml
index 72cd0ba119..6068ee926b 100644
--- a/docs/reference/gtk/tmpl/gtkcolorseldlg.sgml
+++ b/docs/reference/gtk/tmpl/gtkcolorseldlg.sgml
@@ -74,6 +74,26 @@ Connect a handler for the clicked event.
</para>
+<!-- ##### ARG GtkColorSelectionDialog:cancel-button ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkColorSelectionDialog:color-selection ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkColorSelectionDialog:help-button ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkColorSelectionDialog:ok-button ##### -->
+<para>
+
+</para>
+
<!-- ##### FUNCTION gtk_color_selection_dialog_new ##### -->
<para>
Creates a new #GtkColorSelectionDialog.
diff --git a/docs/reference/gtk/tmpl/gtkdialog.sgml b/docs/reference/gtk/tmpl/gtkdialog.sgml
index 1cbb836720..923939a04f 100644
--- a/docs/reference/gtk/tmpl/gtkdialog.sgml
+++ b/docs/reference/gtk/tmpl/gtkdialog.sgml
@@ -177,8 +177,6 @@ dividing #GtkHSeparator in the dialog. It is treated exactly the same
as any other #GtkHButtonBox.
</para>
-@vbox:
-@action_area:
<!-- ##### SIGNAL GtkDialog::close ##### -->
<para>
diff --git a/docs/reference/gtk/tmpl/gtkentry.sgml b/docs/reference/gtk/tmpl/gtkentry.sgml
index 642726b8f5..5127cf791b 100644
--- a/docs/reference/gtk/tmpl/gtkentry.sgml
+++ b/docs/reference/gtk/tmpl/gtkentry.sgml
@@ -146,6 +146,11 @@ The #GtkEntry-struct struct contains only private data.
</para>
+<!-- ##### ARG GtkEntry:overwrite-mode ##### -->
+<para>
+
+</para>
+
<!-- ##### ARG GtkEntry:scroll-offset ##### -->
<para>
@@ -166,6 +171,11 @@ The #GtkEntry-struct struct contains only private data.
</para>
+<!-- ##### ARG GtkEntry:text-length ##### -->
+<para>
+
+</para>
+
<!-- ##### ARG GtkEntry:truncate-multiline ##### -->
<para>
diff --git a/docs/reference/gtk/tmpl/gtkfontseldlg.sgml b/docs/reference/gtk/tmpl/gtkfontseldlg.sgml
index f25b1a620b..75d61fc8d6 100644
--- a/docs/reference/gtk/tmpl/gtkfontseldlg.sgml
+++ b/docs/reference/gtk/tmpl/gtkfontseldlg.sgml
@@ -51,10 +51,6 @@ fonts.</para></listitem>
<!-- ##### STRUCT GtkFontSelectionDialog ##### -->
-@ok_button: The OK button of the dialog
-@apply_button: The Apply button of the dialog. This button is hidden
-by default but you can show/hide it
-@cancel_button: The Cancel button of the dialog
<!-- ##### FUNCTION gtk_font_selection_dialog_new ##### -->
<para>
diff --git a/docs/reference/gtk/tmpl/gtkhandlebox.sgml b/docs/reference/gtk/tmpl/gtkhandlebox.sgml
index 6940230f21..84d75b4621 100644
--- a/docs/reference/gtk/tmpl/gtkhandlebox.sgml
+++ b/docs/reference/gtk/tmpl/gtkhandlebox.sgml
@@ -102,6 +102,11 @@ handlebox are detached from the main window.
(this argument provides no extra information
and is here only for backwards-compatibility)
+<!-- ##### ARG GtkHandleBox:child-detached ##### -->
+<para>
+
+</para>
+
<!-- ##### ARG GtkHandleBox:handle-position ##### -->
<para>
diff --git a/docs/reference/gtk/tmpl/gtklayout.sgml b/docs/reference/gtk/tmpl/gtklayout.sgml
index 22ca60fcb0..cec98e6b75 100644
--- a/docs/reference/gtk/tmpl/gtklayout.sgml
+++ b/docs/reference/gtk/tmpl/gtklayout.sgml
@@ -35,7 +35,6 @@ area.
</para>
-@bin_window:
<!-- ##### SIGNAL GtkLayout::set-scroll-adjustments ##### -->
<para>
diff --git a/docs/reference/gtk/tmpl/gtkmenu.sgml b/docs/reference/gtk/tmpl/gtkmenu.sgml
index 25cf740739..bcdb163cb6 100644
--- a/docs/reference/gtk/tmpl/gtkmenu.sgml
+++ b/docs/reference/gtk/tmpl/gtkmenu.sgml
@@ -94,6 +94,31 @@ should be accessed using the functions below.
@menu: the object which received the signal.
@arg1:
+<!-- ##### ARG GtkMenu:accel-group ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkMenu:accel-path ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkMenu:active ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkMenu:attach-widget ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkMenu:monitor ##### -->
+<para>
+
+</para>
+
<!-- ##### ARG GtkMenu:tearoff-state ##### -->
<para>
diff --git a/docs/reference/gtk/tmpl/gtkmenuitem.sgml b/docs/reference/gtk/tmpl/gtkmenuitem.sgml
index 69905a859b..d0597d4a9b 100644
--- a/docs/reference/gtk/tmpl/gtkmenuitem.sgml
+++ b/docs/reference/gtk/tmpl/gtkmenuitem.sgml
@@ -73,6 +73,16 @@ submenu. For normal applications, the relevant signal is "activate".
@menuitem: the object which received the signal.
@arg1:
+<!-- ##### ARG GtkMenuItem:accel-path ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkMenuItem:right-justified ##### -->
+<para>
+
+</para>
+
<!-- ##### ARG GtkMenuItem:submenu ##### -->
<para>
@@ -103,6 +113,11 @@ submenu. For normal applications, the relevant signal is "activate".
</para>
+<!-- ##### ARG GtkMenuItem:width-chars ##### -->
+<para>
+
+</para>
+
<!-- ##### FUNCTION gtk_menu_item_new ##### -->
<para>
Creates a new #GtkMenuItem.
diff --git a/docs/reference/gtk/tmpl/gtkplug.sgml b/docs/reference/gtk/tmpl/gtkplug.sgml
index 5cd03e51bc..3a3a222db3 100644
--- a/docs/reference/gtk/tmpl/gtkplug.sgml
+++ b/docs/reference/gtk/tmpl/gtkplug.sgml
@@ -56,6 +56,11 @@ on all platforms supported by GTK+.
</para>
+<!-- ##### ARG GtkPlug:socket-window ##### -->
+<para>
+
+</para>
+
<!-- ##### FUNCTION gtk_plug_construct ##### -->
<para>
</para>
diff --git a/docs/reference/gtk/tmpl/gtkscalebutton.sgml b/docs/reference/gtk/tmpl/gtkscalebutton.sgml
index 88c2a5311d..7cfb5e35b6 100644
--- a/docs/reference/gtk/tmpl/gtkscalebutton.sgml
+++ b/docs/reference/gtk/tmpl/gtkscalebutton.sgml
@@ -58,6 +58,11 @@ is tailored for this use case.
</para>
+<!-- ##### ARG GtkScaleButton:orientation ##### -->
+<para>
+
+</para>
+
<!-- ##### ARG GtkScaleButton:size ##### -->
<para>
@@ -126,3 +131,12 @@ is tailored for this use case.
@Returns:
+<!-- ##### FUNCTION gtk_scale_button_get_popup ##### -->
+<para>
+
+</para>
+
+@button:
+@Returns:
+
+
diff --git a/docs/reference/gtk/tmpl/gtkscrolledwindow.sgml b/docs/reference/gtk/tmpl/gtkscrolledwindow.sgml
index 3931b9d653..aac0384978 100644
--- a/docs/reference/gtk/tmpl/gtkscrolledwindow.sgml
+++ b/docs/reference/gtk/tmpl/gtkscrolledwindow.sgml
@@ -76,8 +76,6 @@ There are no public fields in the #GtkScrolledWindow struct; it should
only be accessed using the functions below.
</para>
-@hscrollbar:
-@vscrollbar:
<!-- ##### SIGNAL GtkScrolledWindow::move-focus-out ##### -->
<para>
diff --git a/docs/reference/gtk/tmpl/gtksettings.sgml b/docs/reference/gtk/tmpl/gtksettings.sgml
index a947e58106..2a5988d239 100644
--- a/docs/reference/gtk/tmpl/gtksettings.sgml
+++ b/docs/reference/gtk/tmpl/gtksettings.sgml
@@ -108,11 +108,26 @@ Sharing settings between applications
</para>
+<!-- ##### ARG GtkSettings:gtk-enable-event-sounds ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkSettings:gtk-enable-input-feedback-sounds ##### -->
+<para>
+
+</para>
+
<!-- ##### ARG GtkSettings:gtk-enable-mnemonics ##### -->
<para>
</para>
+<!-- ##### ARG GtkSettings:gtk-enable-tooltips ##### -->
+<para>
+
+</para>
+
<!-- ##### ARG GtkSettings:gtk-entry-password-hint-timeout ##### -->
<para>
@@ -248,6 +263,11 @@ Sharing settings between applications
</para>
+<!-- ##### ARG GtkSettings:gtk-sound-theme-name ##### -->
+<para>
+
+</para>
+
<!-- ##### ARG GtkSettings:gtk-split-cursor ##### -->
<para>
diff --git a/docs/reference/gtk/tmpl/gtktoolbar.sgml b/docs/reference/gtk/tmpl/gtktoolbar.sgml
index d0e7df52bc..cbbf12eb0e 100644
--- a/docs/reference/gtk/tmpl/gtktoolbar.sgml
+++ b/docs/reference/gtk/tmpl/gtktoolbar.sgml
@@ -47,13 +47,6 @@ The #GtkToolbar struct only contains private data and should only be
accessed through the function described below.
</para>
-@num_children:
-@children:
-@orientation:
-@style:
-@icon_size:
-@tooltips:
-@_tooltips:
<!-- ##### SIGNAL GtkToolbar::focus-home-or-end ##### -->
<para>
diff --git a/docs/reference/gtk/tmpl/gtkwidget.sgml b/docs/reference/gtk/tmpl/gtkwidget.sgml
index a82dc7f714..cfa6c8092c 100644
--- a/docs/reference/gtk/tmpl/gtkwidget.sgml
+++ b/docs/reference/gtk/tmpl/gtkwidget.sgml
@@ -77,14 +77,6 @@ internal child "accessible" of a <structname>GtkWidget</structname>.
</para>
-@style: The style for the widget. The style contains the colors the widget should be
- drawn in for each state along with graphics contexts used to draw with and the font
- to use for text.
-@requisition: The widget's desired size.
-@allocation: The widget's allocated size.
-@window: The widget's window or its parent window if it does not have a window. (Which
- will be indicated by the #GTK_NO_WINDOW flag being set).
-@parent:
<!-- ##### SIGNAL GtkWidget::accel-closures-changed ##### -->
<para>
@@ -786,6 +778,11 @@ internal child "accessible" of a <structname>GtkWidget</structname>.
</para>
+<!-- ##### ARG GtkWidget:window ##### -->
+<para>
+
+</para>
+
<!-- ##### ARG GtkWidget:cursor-aspect-ratio ##### -->
<para>
@@ -1199,13 +1196,6 @@ widget by its parent. It is a subregion of its parents allocation. See
</para>
-@selection:
-@target:
-@type:
-@format:
-@data:
-@length:
-@display:
<!-- ##### STRUCT GtkWidgetAuxInfo ##### -->
<para>