diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-10-24 22:16:07 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-10-24 22:16:07 +0000 |
commit | 3a7a64aa46ea1c312c06e17a177c81fddfa93683 (patch) | |
tree | 12608b485ea365f093a99c5c7e0654049a4bcb2c /docs/reference/gtk/tmpl/gtkhandlebox.sgml | |
parent | 1e5c8e64f5f44adc288e16bc2aafbb06372e600f (diff) | |
download | gtk+-3a7a64aa46ea1c312c06e17a177c81fddfa93683.tar.gz |
=== Released 2.3.0 ===GTK_2_3_0
Fri Oct 24 16:54:04 2003 Owen Taylor <otaylor@redhat.com>
* === Released 2.3.0 ===
* configure.in: Remove a stray comma.
* README.in: Fix a few notes about Xft 1 and pango-1.0.
* NEWS: Finish updates for 2.3.0.
* po/Makefile.in.in: Update to latest GLib version.
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkhandlebox.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkhandlebox.sgml | 94 |
1 files changed, 47 insertions, 47 deletions
diff --git a/docs/reference/gtk/tmpl/gtkhandlebox.sgml b/docs/reference/gtk/tmpl/gtkhandlebox.sgml index a00c8127ac..55a595c171 100644 --- a/docs/reference/gtk/tmpl/gtkhandlebox.sgml +++ b/docs/reference/gtk/tmpl/gtkhandlebox.sgml @@ -77,6 +77,53 @@ child is attached or detached.</entry> </para> +<!-- ##### SIGNAL GtkHandleBox::child-attached ##### --> +<para> +This signal is emitted when the contents of the +handlebox are reattached to the main window. +</para> + +@handlebox: the object which received the signal. +@widget: the child widget of the handlebox. + (this argument provides no extra information + and is here only for backwards-compatibility) + +<!-- ##### SIGNAL GtkHandleBox::child-detached ##### --> +<para> +This signal is emitted when the contents of the +handlebox are detached from the main window. +</para> + +@handlebox: the object which received the signal. +@widget: the child widget of the handlebox. + (this argument provides no extra information + and is here only for backwards-compatibility) + +<!-- ##### ARG GtkHandleBox:handle-position ##### --> +<para> + +</para> + +<!-- ##### ARG GtkHandleBox:shadow ##### --> +<para> + +</para> + +<!-- ##### ARG GtkHandleBox:shadow-type ##### --> +<para> + +</para> + +<!-- ##### ARG GtkHandleBox:snap-edge ##### --> +<para> + +</para> + +<!-- ##### ARG GtkHandleBox:snap-edge-set ##### --> +<para> + +</para> + <!-- ##### FUNCTION gtk_handle_box_new ##### --> <para> Create a new handle box. @@ -155,50 +202,3 @@ in the future. @Returns: -<!-- ##### SIGNAL GtkHandleBox::child-attached ##### --> -<para> -This signal is emitted when the contents of the -handlebox are reattached to the main window. -</para> - -@handlebox: the object which received the signal. -@widget: the child widget of the handlebox. - (this argument provides no extra information - and is here only for backwards-compatibility) - -<!-- ##### SIGNAL GtkHandleBox::child-detached ##### --> -<para> -This signal is emitted when the contents of the -handlebox are detached from the main window. -</para> - -@handlebox: the object which received the signal. -@widget: the child widget of the handlebox. - (this argument provides no extra information - and is here only for backwards-compatibility) - -<!-- ##### ARG GtkHandleBox:handle-position ##### --> -<para> - -</para> - -<!-- ##### ARG GtkHandleBox:shadow ##### --> -<para> - -</para> - -<!-- ##### ARG GtkHandleBox:shadow-type ##### --> -<para> - -</para> - -<!-- ##### ARG GtkHandleBox:snap-edge ##### --> -<para> - -</para> - -<!-- ##### ARG GtkHandleBox:snap-edge-set ##### --> -<para> - -</para> - |