Fix to say g_signal_connect_after rather than g_signal_register_after.
2008-04-10 Cody Russell <bratsche@gnome.org> * docs/reference/gdk/tmpl/windows.sgml: Fix to say g_signal_connect_after rather than g_signal_register_after. (reported by Guillaume Cottenceau) svn path=/trunk/; revision=19991
This commit is contained in:
committed by
Cody Russell
parent
52ac79fe83
commit
a0854db70a
@ -1,3 +1,9 @@
|
|||||||
|
2008-04-10 Cody Russell <bratsche@gnome.org>
|
||||||
|
|
||||||
|
* docs/reference/gdk/tmpl/windows.sgml: Fix to say
|
||||||
|
g_signal_connect_after rather than g_signal_register_after.
|
||||||
|
(reported by Guillaume Cottenceau)
|
||||||
|
|
||||||
2008-04-10 Cody Russell <bratsche@gnome.org>
|
2008-04-10 Cody Russell <bratsche@gnome.org>
|
||||||
|
|
||||||
* docs/reference/gtk/tmpl/gtktreeview.sgml: Fix a typo
|
* docs/reference/gtk/tmpl/gtktreeview.sgml: Fix a typo
|
||||||
|
|||||||
@ -50,7 +50,7 @@ transparent_expose (GtkWidget *widget,
|
|||||||
*
|
*
|
||||||
* In this case we do not want app-paintable to be set on the widget
|
* In this case we do not want app-paintable to be set on the widget
|
||||||
* since we want it to draw its own (red) background. Because of this,
|
* since we want it to draw its own (red) background. Because of this,
|
||||||
* however, we must ensure that we use g_signal_register_after so that
|
* however, we must ensure that we use g_signal_connect_after so that
|
||||||
* this handler is called after the red has been drawn. If it was
|
* this handler is called after the red has been drawn. If it was
|
||||||
* called before then GTK would just blindly paint over our work.
|
* called before then GTK would just blindly paint over our work.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user