mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-23 09:31:07 +00:00
doc derived from a suggestion by Hywel Thomas
svn path=/trunk/gtk-sharp/; revision=63558
This commit is contained in:
parent
451c2c3c2d
commit
9a8f1524a1
|
@ -252,6 +252,9 @@
|
||||||
<para>
|
<para>
|
||||||
The advantage of adding to the invalidated region compared to simply drawing immediately is efficiency; using an invalid region ensures that you only have to redraw one time.
|
The advantage of adding to the invalidated region compared to simply drawing immediately is efficiency; using an invalid region ensures that you only have to redraw one time.
|
||||||
</para>
|
</para>
|
||||||
|
<para>
|
||||||
|
If an immediate redraw is desired, a call to <see cref="M:Gdk.Window.ProcessUpdates" /> will force an immediate refresh of the drawable. This can be useful in situations where mouse activity requires immediate visible feedback on the widget.
|
||||||
|
</para>
|
||||||
</remarks>
|
</remarks>
|
||||||
</Docs>
|
</Docs>
|
||||||
</Member>
|
</Member>
|
||||||
|
|
Loading…
Reference in a new issue