diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-06-29 09:22:26 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-06-29 09:22:26 +0000 |
commit | 2eea43ee367e1d680cf8a3e6ba92a0bed3961879 (patch) | |
tree | b046dedb1c60cb3b6120bff6878c62105de5f935 /docs | |
parent | f8f9384537488823076fe6c158d973ef889d4613 (diff) | |
download | gdk-pixbuf-2eea43ee367e1d680cf8a3e6ba92a0bed3961879.tar.gz |
Document GtkPrintJobCompleteFunc
2006-06-28 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkprintjob.sgml: Document GtkPrintJobCompleteFunc
* gtk/tmpl/gtkrange.sgml: Document GtkSensitivityType
* gtk/gtk-sections.txt: Remove gtk_print_operation_set_show_dialog
* gtk/tmpl/gtkcontainer.sgml: Updates.
* gtk/tmpl/gtkenums.sgml: Document GTK_ARROW_NONE.
* gtk/tmpl/gtkarrow.sgml: Cleanups
* gtk/gtk-sections.txt: Add some private things
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/ChangeLog | 14 | ||||
-rw-r--r-- | docs/reference/gtk/gtk-sections.txt | 6 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkarrow.sgml | 27 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkcontainer.sgml | 1 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkenums.sgml | 2 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkprintjob.sgml | 16 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkrange.sgml | 12 |
7 files changed, 48 insertions, 30 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index b855fb7c6..c79df20b9 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,17 @@ +2006-06-28 Matthias Clasen <mclasen@redhat.com> + + * gtk/tmpl/gtkprintjob.sgml: Document GtkPrintJobCompleteFunc + + * gtk/tmpl/gtkrange.sgml: Document GtkSensitivityType + + * gtk/gtk-sections.txt: Remove gtk_print_operation_set_show_dialog + + * gtk/tmpl/gtkcontainer.sgml: Updates. + + * gtk/tmpl/gtkenums.sgml: Document GTK_ARROW_NONE. + * gtk/tmpl/gtkarrow.sgml: Cleanups + * gtk/gtk-sections.txt: Add some private things + 2006-06-21 Matthias Clasen <mclasen@redhat.com> * === Released 2.9.4 === diff --git a/docs/reference/gtk/gtk-sections.txt b/docs/reference/gtk/gtk-sections.txt index 3f31a245d..3ef83d79e 100644 --- a/docs/reference/gtk/gtk-sections.txt +++ b/docs/reference/gtk/gtk-sections.txt @@ -2741,6 +2741,7 @@ gtk_range_get_value gtk_range_set_increments gtk_range_set_range gtk_range_set_value +GtkSensitivityType gtk_range_set_lower_stepper_sensitivity gtk_range_get_lower_stepper_sensitivity gtk_range_set_upper_stepper_sensitivity @@ -4647,6 +4648,7 @@ GTK_IS_CELL_RENDERER_SPIN GTK_IS_CELL_RENDERER_SPIN_CLASS GTK_CELL_RENDERER_SPIN_GET_CLASS <SUBSECTION Private> +GtkCellRendererSpinPrivate gtk_cell_renderer_spin_get_type </SECTION> @@ -6101,7 +6103,6 @@ gtk_print_operation_set_n_pages gtk_print_operation_set_current_page gtk_print_operation_set_use_full_page gtk_print_operation_set_unit -gtk_print_operation_set_show_dialog gtk_print_operation_set_export_filename gtk_print_operation_set_show_progress gtk_print_operation_set_track_print_status @@ -6304,9 +6305,12 @@ gtk_print_settings_set_finishings GTK_PRINT_SETTINGS_OUTPUT_BIN gtk_print_settings_get_output_bin gtk_print_settings_set_output_bin +GTK_PRINT_SETTINGS_OUTPUT_FILE_FORMAT +GTK_PRINT_SETTINGS_OUTPUT_URI GTK_PRINT_SETTINGS_WIN32_DRIVER_EXTRA GTK_PRINT_SETTINGS_WIN32_DRIVER_VERSION + <SUBSECTION Standard> GTK_TYPE_PRINT_SETTINGS GTK_PRINT_SETTINGS diff --git a/docs/reference/gtk/tmpl/gtkarrow.sgml b/docs/reference/gtk/tmpl/gtkarrow.sgml index 59ddef5a4..3e2e2713c 100644 --- a/docs/reference/gtk/tmpl/gtkarrow.sgml +++ b/docs/reference/gtk/tmpl/gtkarrow.sgml @@ -39,35 +39,20 @@ style of an arrow can be changed after creation by using gtk_arrow_set(). <!-- ##### STRUCT GtkArrow ##### --> <para>
-The #GtkArrow-struct containes the following fields.
+The #GtkArrow struct containes the following fields.
(These fields should be considered read-only. They should never be set by
-an application.)
-
-<informaltable pgwide="1" frame="none" role="struct">
-<tgroup cols="2"><colspec colwidth="2*"/><colspec colwidth="8*"/>
-<tbody>
-
-<row>
-<entry>#gint16 <structfield>arrow_type</structfield>;</entry>
-<entry>the direction of the arrow, one of #GtkArrowType.</entry>
-</row>
-
-<row>
-<entry>#gint16 <structfield>shadow_type</structfield>;</entry>
-<entry>the style of the arrow, one of #GtkShadowType.</entry>
-</row>
-</tbody></tgroup></informaltable>
+an application.) </para> <!-- ##### ARG GtkArrow:arrow-type ##### --> -<para> - +<para>
+
</para> <!-- ##### ARG GtkArrow:shadow-type ##### --> -<para> - +<para>
+
</para> <!-- ##### FUNCTION gtk_arrow_new ##### --> diff --git a/docs/reference/gtk/tmpl/gtkcontainer.sgml b/docs/reference/gtk/tmpl/gtkcontainer.sgml index 458db11bc..2ba178ec6 100644 --- a/docs/reference/gtk/tmpl/gtkcontainer.sgml +++ b/docs/reference/gtk/tmpl/gtkcontainer.sgml @@ -260,7 +260,6 @@ Does the same as gtk_container_set_border_width(). Does the same as gtk_container_get_children(). </para> -@Returns: @Deprecated: Use gtk_container_get_children() instead. diff --git a/docs/reference/gtk/tmpl/gtkenums.sgml b/docs/reference/gtk/tmpl/gtkenums.sgml index 98b0f1caf..a5d62bc8d 100644 --- a/docs/reference/gtk/tmpl/gtkenums.sgml +++ b/docs/reference/gtk/tmpl/gtkenums.sgml @@ -58,7 +58,7 @@ Used to indicate the direction in which a #GtkArrow should point. @GTK_ARROW_DOWN: Represents a downward pointing arrow. @GTK_ARROW_LEFT: Represents a left pointing arrow. @GTK_ARROW_RIGHT: Represents a right pointing arrow. -@GTK_ARROW_NONE: +@GTK_ARROW_NONE: No arrow. Since 2.10. <!-- ##### ENUM GtkAttachOptions ##### --> <para> diff --git a/docs/reference/gtk/tmpl/gtkprintjob.sgml b/docs/reference/gtk/tmpl/gtkprintjob.sgml index a8ee31693..62492284e 100644 --- a/docs/reference/gtk/tmpl/gtkprintjob.sgml +++ b/docs/reference/gtk/tmpl/gtkprintjob.sgml @@ -14,7 +14,7 @@ you use the non-portable #GtkPrintUnixDialog API. Use gtk_print_job_get_surface() to obtain the cairo surface onto which the pages must be drawn. Use gtk_print_job_send() to send the finished job to the printer. If you don't use cairo -#GtkPrintJob also supports printing of manually generated postscript, +#GtkPrintJob also supports printing of manually generated postscript, via gtk_print_job_set_source_file(). <!-- FIXME more details needed here --> </para> @@ -34,7 +34,8 @@ Printing support was added in GTK+ 2.10. <!-- ##### STRUCT GtkPrintJob ##### --> <para> - +The GtkPrintJob struct contains only private members +and should not be directly accessed. </para> @@ -45,6 +46,7 @@ Printing support was added in GTK+ 2.10. @printjob: the object which received the signal. + <!-- ##### ARG GtkPrintJob:page-setup ##### --> <para> @@ -72,12 +74,14 @@ Printing support was added in GTK+ 2.10. <!-- ##### USER_FUNCTION GtkPrintJobCompleteFunc ##### --> <para> - +The type of callback that is passed to gtk_print_job_send(). +It is called when the print job has been completely sent. </para> -@print_job: -@user_data: -@error: +@print_job: the #GtkPrintJob +@user_data: user data that has been passed to gtk_print_job_send() +@error: a #GError that contains error information if the sending + of the print job failed, otherwise %NULL <!-- ##### FUNCTION gtk_print_job_new ##### --> diff --git a/docs/reference/gtk/tmpl/gtkrange.sgml b/docs/reference/gtk/tmpl/gtkrange.sgml index ed35b0365..2e5e03a33 100644 --- a/docs/reference/gtk/tmpl/gtkrange.sgml +++ b/docs/reference/gtk/tmpl/gtkrange.sgml @@ -220,6 +220,18 @@ Emitted when the range value changes. @value: +<!-- ##### ENUM GtkSensitivityType ##### --> +<para> +Determines how GTK+ handles the sensitivity of stepper arrows +at the end of range widgets. +</para> + +@GTK_SENSITIVITY_AUTO: The arrow is made insensitive if the + thumb is at the end +@GTK_SENSITIVITY_ON: The arrow is always sensitive +@GTK_SENSITIVITY_OFF: The arrow is always insensitive + + <!-- ##### FUNCTION gtk_range_set_lower_stepper_sensitivity ##### --> <para> |