More detailed documentation of Fl::screen_xywh()

This commit is contained in:
ManoloFLTK
2023-07-10 09:18:26 +02:00
parent 4d2d3cf76d
commit c47cbf4402
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -57,7 +57,7 @@
}
delete printer;
\endcode
<p>Recommend method to refresh GUI while printing :
<p>Recommended method to refresh GUI while printing :
\code
printer->begin_job(0);
……