mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-19 08:30:09 +00:00
docs: Remove mention of gdk_draw_drawable()
That function is about to die.
This commit is contained in:
parent
ccc26207fe
commit
5649431acb
@ -2199,10 +2199,9 @@ gtk_widget_class_init (GtkWidgetClass *klass)
|
|||||||
* this signal.
|
* this signal.
|
||||||
*
|
*
|
||||||
* The ::no-expose-event will be emitted when the @widget's window is
|
* The ::no-expose-event will be emitted when the @widget's window is
|
||||||
* drawn as a copy of another #GdkDrawable (with gdk_draw_drawable())
|
* drawn as a copy of another #GdkDrawable which was completely unobscured.
|
||||||
* which was completely unobscured. If the source
|
* If the source window was partially obscured #GdkEventExpose events will
|
||||||
* window was partially obscured #GdkEventExpose events will be generated
|
* be generated for those areas.
|
||||||
* for those areas.
|
|
||||||
*
|
*
|
||||||
* Returns: %TRUE to stop other handlers from being invoked for the event.
|
* Returns: %TRUE to stop other handlers from being invoked for the event.
|
||||||
* %FALSE to propagate the event further.
|
* %FALSE to propagate the event further.
|
||||||
|
Loading…
Reference in New Issue
Block a user