diff options
author | Soeren Sandmann <sandmann@daimi.au.dk> | 2004-07-20 02:26:06 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2004-07-20 02:26:06 +0000 |
commit | 9d2a946813797d812a6c16fe0618eea9d8cd95f9 (patch) | |
tree | b80ce431a99af0a6794992b1d6eac73b00ce83f6 /docs/reference/gtk/tmpl/gtkhandlebox.sgml | |
parent | 04ec6a9d23ea21f9cb9010c4db45029eafd345c8 (diff) | |
download | gtk+-9d2a946813797d812a6c16fe0618eea9d8cd95f9.tar.gz |
=== Released 2.5.0 ===GTK_2_5_0
Sun Jul 18 17:21:10 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* === Released 2.5.0 ===
* NEWS: updates
* tests/testcombo.c: Fix compilation
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> - |