forked from AuroraMiddleware/gtk
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
This commit is contained in:
parent
f8f9384537
commit
2eea43ee36
@ -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 ===
|
||||
|
@ -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
|
||||
|
@ -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 ##### -->
|
||||
|
@ -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.
|
||||
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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 ##### -->
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user