diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-11-02 18:18:50 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-11-02 18:18:50 +0000 |
commit | 488759334492077901e3fd399d736d8fa970fbc7 (patch) | |
tree | 251137319f7026656fc6f77d39f058b0cd93f726 | |
parent | aff0f173bf1938b05d6dad5792fe6c3826dfec34 (diff) | |
download | gdk-pixbuf-488759334492077901e3fd399d736d8fa970fbc7.tar.gz |
Remove rules for generation of version.xml, which was causing make to
Sat Nov 2 12:46:16 2002 Owen Taylor <otaylor@redhat.com>
* gdk-pixbuf/Makefile.am: Remove rules for generation
of version.xml, which was causing make to always
rebuild the HTML file, and didn't seem to be used.
* gtk/tmpl/gtkliststore.sgml: SGML fixes.
56 files changed, 481 insertions, 458 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index a14f6acd2..b9fc185ab 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,11 @@ +Sat Nov 2 12:46:16 2002 Owen Taylor <otaylor@redhat.com> + + * gdk-pixbuf/Makefile.am: Remove rules for generation + of version.xml, which was causing make to always + rebuild the HTML file, and didn't seem to be used. + + * gtk/tmpl/gtkliststore.sgml: SGML fixes. + Sat Nov 2 08:41:47 2002 Jonathan Blandford <jrb@gnome.org> * gtk/tmpl/gtktreestore.sgml: clean up the wording. diff --git a/docs/reference/gdk-pixbuf/Makefile.am b/docs/reference/gdk-pixbuf/Makefile.am index 0414ecbd3..87db5013c 100644 --- a/docs/reference/gdk-pixbuf/Makefile.am +++ b/docs/reference/gdk-pixbuf/Makefile.am @@ -41,18 +41,11 @@ HTML_IMAGES = # Extra SGML files that are included by DOC_MAIN_SGML_FILE content_files = \ - version.xml \ gdk-pixbuf-from-drawables.sgml \ gdk-pixbuf-rendering.sgml \ gdk-pixbuf.sgml \ porting-from-imlib.sgml -version.xml: FORCE - @date +'<!ENTITY builddate "%Y-%m-%d">' > version.xml - @echo "<!ENTITY srcversion \"@GTK_VERSION@\">" >> version.xml - -FORCE: - # Other files to distribute extra_files = diff --git a/docs/reference/gdk/tmpl/colors.sgml b/docs/reference/gdk/tmpl/colors.sgml index bbaad5456..8743a8783 100644 --- a/docs/reference/gdk/tmpl/colors.sgml +++ b/docs/reference/gdk/tmpl/colors.sgml @@ -125,8 +125,8 @@ The colormap structure contains the following public fields. @colormap: @colors: @ncolors: -@writeable: -@best_match: +@writeable: +@best_match: @success: @Returns: @@ -135,20 +135,20 @@ The colormap structure contains the following public fields. <para> </para> -@colormap: -@color: -@writeable: -@best_match: -@Returns: +@colormap: +@color: +@writeable: +@best_match: +@Returns: <!-- ##### FUNCTION gdk_colormap_free_colors ##### --> <para> </para> -@colormap: -@colors: -@ncolors: +@colormap: +@colors: +@ncolors: <!-- ##### FUNCTION gdk_colormap_query_color ##### --> @@ -184,7 +184,7 @@ The colormap structure contains the following public fields. @colormap: @colors: -@ncolors: +@ncolors: <!-- ##### FUNCTION gdk_color_copy ##### --> @@ -211,7 +211,7 @@ The colormap structure contains the following public fields. @planes: @nplanes: @pixels: -@npixels: +@npixels: @Returns: @@ -221,7 +221,7 @@ The colormap structure contains the following public fields. @colormap: @pixels: -@npixels: +@npixels: @planes: @@ -229,7 +229,7 @@ The colormap structure contains the following public fields. <para> </para> -@colormap: +@colormap: @color: @Returns: @@ -276,19 +276,14 @@ The colormap structure contains the following public fields. @colora: @colorb: -@Returns: +@Returns: <!-- ##### FUNCTION gdk_color_hash ##### --> <para> </para> -@colora: +@colora: @Returns: - - - - - diff --git a/docs/reference/gdk/tmpl/cursors.sgml b/docs/reference/gdk/tmpl/cursors.sgml index 98e6e8ffa..70f616198 100644 --- a/docs/reference/gdk/tmpl/cursors.sgml +++ b/docs/reference/gdk/tmpl/cursors.sgml @@ -127,7 +127,7 @@ The standard cursors available. @bg: @x: @y: -@Returns: +@Returns: <!-- ##### FUNCTION gdk_cursor_new_for_display ##### --> diff --git a/docs/reference/gdk/tmpl/dnd.sgml b/docs/reference/gdk/tmpl/dnd.sgml index f652b7748..12b3f0c7a 100644 --- a/docs/reference/gdk/tmpl/dnd.sgml +++ b/docs/reference/gdk/tmpl/dnd.sgml @@ -29,6 +29,7 @@ the GTK+ documentation for more information. @context: @Returns: + <!-- ##### FUNCTION gdk_drag_abort ##### --> <para> </para> @@ -115,7 +116,7 @@ the GTK+ documentation for more information. @suggested_action: @possible_actions: @time: -@Returns: +@Returns: <!-- ##### FUNCTION gdk_drop_finish ##### --> diff --git a/docs/reference/gdk/tmpl/drawing.sgml b/docs/reference/gdk/tmpl/drawing.sgml index 35ea028c4..64a6680da 100644 --- a/docs/reference/gdk/tmpl/drawing.sgml +++ b/docs/reference/gdk/tmpl/drawing.sgml @@ -177,7 +177,7 @@ or a #GdkWindow. <para> </para> -@drawable: +@drawable: @gc: @x1: @y1: @@ -353,7 +353,7 @@ function. @gc: @x: @y: -@string: +@string: <!-- ##### FUNCTION gdk_draw_text ##### --> @@ -365,7 +365,7 @@ function. @gc: @x: @y: -@text: +@text: @text_length: @@ -387,6 +387,8 @@ function. Draws a pixmap, or a part of a pixmap, onto another drawable. </para> + + <!-- ##### FUNCTION gdk_draw_drawable ##### --> <para> diff --git a/docs/reference/gdk/tmpl/fonts.sgml b/docs/reference/gdk/tmpl/fonts.sgml index 63fac5c85..03a21e8bd 100644 --- a/docs/reference/gdk/tmpl/fonts.sgml +++ b/docs/reference/gdk/tmpl/fonts.sgml @@ -426,7 +426,7 @@ are currently: <para> </para> -@font: +@font: @string: @Returns: @@ -521,7 +521,7 @@ are currently: </para> @font: -@character: +@character: @Returns: diff --git a/docs/reference/gtk/tmpl/gtk-unused.sgml b/docs/reference/gtk/tmpl/gtk-unused.sgml index 35265757e..4ca53acd7 100644 --- a/docs/reference/gtk/tmpl/gtk-unused.sgml +++ b/docs/reference/gtk/tmpl/gtk-unused.sgml @@ -1065,6 +1065,24 @@ after other user handlers and the default handler. </para> +<!-- ##### ARG GtkSettings:gtk-menu-bar-popout-delay ##### --> +<para> + +</para> + + +<!-- ##### ARG GtkSettings:gtk-menu-popout-delay ##### --> +<para> + +</para> + + +<!-- ##### ARG GtkSettings:gtk-menu-submenu-hysteresis ##### --> +<para> + +</para> + + <!-- ##### STRUCT GtkSettingsClass ##### --> <para> @@ -1122,30 +1140,6 @@ and its unique identifying integer. @nparams: @params: -<!-- ##### SIGNAL GtkStatusbar::text-popped ##### --> -<para> -Is emitted whenever a new message is popped off a statusbar's stack. -</para> - -@statusbar: the object which received the signal. -@context_id: the context id of the relevant message/statusbar. -@text: the message that was just popped. - -<!-- ##### SIGNAL GtkStatusbar::text-pushed ##### --> -<para> -Is emitted whenever a new message gets pushed onto a statusbar's stack. -</para> - -@statusbar: the object which received the signal. -@context_id: the context id of the relevant message/statusbar. -@text: the message that was pushed. - -<!-- ##### ARG GtkStatusbar:shadow-type ##### --> -<para> - -</para> - - <!-- ##### STRUCT GtkStatusbarMsg ##### --> <para> Holds the data for a statusbar message. <structfield>text</structfield> holds the actual text string. <structfield>context_id</structfield> is the context that this message is associated with, and <structfield>message_id</structfield> is this particular message's identifier. However, these fields should not be modified directly. diff --git a/docs/reference/gtk/tmpl/gtkalignment.sgml b/docs/reference/gtk/tmpl/gtkalignment.sgml index 24a6dbd75..8e8e196ad 100644 --- a/docs/reference/gtk/tmpl/gtkalignment.sgml +++ b/docs/reference/gtk/tmpl/gtkalignment.sgml @@ -77,12 +77,12 @@ unused space, from 0 to 1. The values are similar to @xscale. </para> -<!-- ##### ARG GtkAlignment:yalign ##### --> +<!-- ##### ARG GtkAlignment:xscale ##### --> <para> </para> -<!-- ##### ARG GtkAlignment:xscale ##### --> +<!-- ##### ARG GtkAlignment:yalign ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtkaspectframe.sgml b/docs/reference/gtk/tmpl/gtkaspectframe.sgml index 4f01f1aed..a68fe393f 100644 --- a/docs/reference/gtk/tmpl/gtkaspectframe.sgml +++ b/docs/reference/gtk/tmpl/gtkaspectframe.sgml @@ -63,22 +63,22 @@ to 1.0 (right aligned) ratio is taken from the requistion of the child. -<!-- ##### ARG GtkAspectFrame:xalign ##### --> +<!-- ##### ARG GtkAspectFrame:obey-child ##### --> <para> </para> -<!-- ##### ARG GtkAspectFrame:yalign ##### --> +<!-- ##### ARG GtkAspectFrame:ratio ##### --> <para> </para> -<!-- ##### ARG GtkAspectFrame:ratio ##### --> +<!-- ##### ARG GtkAspectFrame:xalign ##### --> <para> </para> -<!-- ##### ARG GtkAspectFrame:obey-child ##### --> +<!-- ##### ARG GtkAspectFrame:yalign ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtkbbox.sgml b/docs/reference/gtk/tmpl/gtkbbox.sgml index d48f2ae89..f3c44669f 100644 --- a/docs/reference/gtk/tmpl/gtkbbox.sgml +++ b/docs/reference/gtk/tmpl/gtkbbox.sgml @@ -162,7 +162,7 @@ box. </para> -<!-- ##### ARG GtkButtonBox:child-min-height ##### --> +<!-- ##### ARG GtkButtonBox:child-internal-pad-x ##### --> <para> </para> @@ -172,7 +172,7 @@ box. </para> -<!-- ##### ARG GtkButtonBox:child-internal-pad-x ##### --> +<!-- ##### ARG GtkButtonBox:child-min-height ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtkbox.sgml b/docs/reference/gtk/tmpl/gtkbox.sgml index 3ad6e766b..d4faa8dbe 100644 --- a/docs/reference/gtk/tmpl/gtkbox.sgml +++ b/docs/reference/gtk/tmpl/gtkbox.sgml @@ -373,12 +373,12 @@ field in #GtkBoxChild-struct. in #GtkBoxChild-struct. -<!-- ##### ARG GtkBox:spacing ##### --> +<!-- ##### ARG GtkBox:homogeneous ##### --> <para> </para> -<!-- ##### ARG GtkBox:homogeneous ##### --> +<!-- ##### ARG GtkBox:spacing ##### --> <para> </para> @@ -393,12 +393,12 @@ in #GtkBoxChild-struct. </para> -<!-- ##### ARG GtkBox:padding ##### --> +<!-- ##### ARG GtkBox:pack-type ##### --> <para> </para> -<!-- ##### ARG GtkBox:pack-type ##### --> +<!-- ##### ARG GtkBox:padding ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtkbutton.sgml b/docs/reference/gtk/tmpl/gtkbutton.sgml index 350863268..844ffd6a5 100644 --- a/docs/reference/gtk/tmpl/gtkbutton.sgml +++ b/docs/reference/gtk/tmpl/gtkbutton.sgml @@ -239,32 +239,32 @@ mouse cursor is. </para> -<!-- ##### ARG GtkButton:use-underline ##### --> +<!-- ##### ARG GtkButton:use-stock ##### --> <para> </para> -<!-- ##### ARG GtkButton:use-stock ##### --> +<!-- ##### ARG GtkButton:use-underline ##### --> <para> </para> -<!-- ##### ARG GtkButton:default-border ##### --> +<!-- ##### ARG GtkButton:child-displacement-x ##### --> <para> </para> -<!-- ##### ARG GtkButton:default-outside-border ##### --> +<!-- ##### ARG GtkButton:child-displacement-y ##### --> <para> </para> -<!-- ##### ARG GtkButton:child-displacement-y ##### --> +<!-- ##### ARG GtkButton:default-border ##### --> <para> </para> -<!-- ##### ARG GtkButton:child-displacement-x ##### --> +<!-- ##### ARG GtkButton:default-outside-border ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtkcellrenderer.sgml b/docs/reference/gtk/tmpl/gtkcellrenderer.sgml index 39fffa1d4..ca6aa259b 100644 --- a/docs/reference/gtk/tmpl/gtkcellrenderer.sgml +++ b/docs/reference/gtk/tmpl/gtkcellrenderer.sgml @@ -117,67 +117,67 @@ GtkCellRenderer @height: -<!-- ##### ARG GtkCellRenderer:mode ##### --> +<!-- ##### ARG GtkCellRenderer:cell-background ##### --> <para> </para> -<!-- ##### ARG GtkCellRenderer:visible ##### --> +<!-- ##### ARG GtkCellRenderer:cell-background-gdk ##### --> <para> </para> -<!-- ##### ARG GtkCellRenderer:xalign ##### --> +<!-- ##### ARG GtkCellRenderer:cell-background-set ##### --> <para> </para> -<!-- ##### ARG GtkCellRenderer:yalign ##### --> +<!-- ##### ARG GtkCellRenderer:height ##### --> <para> </para> -<!-- ##### ARG GtkCellRenderer:xpad ##### --> +<!-- ##### ARG GtkCellRenderer:is-expanded ##### --> <para> </para> -<!-- ##### ARG GtkCellRenderer:ypad ##### --> +<!-- ##### ARG GtkCellRenderer:is-expander ##### --> <para> </para> -<!-- ##### ARG GtkCellRenderer:width ##### --> +<!-- ##### ARG GtkCellRenderer:mode ##### --> <para> </para> -<!-- ##### ARG GtkCellRenderer:height ##### --> +<!-- ##### ARG GtkCellRenderer:visible ##### --> <para> </para> -<!-- ##### ARG GtkCellRenderer:is-expander ##### --> +<!-- ##### ARG GtkCellRenderer:width ##### --> <para> </para> -<!-- ##### ARG GtkCellRenderer:is-expanded ##### --> +<!-- ##### ARG GtkCellRenderer:xalign ##### --> <para> </para> -<!-- ##### ARG GtkCellRenderer:cell-background ##### --> +<!-- ##### ARG GtkCellRenderer:xpad ##### --> <para> </para> -<!-- ##### ARG GtkCellRenderer:cell-background-gdk ##### --> +<!-- ##### ARG GtkCellRenderer:yalign ##### --> <para> </para> -<!-- ##### ARG GtkCellRenderer:cell-background-set ##### --> +<!-- ##### ARG GtkCellRenderer:ypad ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtkcellrendererpixbuf.sgml b/docs/reference/gtk/tmpl/gtkcellrendererpixbuf.sgml index 8d2e1c550..9edecfad3 100644 --- a/docs/reference/gtk/tmpl/gtkcellrendererpixbuf.sgml +++ b/docs/reference/gtk/tmpl/gtkcellrendererpixbuf.sgml @@ -33,27 +33,27 @@ GtkCellRendererPixbuf </para> -<!-- ##### ARG GtkCellRendererPixbuf:pixbuf-expander-open ##### --> +<!-- ##### ARG GtkCellRendererPixbuf:pixbuf-expander-closed ##### --> <para> </para> -<!-- ##### ARG GtkCellRendererPixbuf:pixbuf-expander-closed ##### --> +<!-- ##### ARG GtkCellRendererPixbuf:pixbuf-expander-open ##### --> <para> </para> -<!-- ##### ARG GtkCellRendererPixbuf:stock-id ##### --> +<!-- ##### ARG GtkCellRendererPixbuf:stock-detail ##### --> <para> </para> -<!-- ##### ARG GtkCellRendererPixbuf:stock-size ##### --> +<!-- ##### ARG GtkCellRendererPixbuf:stock-id ##### --> <para> </para> -<!-- ##### ARG GtkCellRendererPixbuf:stock-detail ##### --> +<!-- ##### ARG GtkCellRendererPixbuf:stock-size ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtkcellrenderertext.sgml b/docs/reference/gtk/tmpl/gtkcellrenderertext.sgml index 8a96388ec..c0b05209c 100644 --- a/docs/reference/gtk/tmpl/gtkcellrenderertext.sgml +++ b/docs/reference/gtk/tmpl/gtkcellrenderertext.sgml @@ -46,82 +46,82 @@ GtkCellRendererText @arg1: @arg2: -<!-- ##### ARG GtkCellRendererText:text ##### --> +<!-- ##### ARG GtkCellRendererText:attributes ##### --> <para> </para> -<!-- ##### ARG GtkCellRendererText:markup ##### --> +<!-- ##### ARG GtkCellRendererText:background ##### --> <para> </para> -<!-- ##### ARG GtkCellRendererText:attributes ##### --> +<!-- ##### ARG GtkCellRendererText:background-gdk ##### --> <para> </para> -<!-- ##### ARG GtkCellRendererText:background ##### --> +<!-- ##### ARG GtkCellRendererText:background-set ##### --> <para> </para> -<!-- ##### ARG GtkCellRendererText:foreground ##### --> +<!-- ##### ARG GtkCellRendererText:editable ##### --> <para> </para> -<!-- ##### ARG GtkCellRendererText:background-gdk ##### --> +<!-- ##### ARG GtkCellRendererText:editable-set ##### --> <para> </para> -<!-- ##### ARG GtkCellRendererText:foreground-gdk ##### --> +<!-- ##### ARG GtkCellRendererText:family ##### --> <para> </para> -<!-- ##### ARG GtkCellRendererText:font ##### --> +<!-- ##### ARG GtkCellRendererText:family-set ##### --> <para> </para> -<!-- ##### ARG GtkCellRendererText:font-desc ##### --> +<!-- ##### ARG GtkCellRendererText:font ##### --> <para> </para> -<!-- ##### ARG GtkCellRendererText:family ##### --> +<!-- ##### ARG GtkCellRendererText:font-desc ##### --> <para> </para> -<!-- ##### ARG GtkCellRendererText:style ##### --> +<!-- ##### ARG GtkCellRendererText:foreground ##### --> <para> </para> -<!-- ##### ARG GtkCellRendererText:variant ##### --> +<!-- ##### ARG GtkCellRendererText:foreground-gdk ##### --> <para> </para> -<!-- ##### ARG GtkCellRendererText:weight ##### --> +<!-- ##### ARG GtkCellRendererText:foreground-set ##### --> <para> </para> -<!-- ##### ARG GtkCellRendererText:stretch ##### --> +<!-- ##### ARG GtkCellRendererText:markup ##### --> <para> </para> -<!-- ##### ARG GtkCellRendererText:size ##### --> +<!-- ##### ARG GtkCellRendererText:rise ##### --> <para> </para> -<!-- ##### ARG GtkCellRendererText:size-points ##### --> +<!-- ##### ARG GtkCellRendererText:rise-set ##### --> <para> </para> @@ -131,87 +131,87 @@ GtkCellRendererText </para> -<!-- ##### ARG GtkCellRendererText:editable ##### --> +<!-- ##### ARG GtkCellRendererText:scale-set ##### --> <para> </para> -<!-- ##### ARG GtkCellRendererText:strikethrough ##### --> +<!-- ##### ARG GtkCellRendererText:size ##### --> <para> </para> -<!-- ##### ARG GtkCellRendererText:underline ##### --> +<!-- ##### ARG GtkCellRendererText:size-points ##### --> <para> </para> -<!-- ##### ARG GtkCellRendererText:rise ##### --> +<!-- ##### ARG GtkCellRendererText:size-set ##### --> <para> </para> -<!-- ##### ARG GtkCellRendererText:background-set ##### --> +<!-- ##### ARG GtkCellRendererText:stretch ##### --> <para> </para> -<!-- ##### ARG GtkCellRendererText:foreground-set ##### --> +<!-- ##### ARG GtkCellRendererText:stretch-set ##### --> <para> </para> -<!-- ##### ARG GtkCellRendererText:family-set ##### --> +<!-- ##### ARG GtkCellRendererText:strikethrough ##### --> <para> </para> -<!-- ##### ARG GtkCellRendererText:style-set ##### --> +<!-- ##### ARG GtkCellRendererText:strikethrough-set ##### --> <para> </para> -<!-- ##### ARG GtkCellRendererText:variant-set ##### --> +<!-- ##### ARG GtkCellRendererText:style ##### --> <para> </para> -<!-- ##### ARG GtkCellRendererText:weight-set ##### --> +<!-- ##### ARG GtkCellRendererText:style-set ##### --> <para> </para> -<!-- ##### ARG GtkCellRendererText:stretch-set ##### --> +<!-- ##### ARG GtkCellRendererText:text ##### --> <para> </para> -<!-- ##### ARG GtkCellRendererText:size-set ##### --> +<!-- ##### ARG GtkCellRendererText:underline ##### --> <para> </para> -<!-- ##### ARG GtkCellRendererText:scale-set ##### --> +<!-- ##### ARG GtkCellRendererText:underline-set ##### --> <para> </para> -<!-- ##### ARG GtkCellRendererText:editable-set ##### --> +<!-- ##### ARG GtkCellRendererText:variant ##### --> <para> </para> -<!-- ##### ARG GtkCellRendererText:strikethrough-set ##### --> +<!-- ##### ARG GtkCellRendererText:variant-set ##### --> <para> </para> -<!-- ##### ARG GtkCellRendererText:underline-set ##### --> +<!-- ##### ARG GtkCellRendererText:weight ##### --> <para> </para> -<!-- ##### ARG GtkCellRendererText:rise-set ##### --> +<!-- ##### ARG GtkCellRendererText:weight-set ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtkclist.sgml b/docs/reference/gtk/tmpl/gtkclist.sgml index 8d80576b8..8b03ce965 100644 --- a/docs/reference/gtk/tmpl/gtkclist.sgml +++ b/docs/reference/gtk/tmpl/gtkclist.sgml @@ -1264,9 +1264,15 @@ previously selected row in a "single" or "browse" mode CList. An integer value for a column. </para> -<!-- ##### ARG GtkCList:shadow-type ##### --> +<!-- ##### ARG GtkCList:reorderable ##### --> <para> -Sets the shadowing for the CList. +A boolean value for determining if the user can re-order the CList's +columns. +</para> + +<!-- ##### ARG GtkCList:row-height ##### --> +<para> +An integer value representing the height of a row in pixels. </para> <!-- ##### ARG GtkCList:selection-mode ##### --> @@ -1274,21 +1280,20 @@ Sets the shadowing for the CList. Sets the type of selection mode for the CList. </para> -<!-- ##### ARG GtkCList:row-height ##### --> +<!-- ##### ARG GtkCList:shadow-type ##### --> <para> -An integer value representing the height of a row in pixels. +Sets the shadowing for the CList. </para> -<!-- ##### ARG GtkCList:titles-active ##### --> +<!-- ##### ARG GtkCList:sort-type ##### --> <para> -A boolean value for setting whether the column titles can be -clicked. + </para> -<!-- ##### ARG GtkCList:reorderable ##### --> +<!-- ##### ARG GtkCList:titles-active ##### --> <para> -A boolean value for determining if the user can re-order the CList's -columns. +A boolean value for setting whether the column titles can be +clicked. </para> <!-- ##### ARG GtkCList:use-drag-icons ##### --> @@ -1297,8 +1302,3 @@ A boolean value for setting whether to use icons during drag operations. </para> -<!-- ##### ARG GtkCList:sort-type ##### --> -<para> - -</para> - diff --git a/docs/reference/gtk/tmpl/gtkcolorsel.sgml b/docs/reference/gtk/tmpl/gtkcolorsel.sgml index 3981b2626..80eec4bb1 100644 --- a/docs/reference/gtk/tmpl/gtkcolorsel.sgml +++ b/docs/reference/gtk/tmpl/gtkcolorsel.sgml @@ -265,22 +265,22 @@ according to its update policy. @colorselection: the object which received the signal. -<!-- ##### ARG GtkColorSelection:has-palette ##### --> +<!-- ##### ARG GtkColorSelection:current-alpha ##### --> <para> </para> -<!-- ##### ARG GtkColorSelection:has-opacity-control ##### --> +<!-- ##### ARG GtkColorSelection:current-color ##### --> <para> </para> -<!-- ##### ARG GtkColorSelection:current-color ##### --> +<!-- ##### ARG GtkColorSelection:has-opacity-control ##### --> <para> </para> -<!-- ##### ARG GtkColorSelection:current-alpha ##### --> +<!-- ##### ARG GtkColorSelection:has-palette ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtkcombo.sgml b/docs/reference/gtk/tmpl/gtkcombo.sgml index e503adbca..3662d43f2 100644 --- a/docs/reference/gtk/tmpl/gtkcombo.sgml +++ b/docs/reference/gtk/tmpl/gtkcombo.sgml @@ -204,22 +204,22 @@ instead. @combo: a #GtkCombo. -<!-- ##### ARG GtkCombo:enable-arrow-keys ##### --> +<!-- ##### ARG GtkCombo:allow-empty ##### --> <para> </para> -<!-- ##### ARG GtkCombo:enable-arrows-always ##### --> +<!-- ##### ARG GtkCombo:case-sensitive ##### --> <para> </para> -<!-- ##### ARG GtkCombo:case-sensitive ##### --> +<!-- ##### ARG GtkCombo:enable-arrow-keys ##### --> <para> </para> -<!-- ##### ARG GtkCombo:allow-empty ##### --> +<!-- ##### ARG GtkCombo:enable-arrows-always ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtkcontainer.sgml b/docs/reference/gtk/tmpl/gtkcontainer.sgml index ec7ee41ed..76c478992 100644 --- a/docs/reference/gtk/tmpl/gtkcontainer.sgml +++ b/docs/reference/gtk/tmpl/gtkcontainer.sgml @@ -417,12 +417,12 @@ Does the same as gtk_container_get_children(). </para> -<!-- ##### ARG GtkContainer:resize-mode ##### --> +<!-- ##### ARG GtkContainer:child ##### --> <para> </para> -<!-- ##### ARG GtkContainer:child ##### --> +<!-- ##### ARG GtkContainer:resize-mode ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtkctree.sgml b/docs/reference/gtk/tmpl/gtkctree.sgml index bfa5ba39e..996dcda93 100644 --- a/docs/reference/gtk/tmpl/gtkctree.sgml +++ b/docs/reference/gtk/tmpl/gtkctree.sgml @@ -1216,24 +1216,24 @@ Emitted when a node is unselected. @node: The node corresponding to the selected row. @column: -<!-- ##### ARG GtkCTree:n-columns ##### --> +<!-- ##### ARG GtkCTree:expander-style ##### --> <para> -The number of columns in the tree. +The style of the expander buttons. </para> -<!-- ##### ARG GtkCTree:tree-column ##### --> +<!-- ##### ARG GtkCTree:indent ##### --> <para> -The column in which the actual tree graphic appears. +The number of pixels to indent the tree levels. </para> -<!-- ##### ARG GtkCTree:indent ##### --> +<!-- ##### ARG GtkCTree:line-style ##### --> <para> -The number of pixels to indent the tree levels. +The style of the lines in the tree graphic. </para> -<!-- ##### ARG GtkCTree:spacing ##### --> +<!-- ##### ARG GtkCTree:n-columns ##### --> <para> -The number of pixels between the tree and the columns. +The number of columns in the tree. </para> <!-- ##### ARG GtkCTree:show-stub ##### --> @@ -1241,13 +1241,13 @@ The number of pixels between the tree and the columns. FIXME </para> -<!-- ##### ARG GtkCTree:line-style ##### --> +<!-- ##### ARG GtkCTree:spacing ##### --> <para> -The style of the lines in the tree graphic. +The number of pixels between the tree and the columns. </para> -<!-- ##### ARG GtkCTree:expander-style ##### --> +<!-- ##### ARG GtkCTree:tree-column ##### --> <para> -The style of the expander buttons. +The column in which the actual tree graphic appears. </para> diff --git a/docs/reference/gtk/tmpl/gtkcurve.sgml b/docs/reference/gtk/tmpl/gtkcurve.sgml index 90602ed94..e2aa3d701 100644 --- a/docs/reference/gtk/tmpl/gtkcurve.sgml +++ b/docs/reference/gtk/tmpl/gtkcurve.sgml @@ -137,22 +137,22 @@ calling gtk_curve_reset() or gtk_curve_set_gamma(). </para> -<!-- ##### ARG GtkCurve:min-x ##### --> +<!-- ##### ARG GtkCurve:max-x ##### --> <para> </para> -<!-- ##### ARG GtkCurve:max-x ##### --> +<!-- ##### ARG GtkCurve:max-y ##### --> <para> </para> -<!-- ##### ARG GtkCurve:min-y ##### --> +<!-- ##### ARG GtkCurve:min-x ##### --> <para> </para> -<!-- ##### ARG GtkCurve:max-y ##### --> +<!-- ##### ARG GtkCurve:min-y ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtkentry.sgml b/docs/reference/gtk/tmpl/gtkentry.sgml index 5b04ab5b3..75abf2940 100644 --- a/docs/reference/gtk/tmpl/gtkentry.sgml +++ b/docs/reference/gtk/tmpl/gtkentry.sgml @@ -335,12 +335,12 @@ use gtk_editable_set_editable() instead. @entry: the object which received the signal. -<!-- ##### ARG GtkEntry:cursor-position ##### --> +<!-- ##### ARG GtkEntry:activates-default ##### --> <para> </para> -<!-- ##### ARG GtkEntry:selection-bound ##### --> +<!-- ##### ARG GtkEntry:cursor-position ##### --> <para> </para> @@ -350,42 +350,42 @@ use gtk_editable_set_editable() instead. </para> -<!-- ##### ARG GtkEntry:max-length ##### --> +<!-- ##### ARG GtkEntry:has-frame ##### --> <para> </para> -<!-- ##### ARG GtkEntry:visibility ##### --> +<!-- ##### ARG GtkEntry:invisible-char ##### --> <para> </para> -<!-- ##### ARG GtkEntry:has-frame ##### --> +<!-- ##### ARG GtkEntry:max-length ##### --> <para> </para> -<!-- ##### ARG GtkEntry:invisible-char ##### --> +<!-- ##### ARG GtkEntry:scroll-offset ##### --> <para> </para> -<!-- ##### ARG GtkEntry:activates-default ##### --> +<!-- ##### ARG GtkEntry:selection-bound ##### --> <para> </para> -<!-- ##### ARG GtkEntry:width-chars ##### --> +<!-- ##### ARG GtkEntry:text ##### --> <para> </para> -<!-- ##### ARG GtkEntry:scroll-offset ##### --> +<!-- ##### ARG GtkEntry:visibility ##### --> <para> </para> -<!-- ##### ARG GtkEntry:text ##### --> +<!-- ##### ARG GtkEntry:width-chars ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtkfontsel.sgml b/docs/reference/gtk/tmpl/gtkfontsel.sgml index d3c030f01..ab9854e62 100644 --- a/docs/reference/gtk/tmpl/gtkfontsel.sgml +++ b/docs/reference/gtk/tmpl/gtkfontsel.sgml @@ -107,12 +107,12 @@ Sets the text displayed in the preview area. @text: the text to display in the preview area. -<!-- ##### ARG GtkFontSelection:font-name ##### --> +<!-- ##### ARG GtkFontSelection:font ##### --> <para> </para> -<!-- ##### ARG GtkFontSelection:font ##### --> +<!-- ##### ARG GtkFontSelection:font-name ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtkframe.sgml b/docs/reference/gtk/tmpl/gtkframe.sgml index 9350ed478..b1ea262cd 100644 --- a/docs/reference/gtk/tmpl/gtkframe.sgml +++ b/docs/reference/gtk/tmpl/gtkframe.sgml @@ -120,27 +120,27 @@ Set the shadow type for the Frame widget. </para> -<!-- ##### ARG GtkFrame:label-xalign ##### --> +<!-- ##### ARG GtkFrame:label-widget ##### --> <para> </para> -<!-- ##### ARG GtkFrame:label-yalign ##### --> +<!-- ##### ARG GtkFrame:label-xalign ##### --> <para> </para> -<!-- ##### ARG GtkFrame:shadow ##### --> +<!-- ##### ARG GtkFrame:label-yalign ##### --> <para> </para> -<!-- ##### ARG GtkFrame:shadow-type ##### --> +<!-- ##### ARG GtkFrame:shadow ##### --> <para> </para> -<!-- ##### ARG GtkFrame:label-widget ##### --> +<!-- ##### ARG GtkFrame:shadow-type ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtkhandlebox.sgml b/docs/reference/gtk/tmpl/gtkhandlebox.sgml index 95b81034b..ea47a6365 100644 --- a/docs/reference/gtk/tmpl/gtkhandlebox.sgml +++ b/docs/reference/gtk/tmpl/gtkhandlebox.sgml @@ -177,17 +177,17 @@ handlebox are detached from the main window. (this argument provides no extra information and is here only for backwards-compatibility) -<!-- ##### ARG GtkHandleBox:shadow ##### --> +<!-- ##### ARG GtkHandleBox:handle-position ##### --> <para> </para> -<!-- ##### ARG GtkHandleBox:shadow-type ##### --> +<!-- ##### ARG GtkHandleBox:shadow ##### --> <para> </para> -<!-- ##### ARG GtkHandleBox:handle-position ##### --> +<!-- ##### ARG GtkHandleBox:shadow-type ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtkimage.sgml b/docs/reference/gtk/tmpl/gtkimage.sgml index af6327c4f..f406e9760 100644 --- a/docs/reference/gtk/tmpl/gtkimage.sgml +++ b/docs/reference/gtk/tmpl/gtkimage.sgml @@ -359,47 +359,47 @@ Gets the #GtkImage. @mask: a #GdkBitmap that indicates which parts of the image should be transparent. -<!-- ##### ARG GtkImage:pixbuf ##### --> +<!-- ##### ARG GtkImage:file ##### --> <para> </para> -<!-- ##### ARG GtkImage:pixmap ##### --> +<!-- ##### ARG GtkImage:icon-set ##### --> <para> </para> -<!-- ##### ARG GtkImage:image ##### --> +<!-- ##### ARG GtkImage:icon-size ##### --> <para> </para> -<!-- ##### ARG GtkImage:mask ##### --> +<!-- ##### ARG GtkImage:image ##### --> <para> </para> -<!-- ##### ARG GtkImage:file ##### --> +<!-- ##### ARG GtkImage:mask ##### --> <para> </para> -<!-- ##### ARG GtkImage:stock ##### --> +<!-- ##### ARG GtkImage:pixbuf ##### --> <para> </para> -<!-- ##### ARG GtkImage:icon-set ##### --> +<!-- ##### ARG GtkImage:pixbuf-animation ##### --> <para> </para> -<!-- ##### ARG GtkImage:icon-size ##### --> +<!-- ##### ARG GtkImage:pixmap ##### --> <para> </para> -<!-- ##### ARG GtkImage:pixbuf-animation ##### --> +<!-- ##### ARG GtkImage:stock ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtklabel.sgml b/docs/reference/gtk/tmpl/gtklabel.sgml index 7e3c79558..638268e18 100644 --- a/docs/reference/gtk/tmpl/gtklabel.sgml +++ b/docs/reference/gtk/tmpl/gtklabel.sgml @@ -471,37 +471,37 @@ Gtk+ 1.0.x. @label: the object which received the signal. @arg1: -<!-- ##### ARG GtkLabel:label ##### --> +<!-- ##### ARG GtkLabel:attributes ##### --> <para> </para> -<!-- ##### ARG GtkLabel:attributes ##### --> +<!-- ##### ARG GtkLabel:cursor-position ##### --> <para> </para> -<!-- ##### ARG GtkLabel:use-markup ##### --> +<!-- ##### ARG GtkLabel:justify ##### --> <para> </para> -<!-- ##### ARG GtkLabel:use-underline ##### --> +<!-- ##### ARG GtkLabel:label ##### --> <para> </para> -<!-- ##### ARG GtkLabel:justify ##### --> +<!-- ##### ARG GtkLabel:mnemonic-keyval ##### --> <para> </para> -<!-- ##### ARG GtkLabel:pattern ##### --> +<!-- ##### ARG GtkLabel:mnemonic-widget ##### --> <para> </para> -<!-- ##### ARG GtkLabel:wrap ##### --> +<!-- ##### ARG GtkLabel:pattern ##### --> <para> </para> @@ -511,22 +511,22 @@ Gtk+ 1.0.x. </para> -<!-- ##### ARG GtkLabel:mnemonic-keyval ##### --> +<!-- ##### ARG GtkLabel:selection-bound ##### --> <para> </para> -<!-- ##### ARG GtkLabel:mnemonic-widget ##### --> +<!-- ##### ARG GtkLabel:use-markup ##### --> <para> </para> -<!-- ##### ARG GtkLabel:cursor-position ##### --> +<!-- ##### ARG GtkLabel:use-underline ##### --> <para> </para> -<!-- ##### ARG GtkLabel:selection-bound ##### --> +<!-- ##### ARG GtkLabel:wrap ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtklayout.sgml b/docs/reference/gtk/tmpl/gtklayout.sgml index 599a4ae52..24c210731 100644 --- a/docs/reference/gtk/tmpl/gtklayout.sgml +++ b/docs/reference/gtk/tmpl/gtklayout.sgml @@ -156,17 +156,17 @@ area. </para> -<!-- ##### ARG GtkLayout:vadjustment ##### --> +<!-- ##### ARG GtkLayout:height ##### --> <para> </para> -<!-- ##### ARG GtkLayout:width ##### --> +<!-- ##### ARG GtkLayout:vadjustment ##### --> <para> </para> -<!-- ##### ARG GtkLayout:height ##### --> +<!-- ##### ARG GtkLayout:width ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtkliststore.sgml b/docs/reference/gtk/tmpl/gtkliststore.sgml index 819fccbe0..6bfac2fce 100644 --- a/docs/reference/gtk/tmpl/gtkliststore.sgml +++ b/docs/reference/gtk/tmpl/gtkliststore.sgml @@ -35,15 +35,15 @@ enum { G_TYPE_INT, G_TYPE_BOOLEAN); - for (i = 0; i < 10; i++) + for (i = 0; i < 10; i++) { gchar *some_data; some_data = get_some_data (i); /* Add a new row to the model */ - gtk_list_store_append (list_store, &iter); - gtk_list_store_set (list_store, &iter, + gtk_list_store_append (list_store, &iter); + gtk_list_store_set (list_store, &iter, COLUMN_STRING, some_data, COLUMN_INT, i, COLUMN_BOOLEAN, FALSE, @@ -55,10 +55,10 @@ enum { /* Modify a particular row */ path = gtk_tree_path_new_from_string ("4"); gtk_tree_model_get_iter (GTK_TREE_MODEL (list_store), - &iter, + &iter, path); gtk_tree_path_free (path); - gtk_list_store_set (list_store, &iter, + gtk_list_store_set (list_store, &iter, COLUMN_BOOLEAN, TRUE, -1); } diff --git a/docs/reference/gtk/tmpl/gtkmessagedialog.sgml b/docs/reference/gtk/tmpl/gtkmessagedialog.sgml index 73b570605..7908571ee 100644 --- a/docs/reference/gtk/tmpl/gtkmessagedialog.sgml +++ b/docs/reference/gtk/tmpl/gtkmessagedialog.sgml @@ -102,12 +102,12 @@ then call gtk_dialog_add_buttons(). @Returns: -<!-- ##### ARG GtkMessageDialog:message-type ##### --> +<!-- ##### ARG GtkMessageDialog:buttons ##### --> <para> </para> -<!-- ##### ARG GtkMessageDialog:buttons ##### --> +<!-- ##### ARG GtkMessageDialog:message-type ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtkmisc.sgml b/docs/reference/gtk/tmpl/gtkmisc.sgml index 1354d28ab..265882546 100644 --- a/docs/reference/gtk/tmpl/gtkmisc.sgml +++ b/docs/reference/gtk/tmpl/gtkmisc.sgml @@ -107,12 +107,12 @@ in pixels. </para> -<!-- ##### ARG GtkMisc:yalign ##### --> +<!-- ##### ARG GtkMisc:xpad ##### --> <para> </para> -<!-- ##### ARG GtkMisc:xpad ##### --> +<!-- ##### ARG GtkMisc:yalign ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtknotebook.sgml b/docs/reference/gtk/tmpl/gtknotebook.sgml index 6694ba7be..715cfd908 100644 --- a/docs/reference/gtk/tmpl/gtknotebook.sgml +++ b/docs/reference/gtk/tmpl/gtknotebook.sgml @@ -454,17 +454,17 @@ Emitted when the user or a function changes the current page. @page: the new current page @page_num: the index of the page -<!-- ##### ARG GtkNotebook:tab-pos ##### --> +<!-- ##### ARG GtkNotebook:enable-popup ##### --> <para> </para> -<!-- ##### ARG GtkNotebook:show-tabs ##### --> +<!-- ##### ARG GtkNotebook:homogeneous ##### --> <para> </para> -<!-- ##### ARG GtkNotebook:show-border ##### --> +<!-- ##### ARG GtkNotebook:page ##### --> <para> </para> @@ -474,37 +474,32 @@ Emitted when the user or a function changes the current page. </para> -<!-- ##### ARG GtkNotebook:tab-border ##### --> -<para> - -</para> - -<!-- ##### ARG GtkNotebook:tab-hborder ##### --> +<!-- ##### ARG GtkNotebook:show-border ##### --> <para> </para> -<!-- ##### ARG GtkNotebook:tab-vborder ##### --> +<!-- ##### ARG GtkNotebook:show-tabs ##### --> <para> </para> -<!-- ##### ARG GtkNotebook:page ##### --> +<!-- ##### ARG GtkNotebook:tab-border ##### --> <para> </para> -<!-- ##### ARG GtkNotebook:enable-popup ##### --> +<!-- ##### ARG GtkNotebook:tab-hborder ##### --> <para> </para> -<!-- ##### ARG GtkNotebook:homogeneous ##### --> +<!-- ##### ARG GtkNotebook:tab-pos ##### --> <para> </para> -<!-- ##### ARG GtkNotebook:tab-label ##### --> +<!-- ##### ARG GtkNotebook:tab-vborder ##### --> <para> </para> @@ -529,6 +524,11 @@ Emitted when the user or a function changes the current page. </para> +<!-- ##### ARG GtkNotebook:tab-label ##### --> +<para> + +</para> + <!-- ##### ARG GtkNotebook:tab-pack ##### --> <para> diff --git a/docs/reference/gtk/tmpl/gtkoldeditable.sgml b/docs/reference/gtk/tmpl/gtkoldeditable.sgml index 2f0580157..8089870dc 100644 --- a/docs/reference/gtk/tmpl/gtkoldeditable.sgml +++ b/docs/reference/gtk/tmpl/gtkoldeditable.sgml @@ -153,12 +153,12 @@ GtkOldEditable @oldeditable: the object which received the signal. @arg1: -<!-- ##### ARG GtkOldEditable:text-position ##### --> +<!-- ##### ARG GtkOldEditable:editable ##### --> <para> </para> -<!-- ##### ARG GtkOldEditable:editable ##### --> +<!-- ##### ARG GtkOldEditable:text-position ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtkoptionmenu.sgml b/docs/reference/gtk/tmpl/gtkoptionmenu.sgml index 876a046a5..31debc57f 100644 --- a/docs/reference/gtk/tmpl/gtkoptionmenu.sgml +++ b/docs/reference/gtk/tmpl/gtkoptionmenu.sgml @@ -100,12 +100,12 @@ selected value for the option menu. </para> -<!-- ##### ARG GtkOptionMenu:indicator-spacing ##### --> +<!-- ##### ARG GtkOptionMenu:indicator-size ##### --> <para> </para> -<!-- ##### ARG GtkOptionMenu:indicator-size ##### --> +<!-- ##### ARG GtkOptionMenu:indicator-spacing ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtkprogressbar.sgml b/docs/reference/gtk/tmpl/gtkprogressbar.sgml index 9125f6bfa..70340b00f 100644 --- a/docs/reference/gtk/tmpl/gtkprogressbar.sgml +++ b/docs/reference/gtk/tmpl/gtkprogressbar.sgml @@ -272,47 +272,47 @@ gtk_progress_set_percentage() instead. @percentage: the new percent complete value. -<!-- ##### ARG GtkProgressBar:fraction ##### --> +<!-- ##### ARG GtkProgressBar:activity-blocks ##### --> <para> </para> -<!-- ##### ARG GtkProgressBar:pulse-step ##### --> +<!-- ##### ARG GtkProgressBar:activity-step ##### --> <para> </para> -<!-- ##### ARG GtkProgressBar:orientation ##### --> +<!-- ##### ARG GtkProgressBar:adjustment ##### --> <para> </para> -<!-- ##### ARG GtkProgressBar:text ##### --> +<!-- ##### ARG GtkProgressBar:bar-style ##### --> <para> </para> -<!-- ##### ARG GtkProgressBar:adjustment ##### --> +<!-- ##### ARG GtkProgressBar:discrete-blocks ##### --> <para> </para> -<!-- ##### ARG GtkProgressBar:bar-style ##### --> +<!-- ##### ARG GtkProgressBar:fraction ##### --> <para> </para> -<!-- ##### ARG GtkProgressBar:activity-step ##### --> +<!-- ##### ARG GtkProgressBar:orientation ##### --> <para> </para> -<!-- ##### ARG GtkProgressBar:activity-blocks ##### --> +<!-- ##### ARG GtkProgressBar:pulse-step ##### --> <para> </para> -<!-- ##### ARG GtkProgressBar:discrete-blocks ##### --> +<!-- ##### ARG GtkProgressBar:text ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtkrange.sgml b/docs/reference/gtk/tmpl/gtkrange.sgml index 77c991136..af0d11f67 100644 --- a/docs/reference/gtk/tmpl/gtkrange.sgml +++ b/docs/reference/gtk/tmpl/gtkrange.sgml @@ -138,11 +138,6 @@ Emitted when the range value changes. @range: the #GtkRange -<!-- ##### ARG GtkRange:update-policy ##### --> -<para> - -</para> - <!-- ##### ARG GtkRange:adjustment ##### --> <para> @@ -153,12 +148,12 @@ Emitted when the range value changes. </para> -<!-- ##### ARG GtkRange:trough-border ##### --> +<!-- ##### ARG GtkRange:update-policy ##### --> <para> </para> -<!-- ##### ARG GtkRange:stepper-spacing ##### --> +<!-- ##### ARG GtkRange:arrow-displacement-x ##### --> <para> </para> @@ -168,7 +163,7 @@ Emitted when the range value changes. </para> -<!-- ##### ARG GtkRange:arrow-displacement-x ##### --> +<!-- ##### ARG GtkRange:slider-width ##### --> <para> </para> @@ -178,7 +173,12 @@ Emitted when the range value changes. </para> -<!-- ##### ARG GtkRange:slider-width ##### --> +<!-- ##### ARG GtkRange:stepper-spacing ##### --> +<para> + +</para> + +<!-- ##### ARG GtkRange:trough-border ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtkruler.sgml b/docs/reference/gtk/tmpl/gtkruler.sgml index 9c24b2abc..1b19ad054 100644 --- a/docs/reference/gtk/tmpl/gtkruler.sgml +++ b/docs/reference/gtk/tmpl/gtkruler.sgml @@ -95,7 +95,7 @@ This sets the range of the ruler using gfloat lower, gfloat upper, gfloat positi </para> -<!-- ##### ARG GtkRuler:upper ##### --> +<!-- ##### ARG GtkRuler:max-size ##### --> <para> </para> @@ -105,7 +105,7 @@ This sets the range of the ruler using gfloat lower, gfloat upper, gfloat positi </para> -<!-- ##### ARG GtkRuler:max-size ##### --> +<!-- ##### ARG GtkRuler:upper ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtkscrollbar.sgml b/docs/reference/gtk/tmpl/gtkscrollbar.sgml index 385cba126..16c201e30 100644 --- a/docs/reference/gtk/tmpl/gtkscrollbar.sgml +++ b/docs/reference/gtk/tmpl/gtkscrollbar.sgml @@ -59,12 +59,12 @@ The #GtkScrollbar struct does not contain any public data. </para> -<!-- ##### ARG GtkScrollbar:min-slider-length ##### --> +<!-- ##### ARG GtkScrollbar:has-backward-stepper ##### --> <para> </para> -<!-- ##### ARG GtkScrollbar:has-backward-stepper ##### --> +<!-- ##### ARG GtkScrollbar:has-forward-stepper ##### --> <para> </para> @@ -79,7 +79,7 @@ The #GtkScrollbar struct does not contain any public data. </para> -<!-- ##### ARG GtkScrollbar:has-forward-stepper ##### --> +<!-- ##### ARG GtkScrollbar:min-slider-length ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtkscrolledwindow.sgml b/docs/reference/gtk/tmpl/gtkscrolledwindow.sgml index ab6fd97a7..d93ec9fcb 100644 --- a/docs/reference/gtk/tmpl/gtkscrolledwindow.sgml +++ b/docs/reference/gtk/tmpl/gtkscrolledwindow.sgml @@ -247,12 +247,17 @@ Sets the #GtkAdjustment for the vertical scrollbar. </para> -<!-- ##### ARG GtkScrolledWindow:vadjustment ##### --> +<!-- ##### ARG GtkScrolledWindow:hscrollbar-policy ##### --> <para> </para> -<!-- ##### ARG GtkScrolledWindow:hscrollbar-policy ##### --> +<!-- ##### ARG GtkScrolledWindow:shadow-type ##### --> +<para> + +</para> + +<!-- ##### ARG GtkScrolledWindow:vadjustment ##### --> <para> </para> @@ -267,7 +272,7 @@ Sets the #GtkAdjustment for the vertical scrollbar. </para> -<!-- ##### ARG GtkScrolledWindow:shadow-type ##### --> +<!-- ##### ARG GtkScrolledWindow:scrollbar-spacing ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtksettings.sgml b/docs/reference/gtk/tmpl/gtksettings.sgml index 9b4b5cc45..41f412063 100644 --- a/docs/reference/gtk/tmpl/gtksettings.sgml +++ b/docs/reference/gtk/tmpl/gtksettings.sgml @@ -164,92 +164,92 @@ GtkSettings @origin: -<!-- ##### ARG GtkSettings:gtk-double-click-time ##### --> +<!-- ##### ARG GtkSettings:gtk-can-change-accels ##### --> <para> </para> -<!-- ##### ARG GtkSettings:gtk-cursor-blink ##### --> +<!-- ##### ARG GtkSettings:gtk-color-palette ##### --> <para> </para> -<!-- ##### ARG GtkSettings:gtk-cursor-blink-time ##### --> +<!-- ##### ARG GtkSettings:gtk-cursor-blink ##### --> <para> </para> -<!-- ##### ARG GtkSettings:gtk-split-cursor ##### --> +<!-- ##### ARG GtkSettings:gtk-cursor-blink-time ##### --> <para> </para> -<!-- ##### ARG GtkSettings:gtk-theme-name ##### --> +<!-- ##### ARG GtkSettings:gtk-dnd-drag-threshold ##### --> <para> </para> -<!-- ##### ARG GtkSettings:gtk-key-theme-name ##### --> +<!-- ##### ARG GtkSettings:gtk-double-click-time ##### --> <para> </para> -<!-- ##### ARG GtkSettings:gtk-menu-bar-accel ##### --> +<!-- ##### ARG GtkSettings:gtk-entry-select-on-focus ##### --> <para> </para> -<!-- ##### ARG GtkSettings:gtk-dnd-drag-threshold ##### --> +<!-- ##### ARG GtkSettings:gtk-font-name ##### --> <para> </para> -<!-- ##### ARG GtkSettings:gtk-font-name ##### --> +<!-- ##### ARG GtkSettings:gtk-icon-sizes ##### --> <para> </para> -<!-- ##### ARG GtkSettings:gtk-icon-sizes ##### --> +<!-- ##### ARG GtkSettings:gtk-key-theme-name ##### --> <para> </para> -<!-- ##### ARG GtkSettings:gtk-color-palette ##### --> +<!-- ##### ARG GtkSettings:gtk-menu-bar-accel ##### --> <para> </para> -<!-- ##### ARG GtkSettings:gtk-entry-select-on-focus ##### --> +<!-- ##### ARG GtkSettings:gtk-menu-bar-popup-delay ##### --> <para> </para> -<!-- ##### ARG GtkSettings:gtk-menu-bar-popout-delay ##### --> +<!-- ##### ARG GtkSettings:gtk-menu-popdown-delay ##### --> <para> </para> -<!-- ##### ARG GtkSettings:gtk-can-change-accels ##### --> +<!-- ##### ARG GtkSettings:gtk-menu-popup-delay ##### --> <para> </para> -<!-- ##### ARG GtkSettings:gtk-menu-popout-delay ##### --> +<!-- ##### ARG GtkSettings:gtk-split-cursor ##### --> <para> </para> -<!-- ##### ARG GtkSettings:gtk-menu-submenu-hysteresis ##### --> +<!-- ##### ARG GtkSettings:gtk-theme-name ##### --> <para> </para> -<!-- ##### ARG GtkSettings:gtk-toolbar-style ##### --> +<!-- ##### ARG GtkSettings:gtk-toolbar-icon-size ##### --> <para> </para> -<!-- ##### ARG GtkSettings:gtk-toolbar-icon-size ##### --> +<!-- ##### ARG GtkSettings:gtk-toolbar-style ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtkspinbutton.sgml b/docs/reference/gtk/tmpl/gtkspinbutton.sgml index a1daff754..4db30eaf0 100644 --- a/docs/reference/gtk/tmpl/gtkspinbutton.sgml +++ b/docs/reference/gtk/tmpl/gtkspinbutton.sgml @@ -448,27 +448,27 @@ use gtk_spin_button_get_value() instead. </para> -<!-- ##### ARG GtkSpinButton:snap-to-ticks ##### --> +<!-- ##### ARG GtkSpinButton:numeric ##### --> <para> </para> -<!-- ##### ARG GtkSpinButton:numeric ##### --> +<!-- ##### ARG GtkSpinButton:snap-to-ticks ##### --> <para> </para> -<!-- ##### ARG GtkSpinButton:wrap ##### --> +<!-- ##### ARG GtkSpinButton:update-policy ##### --> <para> </para> -<!-- ##### ARG GtkSpinButton:update-policy ##### --> +<!-- ##### ARG GtkSpinButton:value ##### --> <para> </para> -<!-- ##### ARG GtkSpinButton:value ##### --> +<!-- ##### ARG GtkSpinButton:wrap ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtkstatusbar.sgml b/docs/reference/gtk/tmpl/gtkstatusbar.sgml index 0d575b6cc..4d7ea2688 100644 --- a/docs/reference/gtk/tmpl/gtkstatusbar.sgml +++ b/docs/reference/gtk/tmpl/gtkstatusbar.sgml @@ -51,15 +51,6 @@ The message at the top of the stack can be removed using gtk_statusbar_pop(). A Contains private data that should be modified with the functions described below. </para> -@parent_widget: -@frame: -@label: -@messages: -@keys: -@seq_context_id: -@seq_message_id: -@grip_window: -@has_resize_grip: <!-- ##### FUNCTION gtk_statusbar_new ##### --> <para> @@ -129,3 +120,26 @@ Returns whether the statusbar has a resize grip. @Returns: %TRUE if the statusbar has a resize grip. +<!-- ##### SIGNAL GtkStatusbar::text-popped ##### --> +<para> +Is emitted whenever a new message is popped off a statusbar's stack. +</para> + +@statusbar: the object which received the signal. +@context_id: the context id of the relevant message/statusbar. +@text: the message that was just popped. + +<!-- ##### SIGNAL GtkStatusbar::text-pushed ##### --> +<para> +Is emitted whenever a new message gets pushed onto a statusbar's stack. +</para> + +@statusbar: the object which received the signal. +@context_id: the context id of the relevant message/statusbar. +@text: the message that was pushed. + +<!-- ##### ARG GtkStatusbar:shadow-type ##### --> +<para> + +</para> + diff --git a/docs/reference/gtk/tmpl/gtktable.sgml b/docs/reference/gtk/tmpl/gtktable.sgml index 7fda88896..b1702965b 100644 --- a/docs/reference/gtk/tmpl/gtktable.sgml +++ b/docs/reference/gtk/tmpl/gtktable.sgml @@ -251,7 +251,12 @@ to %FALSE if this is not your desired behaviour. @Returns: -<!-- ##### ARG GtkTable:n-rows ##### --> +<!-- ##### ARG GtkTable:column-spacing ##### --> +<para> + +</para> + +<!-- ##### ARG GtkTable:homogeneous ##### --> <para> </para> @@ -261,7 +266,7 @@ to %FALSE if this is not your desired behaviour. </para> -<!-- ##### ARG GtkTable:column-spacing ##### --> +<!-- ##### ARG GtkTable:n-rows ##### --> <para> </para> @@ -271,7 +276,7 @@ to %FALSE if this is not your desired behaviour. </para> -<!-- ##### ARG GtkTable:homogeneous ##### --> +<!-- ##### ARG GtkTable:bottom-attach ##### --> <para> </para> @@ -291,22 +296,17 @@ to %FALSE if this is not your desired behaviour. </para> -<!-- ##### ARG GtkTable:bottom-attach ##### --> -<para> - -</para> - <!-- ##### ARG GtkTable:x-options ##### --> <para> </para> -<!-- ##### ARG GtkTable:y-options ##### --> +<!-- ##### ARG GtkTable:x-padding ##### --> <para> </para> -<!-- ##### ARG GtkTable:x-padding ##### --> +<!-- ##### ARG GtkTable:y-options ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtktext.sgml b/docs/reference/gtk/tmpl/gtktext.sgml index 8fe23bf62..ca1a942c3 100644 --- a/docs/reference/gtk/tmpl/gtktext.sgml +++ b/docs/reference/gtk/tmpl/gtktext.sgml @@ -217,15 +217,15 @@ Used by the #GtkText widget to keep track of the size of it's horizontal text. </para> -<!-- ##### ARG GtkText:vadjustment ##### --> +<!-- ##### ARG GtkText:line-wrap ##### --> <para> -Used by the #GtkText widget to keep track of the size of it's vertical -text. +Boolean value indicating whether line wrap is enabled or not. </para> -<!-- ##### ARG GtkText:line-wrap ##### --> +<!-- ##### ARG GtkText:vadjustment ##### --> <para> -Boolean value indicating whether line wrap is enabled or not. +Used by the #GtkText widget to keep track of the size of it's vertical +text. </para> <!-- ##### ARG GtkText:word-wrap ##### --> diff --git a/docs/reference/gtk/tmpl/gtktexttag.sgml b/docs/reference/gtk/tmpl/gtktexttag.sgml index 31a39e94a..34119845a 100644 --- a/docs/reference/gtk/tmpl/gtktexttag.sgml +++ b/docs/reference/gtk/tmpl/gtktexttag.sgml @@ -187,17 +187,17 @@ modified directly. @arg2: @Returns: -<!-- ##### ARG GtkTextTag:name ##### --> +<!-- ##### ARG GtkTextTag:background ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:background ##### --> +<!-- ##### ARG GtkTextTag:background-full-height ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:foreground ##### --> +<!-- ##### ARG GtkTextTag:background-full-height-set ##### --> <para> </para> @@ -207,7 +207,7 @@ modified directly. </para> -<!-- ##### ARG GtkTextTag:foreground-gdk ##### --> +<!-- ##### ARG GtkTextTag:background-set ##### --> <para> </para> @@ -217,277 +217,277 @@ modified directly. </para> -<!-- ##### ARG GtkTextTag:foreground-stipple ##### --> +<!-- ##### ARG GtkTextTag:background-stipple-set ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:font ##### --> +<!-- ##### ARG GtkTextTag:direction ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:font-desc ##### --> +<!-- ##### ARG GtkTextTag:editable ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:family ##### --> +<!-- ##### ARG GtkTextTag:editable-set ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:style ##### --> +<!-- ##### ARG GtkTextTag:family ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:variant ##### --> +<!-- ##### ARG GtkTextTag:family-set ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:weight ##### --> +<!-- ##### ARG GtkTextTag:font ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:stretch ##### --> +<!-- ##### ARG GtkTextTag:font-desc ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:size ##### --> +<!-- ##### ARG GtkTextTag:foreground ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:size-points ##### --> +<!-- ##### ARG GtkTextTag:foreground-gdk ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:scale ##### --> +<!-- ##### ARG GtkTextTag:foreground-set ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:pixels-above-lines ##### --> +<!-- ##### ARG GtkTextTag:foreground-stipple ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:pixels-below-lines ##### --> +<!-- ##### ARG GtkTextTag:foreground-stipple-set ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:pixels-inside-wrap ##### --> +<!-- ##### ARG GtkTextTag:indent ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:editable ##### --> +<!-- ##### ARG GtkTextTag:indent-set ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:wrap-mode ##### --> +<!-- ##### ARG GtkTextTag:invisible ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:justification ##### --> +<!-- ##### ARG GtkTextTag:invisible-set ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:direction ##### --> +<!-- ##### ARG GtkTextTag:justification ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:left-margin ##### --> +<!-- ##### ARG GtkTextTag:justification-set ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:indent ##### --> +<!-- ##### ARG GtkTextTag:language ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:strikethrough ##### --> +<!-- ##### ARG GtkTextTag:language-set ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:right-margin ##### --> +<!-- ##### ARG GtkTextTag:left-margin ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:underline ##### --> +<!-- ##### ARG GtkTextTag:left-margin-set ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:rise ##### --> +<!-- ##### ARG GtkTextTag:name ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:background-full-height ##### --> +<!-- ##### ARG GtkTextTag:pixels-above-lines ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:language ##### --> +<!-- ##### ARG GtkTextTag:pixels-above-lines-set ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:tabs ##### --> +<!-- ##### ARG GtkTextTag:pixels-below-lines ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:invisible ##### --> +<!-- ##### ARG GtkTextTag:pixels-below-lines-set ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:background-set ##### --> +<!-- ##### ARG GtkTextTag:pixels-inside-wrap ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:foreground-set ##### --> +<!-- ##### ARG GtkTextTag:pixels-inside-wrap-set ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:background-stipple-set ##### --> +<!-- ##### ARG GtkTextTag:right-margin ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:foreground-stipple-set ##### --> +<!-- ##### ARG GtkTextTag:right-margin-set ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:family-set ##### --> +<!-- ##### ARG GtkTextTag:rise ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:style-set ##### --> +<!-- ##### ARG GtkTextTag:rise-set ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:variant-set ##### --> +<!-- ##### ARG GtkTextTag:scale ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:weight-set ##### --> +<!-- ##### ARG GtkTextTag:scale-set ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:stretch-set ##### --> +<!-- ##### ARG GtkTextTag:size ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:size-set ##### --> +<!-- ##### ARG GtkTextTag:size-points ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:scale-set ##### --> +<!-- ##### ARG GtkTextTag:size-set ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:pixels-above-lines-set ##### --> +<!-- ##### ARG GtkTextTag:stretch ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:pixels-below-lines-set ##### --> +<!-- ##### ARG GtkTextTag:stretch-set ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:pixels-inside-wrap-set ##### --> +<!-- ##### ARG GtkTextTag:strikethrough ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:editable-set ##### --> +<!-- ##### ARG GtkTextTag:strikethrough-set ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:wrap-mode-set ##### --> +<!-- ##### ARG GtkTextTag:style ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:justification-set ##### --> +<!-- ##### ARG GtkTextTag:style-set ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:left-margin-set ##### --> +<!-- ##### ARG GtkTextTag:tabs ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:indent-set ##### --> +<!-- ##### ARG GtkTextTag:tabs-set ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:strikethrough-set ##### --> +<!-- ##### ARG GtkTextTag:underline ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:right-margin-set ##### --> +<!-- ##### ARG GtkTextTag:underline-set ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:underline-set ##### --> +<!-- ##### ARG GtkTextTag:variant ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:rise-set ##### --> +<!-- ##### ARG GtkTextTag:variant-set ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:background-full-height-set ##### --> +<!-- ##### ARG GtkTextTag:weight ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:language-set ##### --> +<!-- ##### ARG GtkTextTag:weight-set ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:tabs-set ##### --> +<!-- ##### ARG GtkTextTag:wrap-mode ##### --> <para> </para> -<!-- ##### ARG GtkTextTag:invisible-set ##### --> +<!-- ##### ARG GtkTextTag:wrap-mode-set ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtktextview.sgml b/docs/reference/gtk/tmpl/gtktextview.sgml index af3f7a7d1..0585dfed7 100644 --- a/docs/reference/gtk/tmpl/gtktextview.sgml +++ b/docs/reference/gtk/tmpl/gtktextview.sgml @@ -689,47 +689,47 @@ in an idle job in the background. @textview: the object which received the signal. -<!-- ##### ARG GtkTextView:pixels-above-lines ##### --> +<!-- ##### ARG GtkTextView:cursor-visible ##### --> <para> </para> -<!-- ##### ARG GtkTextView:pixels-below-lines ##### --> +<!-- ##### ARG GtkTextView:editable ##### --> <para> </para> -<!-- ##### ARG GtkTextView:pixels-inside-wrap ##### --> +<!-- ##### ARG GtkTextView:indent ##### --> <para> </para> -<!-- ##### ARG GtkTextView:editable ##### --> +<!-- ##### ARG GtkTextView:justification ##### --> <para> </para> -<!-- ##### ARG GtkTextView:wrap-mode ##### --> +<!-- ##### ARG GtkTextView:left-margin ##### --> <para> </para> -<!-- ##### ARG GtkTextView:justification ##### --> +<!-- ##### ARG GtkTextView:pixels-above-lines ##### --> <para> </para> -<!-- ##### ARG GtkTextView:left-margin ##### --> +<!-- ##### ARG GtkTextView:pixels-below-lines ##### --> <para> </para> -<!-- ##### ARG GtkTextView:right-margin ##### --> +<!-- ##### ARG GtkTextView:pixels-inside-wrap ##### --> <para> </para> -<!-- ##### ARG GtkTextView:indent ##### --> +<!-- ##### ARG GtkTextView:right-margin ##### --> <para> </para> @@ -739,7 +739,7 @@ in an idle job in the background. </para> -<!-- ##### ARG GtkTextView:cursor-visible ##### --> +<!-- ##### ARG GtkTextView:wrap-mode ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtktipsquery.sgml b/docs/reference/gtk/tmpl/gtktipsquery.sgml index b54124b77..7d1f7b00b 100644 --- a/docs/reference/gtk/tmpl/gtktipsquery.sgml +++ b/docs/reference/gtk/tmpl/gtktipsquery.sgml @@ -133,12 +133,6 @@ Emitted when a widget is selected during a query. @event: the button press or button release event. @Returns: %TRUE if the query should be stopped. -<!-- ##### ARG GtkTipsQuery:emit-always ##### --> -<para> -%TRUE if the widget-entered and widget-selected signals are emitted even when -the widget has no tooltip set. -</para> - <!-- ##### ARG GtkTipsQuery:caller ##### --> <para> The widget that starts the tips query, usually a button. @@ -146,6 +140,12 @@ If it is selected while the query is in effect the query is automatically stopped. </para> +<!-- ##### ARG GtkTipsQuery:emit-always ##### --> +<para> +%TRUE if the widget-entered and widget-selected signals are emitted even when +the widget has no tooltip set. +</para> + <!-- ##### ARG GtkTipsQuery:label-inactive ##### --> <para> The text to display in the #GtkTipsQuery widget when the query is not in diff --git a/docs/reference/gtk/tmpl/gtktogglebutton.sgml b/docs/reference/gtk/tmpl/gtktogglebutton.sgml index 03a51e8a0..3598dc63f 100644 --- a/docs/reference/gtk/tmpl/gtktogglebutton.sgml +++ b/docs/reference/gtk/tmpl/gtktogglebutton.sgml @@ -191,12 +191,12 @@ Should be connected if you wish to perform an action whenever the </para> -<!-- ##### ARG GtkToggleButton:inconsistent ##### --> +<!-- ##### ARG GtkToggleButton:draw-indicator ##### --> <para> </para> -<!-- ##### ARG GtkToggleButton:draw-indicator ##### --> +<!-- ##### ARG GtkToggleButton:inconsistent ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtktoolbar.sgml b/docs/reference/gtk/tmpl/gtktoolbar.sgml index 64cd3bc45..71686ff36 100644 --- a/docs/reference/gtk/tmpl/gtktoolbar.sgml +++ b/docs/reference/gtk/tmpl/gtktoolbar.sgml @@ -386,17 +386,17 @@ Should be used if you wish to perform an action when ever the style of a toolbar </para> -<!-- ##### ARG GtkToolbar:shadow-type ##### --> +<!-- ##### ARG GtkToolbar:button-relief ##### --> <para> </para> -<!-- ##### ARG GtkToolbar:button-relief ##### --> +<!-- ##### ARG GtkToolbar:internal-padding ##### --> <para> </para> -<!-- ##### ARG GtkToolbar:space-style ##### --> +<!-- ##### ARG GtkToolbar:shadow-type ##### --> <para> </para> @@ -406,7 +406,7 @@ Should be used if you wish to perform an action when ever the style of a toolbar </para> -<!-- ##### ARG GtkToolbar:internal-padding ##### --> +<!-- ##### ARG GtkToolbar:space-style ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtktreestore.sgml b/docs/reference/gtk/tmpl/gtktreestore.sgml index 3661f8459..2c1bf1060 100644 --- a/docs/reference/gtk/tmpl/gtktreestore.sgml +++ b/docs/reference/gtk/tmpl/gtktreestore.sgml @@ -4,7 +4,6 @@ GtkTreeStore <!-- ##### SECTION Short_Description ##### --> A tree-like data structure that can be used with the #GtkTreeView - <!-- ##### SECTION Long_Description ##### --> <para> The #GtkTreeStore object is a list model for use with a #GtkTreeView diff --git a/docs/reference/gtk/tmpl/gtktreeview.sgml b/docs/reference/gtk/tmpl/gtktreeview.sgml index 2ea9c1094..7317743b6 100644 --- a/docs/reference/gtk/tmpl/gtktreeview.sgml +++ b/docs/reference/gtk/tmpl/gtktreeview.sgml @@ -872,32 +872,32 @@ Function used for #gtk_tree_view_map_expanded_rows. @treeview: the object which received the signal. -<!-- ##### ARG GtkTreeView:model ##### --> +<!-- ##### ARG GtkTreeView:enable-search ##### --> <para> </para> -<!-- ##### ARG GtkTreeView:hadjustment ##### --> +<!-- ##### ARG GtkTreeView:expander-column ##### --> <para> </para> -<!-- ##### ARG GtkTreeView:vadjustment ##### --> +<!-- ##### ARG GtkTreeView:hadjustment ##### --> <para> </para> -<!-- ##### ARG GtkTreeView:headers-visible ##### --> +<!-- ##### ARG GtkTreeView:headers-clickable ##### --> <para> </para> -<!-- ##### ARG GtkTreeView:headers-clickable ##### --> +<!-- ##### ARG GtkTreeView:headers-visible ##### --> <para> </para> -<!-- ##### ARG GtkTreeView:expander-column ##### --> +<!-- ##### ARG GtkTreeView:model ##### --> <para> </para> @@ -912,22 +912,22 @@ Function used for #gtk_tree_view_map_expanded_rows. </para> -<!-- ##### ARG GtkTreeView:enable-search ##### --> +<!-- ##### ARG GtkTreeView:search-column ##### --> <para> </para> -<!-- ##### ARG GtkTreeView:search-column ##### --> +<!-- ##### ARG GtkTreeView:vadjustment ##### --> <para> </para> -<!-- ##### ARG GtkTreeView:vertical-separator ##### --> +<!-- ##### ARG GtkTreeView:allow-rules ##### --> <para> </para> -<!-- ##### ARG GtkTreeView:allow-rules ##### --> +<!-- ##### ARG GtkTreeView:even-row-color ##### --> <para> </para> @@ -937,12 +937,22 @@ Function used for #gtk_tree_view_map_expanded_rows. </para> +<!-- ##### ARG GtkTreeView:horizontal-separator ##### --> +<para> + +</para> + <!-- ##### ARG GtkTreeView:indent-expanders ##### --> <para> </para> -<!-- ##### ARG GtkTreeView:horizontal-separator ##### --> +<!-- ##### ARG GtkTreeView:odd-row-color ##### --> +<para> + +</para> + +<!-- ##### ARG GtkTreeView:vertical-separator ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtktreeviewcolumn.sgml b/docs/reference/gtk/tmpl/gtktreeviewcolumn.sgml index 6710dcfd3..1ba872b12 100644 --- a/docs/reference/gtk/tmpl/gtktreeviewcolumn.sgml +++ b/docs/reference/gtk/tmpl/gtktreeviewcolumn.sgml @@ -487,72 +487,72 @@ calling gtk_tree_view_column_set_cell_data_func() @treeviewcolumn: the object which received the signal. -<!-- ##### ARG GtkTreeViewColumn:visible ##### --> +<!-- ##### ARG GtkTreeViewColumn:alignment ##### --> <para> </para> -<!-- ##### ARG GtkTreeViewColumn:resizable ##### --> +<!-- ##### ARG GtkTreeViewColumn:clickable ##### --> <para> </para> -<!-- ##### ARG GtkTreeViewColumn:width ##### --> +<!-- ##### ARG GtkTreeViewColumn:fixed-width ##### --> <para> </para> -<!-- ##### ARG GtkTreeViewColumn:sizing ##### --> +<!-- ##### ARG GtkTreeViewColumn:max-width ##### --> <para> </para> -<!-- ##### ARG GtkTreeViewColumn:fixed-width ##### --> +<!-- ##### ARG GtkTreeViewColumn:min-width ##### --> <para> </para> -<!-- ##### ARG GtkTreeViewColumn:min-width ##### --> +<!-- ##### ARG GtkTreeViewColumn:reorderable ##### --> <para> </para> -<!-- ##### ARG GtkTreeViewColumn:max-width ##### --> +<!-- ##### ARG GtkTreeViewColumn:resizable ##### --> <para> </para> -<!-- ##### ARG GtkTreeViewColumn:title ##### --> +<!-- ##### ARG GtkTreeViewColumn:sizing ##### --> <para> </para> -<!-- ##### ARG GtkTreeViewColumn:clickable ##### --> +<!-- ##### ARG GtkTreeViewColumn:sort-indicator ##### --> <para> </para> -<!-- ##### ARG GtkTreeViewColumn:widget ##### --> +<!-- ##### ARG GtkTreeViewColumn:sort-order ##### --> <para> </para> -<!-- ##### ARG GtkTreeViewColumn:alignment ##### --> +<!-- ##### ARG GtkTreeViewColumn:title ##### --> <para> </para> -<!-- ##### ARG GtkTreeViewColumn:reorderable ##### --> +<!-- ##### ARG GtkTreeViewColumn:visible ##### --> <para> </para> -<!-- ##### ARG GtkTreeViewColumn:sort-indicator ##### --> +<!-- ##### ARG GtkTreeViewColumn:widget ##### --> <para> </para> -<!-- ##### ARG GtkTreeViewColumn:sort-order ##### --> +<!-- ##### ARG GtkTreeViewColumn:width ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtkviewport.sgml b/docs/reference/gtk/tmpl/gtkviewport.sgml index f944fa0aa..f001d3cf9 100644 --- a/docs/reference/gtk/tmpl/gtkviewport.sgml +++ b/docs/reference/gtk/tmpl/gtkviewport.sgml @@ -98,12 +98,12 @@ GtkViewport </para> -<!-- ##### ARG GtkViewport:vadjustment ##### --> +<!-- ##### ARG GtkViewport:shadow-type ##### --> <para> </para> -<!-- ##### ARG GtkViewport:shadow-type ##### --> +<!-- ##### ARG GtkViewport:vadjustment ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtkwidget.sgml b/docs/reference/gtk/tmpl/gtkwidget.sgml index fbafa97ec..a098de73f 100644 --- a/docs/reference/gtk/tmpl/gtkwidget.sgml +++ b/docs/reference/gtk/tmpl/gtkwidget.sgml @@ -1852,6 +1852,8 @@ a widget changes from un-anchored to anchored or vice-versa. </para> @widget: the object which received the signal. +@widget2: +<!-- # Unused Parameters # --> @widget: <!-- ##### SIGNAL GtkWidget::key-press-event ##### --> @@ -2118,62 +2120,62 @@ a widget changes from un-anchored to anchored or vice-versa. @event: @Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. -<!-- ##### ARG GtkWidget:name ##### --> +<!-- ##### ARG GtkWidget:app-paintable ##### --> <para> </para> -<!-- ##### ARG GtkWidget:parent ##### --> +<!-- ##### ARG GtkWidget:can-default ##### --> <para> </para> -<!-- ##### ARG GtkWidget:width-request ##### --> +<!-- ##### ARG GtkWidget:can-focus ##### --> <para> </para> -<!-- ##### ARG GtkWidget:height-request ##### --> +<!-- ##### ARG GtkWidget:composite-child ##### --> <para> </para> -<!-- ##### ARG GtkWidget:visible ##### --> +<!-- ##### ARG GtkWidget:events ##### --> <para> </para> -<!-- ##### ARG GtkWidget:sensitive ##### --> +<!-- ##### ARG GtkWidget:extension-events ##### --> <para> </para> -<!-- ##### ARG GtkWidget:app-paintable ##### --> +<!-- ##### ARG GtkWidget:has-default ##### --> <para> </para> -<!-- ##### ARG GtkWidget:can-focus ##### --> +<!-- ##### ARG GtkWidget:has-focus ##### --> <para> </para> -<!-- ##### ARG GtkWidget:is-focus ##### --> +<!-- ##### ARG GtkWidget:height-request ##### --> <para> </para> -<!-- ##### ARG GtkWidget:has-focus ##### --> +<!-- ##### ARG GtkWidget:is-focus ##### --> <para> </para> -<!-- ##### ARG GtkWidget:can-default ##### --> +<!-- ##### ARG GtkWidget:name ##### --> <para> </para> -<!-- ##### ARG GtkWidget:has-default ##### --> +<!-- ##### ARG GtkWidget:parent ##### --> <para> </para> @@ -2183,7 +2185,7 @@ a widget changes from un-anchored to anchored or vice-versa. </para> -<!-- ##### ARG GtkWidget:composite-child ##### --> +<!-- ##### ARG GtkWidget:sensitive ##### --> <para> </para> @@ -2193,12 +2195,12 @@ a widget changes from un-anchored to anchored or vice-versa. </para> -<!-- ##### ARG GtkWidget:events ##### --> +<!-- ##### ARG GtkWidget:visible ##### --> <para> </para> -<!-- ##### ARG GtkWidget:extension-events ##### --> +<!-- ##### ARG GtkWidget:width-request ##### --> <para> </para> @@ -2208,27 +2210,27 @@ a widget changes from un-anchored to anchored or vice-versa. </para> -<!-- ##### ARG GtkWidget:focus-line-width ##### --> +<!-- ##### ARG GtkWidget:cursor-color ##### --> <para> </para> -<!-- ##### ARG GtkWidget:interior-focus ##### --> +<!-- ##### ARG GtkWidget:focus-line-pattern ##### --> <para> </para> -<!-- ##### ARG GtkWidget:cursor-color ##### --> +<!-- ##### ARG GtkWidget:focus-line-width ##### --> <para> </para> -<!-- ##### ARG GtkWidget:focus-line-pattern ##### --> +<!-- ##### ARG GtkWidget:focus-padding ##### --> <para> </para> -<!-- ##### ARG GtkWidget:focus-padding ##### --> +<!-- ##### ARG GtkWidget:interior-focus ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtkwindow.sgml b/docs/reference/gtk/tmpl/gtkwindow.sgml index 5376d69fe..de8057d44 100644 --- a/docs/reference/gtk/tmpl/gtkwindow.sgml +++ b/docs/reference/gtk/tmpl/gtkwindow.sgml @@ -857,87 +857,87 @@ Deprecated alias for gtk_window_set_position(). @window: the object which received the signal. @widget: -<!-- ##### ARG GtkWindow:type ##### --> +<!-- ##### ARG GtkWindow:allow-grow ##### --> <para> </para> -<!-- ##### ARG GtkWindow:title ##### --> +<!-- ##### ARG GtkWindow:allow-shrink ##### --> <para> </para> -<!-- ##### ARG GtkWindow:allow-shrink ##### --> +<!-- ##### ARG GtkWindow:default-height ##### --> <para> </para> -<!-- ##### ARG GtkWindow:allow-grow ##### --> +<!-- ##### ARG GtkWindow:default-width ##### --> <para> </para> -<!-- ##### ARG GtkWindow:resizable ##### --> +<!-- ##### ARG GtkWindow:destroy-with-parent ##### --> <para> </para> -<!-- ##### ARG GtkWindow:modal ##### --> +<!-- ##### ARG GtkWindow:has-toplevel-focus ##### --> <para> </para> -<!-- ##### ARG GtkWindow:window-position ##### --> +<!-- ##### ARG GtkWindow:icon ##### --> <para> </para> -<!-- ##### ARG GtkWindow:default-width ##### --> +<!-- ##### ARG GtkWindow:is-active ##### --> <para> </para> -<!-- ##### ARG GtkWindow:default-height ##### --> +<!-- ##### ARG GtkWindow:modal ##### --> <para> </para> -<!-- ##### ARG GtkWindow:destroy-with-parent ##### --> +<!-- ##### ARG GtkWindow:resizable ##### --> <para> </para> -<!-- ##### ARG GtkWindow:icon ##### --> +<!-- ##### ARG GtkWindow:screen ##### --> <para> </para> -<!-- ##### ARG GtkWindow:screen ##### --> +<!-- ##### ARG GtkWindow:skip-pager-hint ##### --> <para> </para> -<!-- ##### ARG GtkWindow:type-hint ##### --> +<!-- ##### ARG GtkWindow:skip-taskbar-hint ##### --> <para> </para> -<!-- ##### ARG GtkWindow:skip-taskbar-hint ##### --> +<!-- ##### ARG GtkWindow:title ##### --> <para> </para> -<!-- ##### ARG GtkWindow:skip-pager-hint ##### --> +<!-- ##### ARG GtkWindow:type ##### --> <para> </para> -<!-- ##### ARG GtkWindow:is-active ##### --> +<!-- ##### ARG GtkWindow:type-hint ##### --> <para> </para> -<!-- ##### ARG GtkWindow:has-toplevel-focus ##### --> +<!-- ##### ARG GtkWindow:window-position ##### --> <para> </para> |