mirror of
https://github.com/ToshioCP/Gtk4-tutorial.git
synced 2024-11-16 19:50:35 +01:00
fixed some typos and grammar errors
This commit is contained in:
parent
3c15e7dc14
commit
8d517e9b97
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ instance, you need to cast it.</p>
|
|||
<p>It works, but isn’t usually used. Instead, <code>GTK_WINDOW</code>
|
||||
macro is used.</p>
|
||||
<div class="sourceCode" id="cb16"><pre class="sourceCode c"><code class="sourceCode c"><span id="cb16-1"><a href="#cb16-1" aria-hidden="true" tabindex="-1"></a>GTK_WINDOW <span class="op">(</span>win<span class="op">)</span></span></code></pre></div>
|
||||
<p>The macro is recommended because it does not only cast but also check
|
||||
<p>The macro is recommended because it does not only cast the pointer but it also checks
|
||||
the type.</p>
|
||||
<h4 id="connect-it-to-gtkapplication.">Connect it to
|
||||
GtkApplication.</h4>
|
||||
|
|
Loading…
Reference in a new issue