forked from AuroraMiddleware/gtk
Document ::expose-event as deprecated
This doesn't really help that much, but better than nothing.
This commit is contained in:
parent
ac9e57127a
commit
a06089a248
@ -1346,6 +1346,10 @@ gtk_widget_class_init (GtkWidgetClass *klass)
|
||||
* To receive this signal, the #GdkWindow associated to the widget needs
|
||||
* to enable the #GDK_EXPOSURE_MASK mask.
|
||||
*
|
||||
* Note that the ::expose-event signal has been replaced by a ::draw
|
||||
* signal in GTK+ 3. The the <link linkend="http://library.gnome.org/devel/gtk3/3.0/gtk-migrating-2-to-3.html">GTK+ 3 migration guide</link>
|
||||
* for hints on how to port from ::expose-event to ::draw.
|
||||
*
|
||||
* Returns: %TRUE to stop other handlers from being invoked for the event.
|
||||
* %FALSE to propagate the event further.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user