fixed buglet from #351759.

Thu Aug 17 16:19:35 2006  Tim Janik  <timj@imendio.com>

        * docs/tutorial/gtk-tut.sgml: fixed buglet from #351759.
This commit is contained in:
Tim Janik 2006-08-17 14:21:41 +00:00 committed by Tim Janik
parent e0bb60fc32
commit 154987a539
3 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Thu Aug 17 16:19:35 2006 Tim Janik <timj@imendio.com>
* docs/tutorial/gtk-tut.sgml: fixed buglet from #351759.
2006-08-17 Tor Lillqvist <tml@novell.com>
* gtk/Makefile.am (libgtk_win32_2_0_la_LIBADD): Link with -luuid

View File

@ -1,3 +1,7 @@
Thu Aug 17 16:19:35 2006 Tim Janik <timj@imendio.com>
* docs/tutorial/gtk-tut.sgml: fixed buglet from #351759.
2006-08-17 Tor Lillqvist <tml@novell.com>
* gtk/Makefile.am (libgtk_win32_2_0_la_LIBADD): Link with -luuid

View File

@ -6001,7 +6001,7 @@ void gtk_color_selection_set_current_alpha( GtkColorSelection *colorsel,
gtk_color_selection_set_current_color() with a pointer to a GdkColor.
Setting the opacity (alpha channel) is done with
gtk_color_selection_set_current_alpha(). The alpha value should be between
0 (fully transparent) and 65636 (fully opaque).
0 (fully transparent) and 65535 (fully opaque).
</para>
<programlisting role="C">