mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-12 20:00:09 +00:00
docs: Remove mention of queue_draw_area()
and queue_draw_region(). They're gone since 73650c6da2
.
This commit is contained in:
parent
4b3986ae1f
commit
bb5871fd81
@ -116,8 +116,7 @@ static GParamSpec *props[LAST_PROP] = { NULL, };
|
||||
* The draw function is normally called when a drawing area first comes
|
||||
* onscreen, or when it’s covered by another window and then uncovered.
|
||||
* You can also force a redraw by adding to the “damage region” of the
|
||||
* drawing area’s window using gtk_widget_queue_draw_region(),
|
||||
* gtk_widget_queue_draw_area() or gtk_widget_queue_draw().
|
||||
* drawing area’s window using gtk_widget_queue_draw().
|
||||
* This will cause the drawing area to call the draw function again.
|
||||
*
|
||||
* The available routines for drawing are documented on the
|
||||
|
Loading…
Reference in New Issue
Block a user