Skip to content

Commit

Permalink
Merge pull request #15 from thingsiplay/patch-1
Browse files Browse the repository at this point in the history
typo correction
  • Loading branch information
MoAlyousef authored Feb 27, 2024
2 parents 8c35848 + ddd4695 commit ffef23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Dialogs.html
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ <h3 id="alert-dialogs"><a class="header" href="#alert-dialogs">Alert dialogs</a>
dialog::message(100, 100, "Message");
});
<span class="boring">}</span></code></pre></pre>
<p>All the previously mentioned functions have to variants, one with _default() suffix which doesn't require coordinates, and the other without which requires coordinates.
<p>All the previously mentioned functions have 2 variants, one with _default() suffix which doesn't require coordinates, and the other without which requires coordinates.
Some dialogs return a value, like choice, input, and password. Input and password return the inputted text, while choice returns an index of the chosen value:</p>
<pre><pre class="playground"><code class="language-rust edition2021">use fltk::{prelude::*, *};

Expand Down

0 comments on commit ffef23e

Please # to comment.