Skip to content

Commit 9c24bbe

Browse files
committed
Deploying to gh-pages from @ 6b9a4c6 🚀
1 parent ddc79d8 commit 9c24bbe

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.doctrees/environment.pickle

-40 Bytes
Binary file not shown.
-40 Bytes
Binary file not shown.

_sources/tutorials/gui-programming/gtk4-samples.rst.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GTK4 Samples
33

44
.. important::
55

6-
GTK 4 is required is required to compile and run the Vala code samples.
6+
GTK 4 is required to compile and run the Vala code samples.
77
Depending on your environment, you may need to install a gtk4 development package.
88

99
You can learn more about GTK and how to install GTK 4 at https://gtk.org
@@ -14,15 +14,15 @@ Introduction
1414

1515
This tutorial is a subset of GTK4 Samples written in Vala.
1616

17-
This serves as an introduction to developing GTK4 Appliations in Vala.
17+
This serves as an introduction to developing GTK4 Applications in Vala.
1818

1919
Source Code
2020
-----------
2121

22-
You can view the full set of Vala GTK4 Samples in in the
22+
You can view the full set of Vala GTK4 Samples in the
2323
`Vala GTK4 Samples source code repository <https://github.com/vala-lang/gtk4-samples>`_
2424

25-
The repository includes the sample code featured in this website.
25+
The repository includes the sample code featured on this website.
2626

2727
Samples
2828
-------
@@ -40,4 +40,4 @@ Samples
4040
gtk4-samples/column-view
4141
gtk4-samples/clipboard
4242
gtk4-samples/entry-completion-two-cells
43-
43+

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tutorials/gui-programming/gtk4-samples.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -539,20 +539,20 @@
539539
<h1>GTK4 Samples<a class="headerlink" href="#gtk4-samples" title="Permalink to this heading"></a></h1>
540540
<div class="admonition important">
541541
<p class="admonition-title">Important</p>
542-
<p>GTK 4 is required is required to compile and run the Vala code samples.
542+
<p>GTK 4 is required to compile and run the Vala code samples.
543543
Depending on your environment, you may need to install a gtk4 development package.</p>
544544
<p>You can learn more about GTK and how to install GTK 4 at <a class="reference external" href="https://gtk.org">https://gtk.org</a></p>
545545
</div>
546546
<section id="introduction">
547547
<h2>Introduction<a class="headerlink" href="#introduction" title="Permalink to this heading"></a></h2>
548548
<p>This tutorial is a subset of GTK4 Samples written in Vala.</p>
549-
<p>This serves as an introduction to developing GTK4 Appliations in Vala.</p>
549+
<p>This serves as an introduction to developing GTK4 Applications in Vala.</p>
550550
</section>
551551
<section id="source-code">
552552
<h2>Source Code<a class="headerlink" href="#source-code" title="Permalink to this heading"></a></h2>
553-
<p>You can view the full set of Vala GTK4 Samples in in the
553+
<p>You can view the full set of Vala GTK4 Samples in the
554554
<a class="reference external" href="https://github.com/vala-lang/gtk4-samples">Vala GTK4 Samples source code repository</a></p>
555-
<p>The repository includes the sample code featured in this website.</p>
555+
<p>The repository includes the sample code featured on this website.</p>
556556
</section>
557557
<section id="samples">
558558
<h2>Samples<a class="headerlink" href="#samples" title="Permalink to this heading"></a></h2>

0 commit comments

Comments
 (0)