summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2002-02-08 02:38:44 +0000
committerHavoc Pennington <hp@src.gnome.org>2002-02-08 02:38:44 +0000
commitb0c6f4f27b4ae5c4750ec241568aa280ed161f7e (patch)
treeebe69c659348bf2d9f1c3fbd3388ae7001ce2278 /docs
parent23c6be552cb881a30ee6c52b8ad9ea0897d92618 (diff)
downloadgtk+-b0c6f4f27b4ae5c4750ec241568aa280ed161f7e.tar.gz
add change_value virtual function, to fix build
2002-02-07 Havoc Pennington <hp@pobox.com> * gtk/gtkspinbutton.h (struct _GtkSpinButtonClass): add change_value virtual function, to fix build * gtk/gtkpixmap.c (gtk_pixmap_class_init): parent_class was from GtkWidget not GtkMisc. Not that it ever mattered.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/tmpl/gtksettings.sgml10
-rw-r--r--docs/reference/gtk/tmpl/gtksignal.sgml8
-rw-r--r--docs/reference/gtk/tmpl/gtkwidget.sgml2
3 files changed, 16 insertions, 4 deletions
diff --git a/docs/reference/gtk/tmpl/gtksettings.sgml b/docs/reference/gtk/tmpl/gtksettings.sgml
index f0928cfbb8..6c557f0a26 100644
--- a/docs/reference/gtk/tmpl/gtksettings.sgml
+++ b/docs/reference/gtk/tmpl/gtksettings.sgml
@@ -206,6 +206,16 @@ GtkSettings
</para>
+<!-- ##### ARG GtkSettings:gtk-entry-select-on-focus ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkSettings:gtk-can-change-accels ##### -->
+<para>
+
+</para>
+
<!-- ##### ARG GtkSettings:gtk-toolbar-style ##### -->
<para>
diff --git a/docs/reference/gtk/tmpl/gtksignal.sgml b/docs/reference/gtk/tmpl/gtksignal.sgml
index ec510317dc..06c1edad2a 100644
--- a/docs/reference/gtk/tmpl/gtksignal.sgml
+++ b/docs/reference/gtk/tmpl/gtksignal.sgml
@@ -602,13 +602,13 @@ with an integer masquerading as a pointer (through GINT_TO_POINTER()).)
</para>
@object: the object that emits the signal.
-@signal:
+@name: name of the signal.
@func: function pointer to attach to the signal.
@func_data: pointer to pass to func.
@alive_object: object whose death should cause the handler connection
to be destroyed.
<!-- # Unused Parameters # -->
-@name: name of the signal.
+@signal:
<!-- ##### FUNCTION gtk_signal_connect_object_while_alive ##### -->
@@ -628,12 +628,12 @@ clean up the handler.
</para>
@object: the object associated with the signal.
-@signal:
+@name: name of the signal.
@func: function pointer to attach to the signal.
@alive_object: the user data, which must be an object, whose destruction
should signal the removal of this signal.
<!-- # Unused Parameters # -->
-@name: name of the signal.
+@signal:
<!-- ##### MACRO gtk_signal_disconnect ##### -->
diff --git a/docs/reference/gtk/tmpl/gtkwidget.sgml b/docs/reference/gtk/tmpl/gtkwidget.sgml
index 1a4d8b09b9..69ced7b704 100644
--- a/docs/reference/gtk/tmpl/gtkwidget.sgml
+++ b/docs/reference/gtk/tmpl/gtkwidget.sgml
@@ -1845,6 +1845,7 @@ a widget changes from un-anchored to anchored or vice-versa.
</para>
@widget: the object which received the signal.
+@Returns:
<!-- ##### SIGNAL GtkWidget::property-notify-event ##### -->
<para>
@@ -1949,6 +1950,7 @@ a widget changes from un-anchored to anchored or vice-versa.
@widget: the object which received the signal.
@arg1:
+@Returns:
<!-- ##### SIGNAL GtkWidget::size-allocate ##### -->
<para>