diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-12-12 00:26:22 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-12-12 00:26:22 +0000 |
commit | ac06ccff2f2f9be33e7aa0d7774764cb8f944f96 (patch) | |
tree | 9112d8be5c342757d0688f5d0ef624d5b3993083 /docs/reference/gtk | |
parent | b12144a46ffff3f3375682420a068ec1f22c765a (diff) | |
download | gtk+-ac06ccff2f2f9be33e7aa0d7774764cb8f944f96.tar.gz |
=== Released GTK+-2.1.4 ===GTK_2_1_4
Wed Dec 11 18:30:05 2002 Owen Taylor <otaylor@redhat.com>
* === Released GTK+-2.1.4 ===
* NEWS: Updated.
* modules/input/Makefile.am (INCLUDES): Remove GTK_LOCALEDIR
from here as well. (Manish Singh)
Diffstat (limited to 'docs/reference/gtk')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkbbox.sgml | 2 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkcontainer.sgml | 1 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtksignal.sgml | 7 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkwidget.sgml | 1 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkwindow.sgml | 1 |
5 files changed, 10 insertions, 2 deletions
diff --git a/docs/reference/gtk/tmpl/gtkbbox.sgml b/docs/reference/gtk/tmpl/gtkbbox.sgml index dac934198e..3a67f31b57 100644 --- a/docs/reference/gtk/tmpl/gtkbbox.sgml +++ b/docs/reference/gtk/tmpl/gtkbbox.sgml @@ -136,6 +136,7 @@ Sets a new default size for the children of a given button box. @Deprecated: Use the style properties <literal>"child-min-width/-height"</literal> instead. + <!-- ##### FUNCTION gtk_button_box_set_child_ipadding ##### --> <para> Changes the amount of internal padding used by all buttons in a given button @@ -148,6 +149,7 @@ box. @Deprecated: Use the style properties <literal>"child-internal-pad-x/-y"</literal> instead. + <!-- ##### FUNCTION gtk_button_box_set_child_secondary ##### --> <para> diff --git a/docs/reference/gtk/tmpl/gtkcontainer.sgml b/docs/reference/gtk/tmpl/gtkcontainer.sgml index 238cf4c5f1..2f078572af 100644 --- a/docs/reference/gtk/tmpl/gtkcontainer.sgml +++ b/docs/reference/gtk/tmpl/gtkcontainer.sgml @@ -132,6 +132,7 @@ Does the same as gtk_container_get_children(). @Returns: @Deprecated: Use gtk_container_get_children() instead. + <!-- ##### FUNCTION gtk_container_get_children ##### --> <para> diff --git a/docs/reference/gtk/tmpl/gtksignal.sgml b/docs/reference/gtk/tmpl/gtksignal.sgml index e9a94aadd0..269541d4bd 100644 --- a/docs/reference/gtk/tmpl/gtksignal.sgml +++ b/docs/reference/gtk/tmpl/gtksignal.sgml @@ -270,6 +270,7 @@ without a return value. @Returns: the signal id. @Deprecated: Use g_signal_new() instead. + <!-- ##### FUNCTION gtk_signal_newv ##### --> <para> Creates a new signal type. (This is usually done in a @@ -323,6 +324,7 @@ Two different signals may have the same name, if they have differing types. @Returns: the signal name, or %NULL if the signal number was invalid. @Deprecated: Use g_signal_name() instead. + <!-- ##### FUNCTION gtk_signal_emit ##### --> <para> Emits a signal. This causes the default handler and user-defined @@ -513,6 +515,7 @@ really pass any gpointer as the #slot_object .) @Returns: the connection id. @Deprecated: Use g_signal_connect_swapped() instead. + <!-- ##### MACRO gtk_signal_connect_object_after ##### --> <para> Attaches a signal hook to a signal, passing in an alternate @@ -554,6 +557,7 @@ and #GTK_RUN_LAST). @Returns: the connection id. @Deprecated: Use g_signal_connect_data() instead. + <!-- ##### FUNCTION gtk_signal_connect_while_alive ##### --> <para> Attaches a function pointer and another #GtkObject to a signal. @@ -580,6 +584,7 @@ with an integer masquerading as a pointer (through GINT_TO_POINTER()).) to be destroyed. @Deprecated: Use g_signal_connect_object() instead. + <!-- ##### FUNCTION gtk_signal_connect_object_while_alive ##### --> <para> These signal connectors are for signals which refer to objects, @@ -614,6 +619,7 @@ Destroys a user-defined handler connection. @handler_id: the connection id. @Deprecated: Use g_signal_handler_disconnect() instead. + <!-- ##### MACRO gtk_signal_disconnect_by_func ##### --> <para> Destroys all connections for a particular object, with @@ -751,4 +757,3 @@ A marshaller that returns void and takes no extra parameters. - diff --git a/docs/reference/gtk/tmpl/gtkwidget.sgml b/docs/reference/gtk/tmpl/gtkwidget.sgml index d730693c4a..f681f8c07b 100644 --- a/docs/reference/gtk/tmpl/gtkwidget.sgml +++ b/docs/reference/gtk/tmpl/gtkwidget.sgml @@ -36,7 +36,6 @@ handles the emission. Implementation of this signal is optional. </para> -@parent_class: @activate_signal: @set_scroll_adjustments_signal: diff --git a/docs/reference/gtk/tmpl/gtkwindow.sgml b/docs/reference/gtk/tmpl/gtkwindow.sgml index 9799c0c8ed..3666509f3a 100644 --- a/docs/reference/gtk/tmpl/gtkwindow.sgml +++ b/docs/reference/gtk/tmpl/gtkwindow.sgml @@ -127,6 +127,7 @@ the child gets a larger allocation than it requests. if it's larger @Deprecated: Use gtk_window_set_resizable() instead. + <!-- ##### FUNCTION gtk_window_set_resizable ##### --> <para> |