docs: Remove mention of queue_draw_area()

and queue_draw_region(). They're gone since 73650c6da2.
This commit is contained in:
Benjamin Otte 2019-06-04 14:59:32 +00:00
parent 4b3986ae1f
commit bb5871fd81

View File

@ -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 its covered by another window and then uncovered.
* You can also force a redraw by adding to the damage region of the
* drawing areas window using gtk_widget_queue_draw_region(),
* gtk_widget_queue_draw_area() or gtk_widget_queue_draw().
* drawing areas 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