diff options
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkpaned.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkpaned.sgml | 172 |
1 files changed, 86 insertions, 86 deletions
diff --git a/docs/reference/gtk/tmpl/gtkpaned.sgml b/docs/reference/gtk/tmpl/gtkpaned.sgml index 78ca778cd8..c039e27f08 100644 --- a/docs/reference/gtk/tmpl/gtkpaned.sgml +++ b/docs/reference/gtk/tmpl/gtkpaned.sgml @@ -73,6 +73,92 @@ gtk_widget_set_size_request (frame2, 50, -1); </para> +<!-- ##### SIGNAL GtkPaned::accept-position ##### --> +<para> + +</para> + +@paned: the object which received the signal. +@Returns: + +<!-- ##### SIGNAL GtkPaned::cancel-position ##### --> +<para> + +</para> + +@paned: the object which received the signal. +@Returns: + +<!-- ##### SIGNAL GtkPaned::cycle-child-focus ##### --> +<para> + +</para> + +@paned: the object which received the signal. +@arg1: +@Returns: + +<!-- ##### SIGNAL GtkPaned::cycle-handle-focus ##### --> +<para> + +</para> + +@paned: the object which received the signal. +@arg1: +@Returns: + +<!-- ##### SIGNAL GtkPaned::move-handle ##### --> +<para> + +</para> + +@paned: the object which received the signal. +@arg1: +@Returns: + +<!-- ##### SIGNAL GtkPaned::toggle-handle-focus ##### --> +<para> + +</para> + +@paned: the object which received the signal. +@Returns: + +<!-- ##### ARG GtkPaned:max-position ##### --> +<para> + +</para> + +<!-- ##### ARG GtkPaned:min-position ##### --> +<para> + +</para> + +<!-- ##### ARG GtkPaned:position ##### --> +<para> + +</para> + +<!-- ##### ARG GtkPaned:position-set ##### --> +<para> + +</para> + +<!-- ##### ARG GtkPaned:resize ##### --> +<para> + +</para> + +<!-- ##### ARG GtkPaned:shrink ##### --> +<para> + +</para> + +<!-- ##### ARG GtkPaned:handle-size ##### --> +<para> + +</para> + <!-- ##### FUNCTION gtk_paned_add1 ##### --> <para> Adds a child to the top or left pane with @@ -172,89 +258,3 @@ gutter (the area between the two panes). It does nothing now. @Returns: -<!-- ##### SIGNAL GtkPaned::accept-position ##### --> -<para> - -</para> - -@paned: the object which received the signal. -@Returns: - -<!-- ##### SIGNAL GtkPaned::cancel-position ##### --> -<para> - -</para> - -@paned: the object which received the signal. -@Returns: - -<!-- ##### SIGNAL GtkPaned::cycle-child-focus ##### --> -<para> - -</para> - -@paned: the object which received the signal. -@arg1: -@Returns: - -<!-- ##### SIGNAL GtkPaned::cycle-handle-focus ##### --> -<para> - -</para> - -@paned: the object which received the signal. -@arg1: -@Returns: - -<!-- ##### SIGNAL GtkPaned::move-handle ##### --> -<para> - -</para> - -@paned: the object which received the signal. -@arg1: -@Returns: - -<!-- ##### SIGNAL GtkPaned::toggle-handle-focus ##### --> -<para> - -</para> - -@paned: the object which received the signal. -@Returns: - -<!-- ##### ARG GtkPaned:max-position ##### --> -<para> - -</para> - -<!-- ##### ARG GtkPaned:min-position ##### --> -<para> - -</para> - -<!-- ##### ARG GtkPaned:position ##### --> -<para> - -</para> - -<!-- ##### ARG GtkPaned:position-set ##### --> -<para> - -</para> - -<!-- ##### ARG GtkPaned:resize ##### --> -<para> - -</para> - -<!-- ##### ARG GtkPaned:shrink ##### --> -<para> - -</para> - -<!-- ##### ARG GtkPaned:handle-size ##### --> -<para> - -</para> - |