mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 13:11:13 +00:00
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:
parent
e0bb60fc32
commit
154987a539
@ -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
|
||||
|
@ -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
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user