2.9.4
This commit is contained in:
@ -1,4 +1,6 @@
|
|||||||
2006-06-21 Matthias Clasen <mclasen@redhat.com>
|
2006-06-21 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* === Released 2.9.4 ===
|
||||||
|
|
||||||
* modules/printbackends/file/gtkprintbackendfile.c:
|
* modules/printbackends/file/gtkprintbackendfile.c:
|
||||||
Apply a patch by Christian Persch to support PostScript and PDF
|
Apply a patch by Christian Persch to support PostScript and PDF
|
||||||
|
|||||||
@ -1,4 +1,6 @@
|
|||||||
2006-06-21 Matthias Clasen <mclasen@redhat.com>
|
2006-06-21 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* === Released 2.9.4 ===
|
||||||
|
|
||||||
* modules/printbackends/file/gtkprintbackendfile.c:
|
* modules/printbackends/file/gtkprintbackendfile.c:
|
||||||
Apply a patch by Christian Persch to support PostScript and PDF
|
Apply a patch by Christian Persch to support PostScript and PDF
|
||||||
|
|||||||
4
INSTALL
4
INSTALL
@ -18,8 +18,8 @@ GTK+ requires the following packages:
|
|||||||
Simple install procedure
|
Simple install procedure
|
||||||
========================
|
========================
|
||||||
|
|
||||||
% gzip -cd gtk+-2.9.3.tar.gz | tar xvf - # unpack the sources
|
% gzip -cd gtk+-2.9.4.tar.gz | tar xvf - # unpack the sources
|
||||||
% cd gtk+-2.9.3 # change to the toplevel directory
|
% cd gtk+-2.9.4 # change to the toplevel directory
|
||||||
% ./configure # run the `configure' script
|
% ./configure # run the `configure' script
|
||||||
% make # build GTK
|
% make # build GTK
|
||||||
[ Become root if necessary ]
|
[ Become root if necessary ]
|
||||||
|
|||||||
2
NEWS
2
NEWS
@ -5,7 +5,7 @@ Overview of Changes from GTK+ 2.9.3 to 2.9.4
|
|||||||
- UI improvements in the print dialog
|
- UI improvements in the print dialog
|
||||||
- Make printing work without a display connection
|
- Make printing work without a display connection
|
||||||
- Replace "Print to PDF" by "Print to file" that
|
- Replace "Print to PDF" by "Print to file" that
|
||||||
can generate PDF of PostScript
|
can generate PDF or PostScript
|
||||||
- Add a function to the low-level API to
|
- Add a function to the low-level API to
|
||||||
enumerate all printers
|
enumerate all printers
|
||||||
|
|
||||||
|
|||||||
2
README
2
README
@ -1,7 +1,7 @@
|
|||||||
General Information
|
General Information
|
||||||
===================
|
===================
|
||||||
|
|
||||||
This is GTK+ version 2.9.3. GTK+ is a multi-platform toolkit for
|
This is GTK+ version 2.9.4. GTK+ is a multi-platform toolkit for
|
||||||
creating graphical user interfaces. Offering a complete set of widgets,
|
creating graphical user interfaces. Offering a complete set of widgets,
|
||||||
GTK+ is suitable for projects ranging from small one-off projects to
|
GTK+ is suitable for projects ranging from small one-off projects to
|
||||||
complete application suites.
|
complete application suites.
|
||||||
|
|||||||
@ -1,3 +1,7 @@
|
|||||||
|
2006-06-21 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* === Released 2.9.4 ===
|
||||||
|
|
||||||
2006-06-12 Matthias Clasen <mclasen@redhat.com>
|
2006-06-12 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* === Released 2.9.3 ===
|
* === Released 2.9.3 ===
|
||||||
|
|||||||
@ -1,4 +1,10 @@
|
|||||||
2006-06-21 Matthias Clasen <mclasen@redhat.com>
|
2006-06-21 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* === Released 2.9.4 ===
|
||||||
|
|
||||||
|
2006-06-21 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtk-sections.txt: Some additions
|
||||||
|
|
||||||
* gtk/tmpl/gtkprintunixdialog.sgml: Document some of the
|
* gtk/tmpl/gtkprintunixdialog.sgml: Document some of the
|
||||||
print capabilities
|
print capabilities
|
||||||
|
|||||||
@ -4506,6 +4506,12 @@ gtk_tree_view_get_row_separator_func
|
|||||||
gtk_tree_view_set_row_separator_func
|
gtk_tree_view_set_row_separator_func
|
||||||
gtk_tree_view_get_rubber_banding
|
gtk_tree_view_get_rubber_banding
|
||||||
gtk_tree_view_set_rubber_banding
|
gtk_tree_view_set_rubber_banding
|
||||||
|
gtk_tree_view_get_enable_tree_lines
|
||||||
|
gtk_tree_view_set_enable_tree_lines
|
||||||
|
GtkTreeViewGridLines
|
||||||
|
gtk_tree_view_get_grid_lines
|
||||||
|
gtk_tree_view_set_grid_lines
|
||||||
|
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GtkTreeSelectionClass
|
GtkTreeSelectionClass
|
||||||
GTK_TREE_VIEW
|
GTK_TREE_VIEW
|
||||||
@ -6164,6 +6170,7 @@ GTK_PRINT_UNIX_DIALOG_GET_CLASS
|
|||||||
<SUBSECTION Private>
|
<SUBSECTION Private>
|
||||||
GtkPrintUnixDialogPrivate
|
GtkPrintUnixDialogPrivate
|
||||||
gtk_print_unix_dialog_get_type
|
gtk_print_unix_dialog_get_type
|
||||||
|
gtk_print_capabilities_get_type
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
|
||||||
@ -6183,6 +6190,8 @@ gtk_printer_get_job_count
|
|||||||
gtk_printer_is_active
|
gtk_printer_is_active
|
||||||
gtk_printer_is_virtual
|
gtk_printer_is_virtual
|
||||||
gtk_printer_is_default
|
gtk_printer_is_default
|
||||||
|
gtk_printer_accepts_ps
|
||||||
|
gtk_printer_accepts_pdf
|
||||||
gtk_printer_compare
|
gtk_printer_compare
|
||||||
GtkPrinterFunc
|
GtkPrinterFunc
|
||||||
gtk_enumerate_printers
|
gtk_enumerate_printers
|
||||||
|
|||||||
@ -553,6 +553,13 @@ gtk_widget_set_colormap (widget, colormap);
|
|||||||
One possibility to fill the alpha channel on the window is to use
|
One possibility to fill the alpha channel on the window is to use
|
||||||
gdk_draw_rgb_32_image().
|
gdk_draw_rgb_32_image().
|
||||||
</para>
|
</para>
|
||||||
|
<para>
|
||||||
|
Note that the presence of an RGBA visual is no guarantee that the
|
||||||
|
window will actually appear transparent on screen. On X11, this
|
||||||
|
requires a compositing manager to be running. See
|
||||||
|
gtk_widget_is_composited() for a way to find out if the alpha
|
||||||
|
channel will be respected.
|
||||||
|
</para>
|
||||||
</answer>
|
</answer>
|
||||||
</qandaentry>
|
</qandaentry>
|
||||||
|
|
||||||
|
|||||||
@ -342,6 +342,12 @@ Turns off certain object flags. (Private)
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### MACRO GTK_PRINT_SETTINGS_PRINT_TO_FILE ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO GTK_STOCK_BUTTON_APPLY ##### -->
|
<!-- ##### MACRO GTK_STOCK_BUTTON_APPLY ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
@ -2837,6 +2843,14 @@ Set the the handle size to @size x @size pixels.
|
|||||||
@settings:
|
@settings:
|
||||||
@Returns:
|
@Returns:
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_print_settings_get_print_to_file ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@settings:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_print_settings_set_num_copies ##### -->
|
<!-- ##### FUNCTION gtk_print_settings_set_num_copies ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
@ -2845,6 +2859,14 @@ Set the the handle size to @size x @size pixels.
|
|||||||
@settings:
|
@settings:
|
||||||
@num_copies:
|
@num_copies:
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_print_settings_set_print_to_file ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@settings:
|
||||||
|
@print_to_file:
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_rc_init ##### -->
|
<!-- ##### FUNCTION gtk_rc_init ##### -->
|
||||||
<para>
|
<para>
|
||||||
Internal function.
|
Internal function.
|
||||||
|
|||||||
@ -258,6 +258,11 @@ described below.
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkLabel:wrap-mode ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_label_new ##### -->
|
<!-- ##### FUNCTION gtk_label_new ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
@ -385,6 +390,15 @@ probably only used within the Gtk+ library itself for menu items and such.
|
|||||||
@wrap:
|
@wrap:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_label_set_line_wrap_mode ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@label:
|
||||||
|
@wrap_mode:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO gtk_label_set ##### -->
|
<!-- ##### MACRO gtk_label_set ##### -->
|
||||||
<para>
|
<para>
|
||||||
Aliases gtk_label_set_text(). Probably used for backward compatibility with
|
Aliases gtk_label_set_text(). Probably used for backward compatibility with
|
||||||
@ -548,6 +562,15 @@ Gtk+ 1.0.x.
|
|||||||
@Returns:
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_label_get_line_wrap_mode ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@label:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_label_get_mnemonic_widget ##### -->
|
<!-- ##### FUNCTION gtk_label_get_mnemonic_widget ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
|||||||
@ -195,6 +195,24 @@ Printing support was added in GTK+ 2.10.
|
|||||||
@Returns:
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_printer_accepts_ps ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@printer:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_printer_accepts_pdf ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@printer:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_printer_compare ##### -->
|
<!-- ##### FUNCTION gtk_printer_compare ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
@ -212,9 +230,9 @@ Note that you need to ref @printer, if you want to keep
|
|||||||
a reference to it after the function has returned.
|
a reference to it after the function has returned.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@printer: a #GtkPrinter
|
@printer: a #GtkPrinter
|
||||||
@data: user data passed to gtk_enumerate_printers()
|
@data: user data passed to gtk_enumerate_printers()
|
||||||
@Returns: %TRUE to stop the enumeration, %FALSE to continue
|
@Returns: %TRUE to stop the enumeration, %FALSE to continue
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_enumerate_printers ##### -->
|
<!-- ##### FUNCTION gtk_enumerate_printers ##### -->
|
||||||
|
|||||||
@ -65,6 +65,11 @@ Printing support was added in GTK+ 2.10.
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkPrintJob:track-print-status ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
<!-- ##### USER_FUNCTION GtkPrintJobCompleteFunc ##### -->
|
<!-- ##### USER_FUNCTION GtkPrintJobCompleteFunc ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
@ -153,8 +158,6 @@ Printing support was added in GTK+ 2.10.
|
|||||||
@callback:
|
@callback:
|
||||||
@user_data:
|
@user_data:
|
||||||
@dnotify:
|
@dnotify:
|
||||||
@error:
|
|
||||||
@Returns:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_print_job_set_track_print_status ##### -->
|
<!-- ##### FUNCTION gtk_print_job_set_track_print_status ##### -->
|
||||||
|
|||||||
@ -602,31 +602,6 @@ Printing support was added in GTK+ 2.10.
|
|||||||
@scale:
|
@scale:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO GTK_PRINT_SETTINGS_PRINT_TO_FILE ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_print_settings_get_print_to_file ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@settings:
|
|
||||||
@Returns:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_print_settings_set_print_to_file ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@settings:
|
|
||||||
@print_to_file:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### ENUM GtkPrintPages ##### -->
|
<!-- ##### ENUM GtkPrintPages ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
|||||||
@ -1197,3 +1197,49 @@ returns.
|
|||||||
@enable:
|
@enable:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_tree_view_get_enable_tree_lines ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@tree_view:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_tree_view_set_enable_tree_lines ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@tree_view:
|
||||||
|
@enabled:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### ENUM GtkTreeViewGridLines ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@GTK_TREE_VIEW_GRID_LINES_NONE:
|
||||||
|
@GTK_TREE_VIEW_GRID_LINES_HORIZONTAL:
|
||||||
|
@GTK_TREE_VIEW_GRID_LINES_VERTICAL:
|
||||||
|
@GTK_TREE_VIEW_GRID_LINES_BOTH:
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_tree_view_get_grid_lines ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@tree_view:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_tree_view_set_grid_lines ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@tree_view:
|
||||||
|
@grid_lines:
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user