diff options
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> - |