Skip to content

Commit

Permalink
deploy: d41dc60
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Oct 29, 2024
1 parent 6880279 commit 003d058
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
2 changes: 2 additions & 0 deletions stable/latest/book/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ <h2 id="how-to-use-this-book"><a class="header" href="#how-to-use-this-book">How
If you are interested in contained and useful examples, we refer you to the corresponding section of <code>gtk4-rs</code>' <a href="https://github.com/gtk-rs/gtk4-rs/tree/main/examples">repository</a>.</p>
<p>Every valid code snippet in the book is part of a listing.
Like the examples, the listings be found in the <a href="https://github.com/gtk-rs/gtk4-rs/tree/main/book/listings">repository</a> of <code>gtk4-rs</code>.</p>
<h2 id="translations"><a class="header" href="#translations">Translations</a></h2>
<p>This book has been translated to Chinese by 陈竞阁 and is served under the following <a href="https://mario-hero.github.io/gtk-book-zh_cn/">website</a>.</p>
<h2 id="license"><a class="header" href="#license">License</a></h2>
<p>The book itself is licensed under the <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International license</a>.
The only exception are the code snippets which are licensed under the <a href="https://github.com/gtk-rs/gtk4-rs/blob/main/README.md">MIT license</a>.</p>
Expand Down
2 changes: 2 additions & 0 deletions stable/latest/book/introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ <h2 id="how-to-use-this-book"><a class="header" href="#how-to-use-this-book">How
If you are interested in contained and useful examples, we refer you to the corresponding section of <code>gtk4-rs</code>' <a href="https://github.com/gtk-rs/gtk4-rs/tree/main/examples">repository</a>.</p>
<p>Every valid code snippet in the book is part of a listing.
Like the examples, the listings be found in the <a href="https://github.com/gtk-rs/gtk4-rs/tree/main/book/listings">repository</a> of <code>gtk4-rs</code>.</p>
<h2 id="translations"><a class="header" href="#translations">Translations</a></h2>
<p>This book has been translated to Chinese by 陈竞阁 and is served under the following <a href="https://mario-hero.github.io/gtk-book-zh_cn/">website</a>.</p>
<h2 id="license"><a class="header" href="#license">License</a></h2>
<p>The book itself is licensed under the <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International license</a>.
The only exception are the code snippets which are licensed under the <a href="https://github.com/gtk-rs/gtk4-rs/blob/main/README.md">MIT license</a>.</p>
Expand Down
4 changes: 2 additions & 2 deletions stable/latest/book/libadwaita.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,14 +179,14 @@ <h1 class="menu-title">GUI development with Rust and GTK 4</h1>
<main>
<h1 id="libadwaita"><a class="header" href="#libadwaita">Libadwaita</a></h1>
<p>If you target a certain platform with your GUI, you will want to follow the platform's <a href="https://en.wikipedia.org/wiki/Human_interface_guidelines">Human Interface Guidelines</a> (HIG).
With a GTK application, chances are the platform is either <a href="https://elementary.io">elementary OS</a> or <a href="https://www.gnome.org/">GNOME</a>.
With a GTK application, chances are the platform is either <a href="https://elementary.io">elementary OS</a> or <a href="https://www.gnome.org">GNOME</a>.
In this chapter we will discuss how to follow GNOME's <a href="https://developer.gnome.org/hig/">HIG</a> with <a href="https://gnome.pages.gitlab.gnome.org/libadwaita/doc/1-latest/">libadwaita</a>.</p>
<p>Libadwaita is a library augmenting GTK 4 which:</p>
<ul>
<li>provides widgets to better follow GNOME's HIG</li>
<li>provides widgets to let applications <a href="https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/adaptive-layouts.html">change their layout </a> based on the available space</li>
<li>integrates the Adwaita <a href="https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/styles-and-appearance.html">stylesheet</a></li>
<li>allows runtime recoloring with <a href="https://gnome.pages.gitlab.gnome.org/libadwaita/doc/1-latest/named-colors.html">named colors</a></li>
<li>allows runtime recoloring with <a href="https://gnome.pages.gitlab.gnome.org/libadwaita/doc/1-latest/css-variables.html#ui-colors">CSS variables</a></li>
<li>adds <a href="https://world.pages.gitlab.gnome.org/Rust/libadwaita-rs/stable/latest/docs/libadwaita/struct.StyleManager.html">API</a> to support the cross-desktop dark style preference</li>
</ul>
<p>In order to use the Rust bindings, add the <a href="https://crates.io/crates/libadwaita">libadwaita crate</a> as dependency by executing:</p>
Expand Down
6 changes: 4 additions & 2 deletions stable/latest/book/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ <h2 id="how-to-use-this-book"><a class="header" href="#how-to-use-this-book">How
If you are interested in contained and useful examples, we refer you to the corresponding section of <code>gtk4-rs</code>' <a href="https://github.com/gtk-rs/gtk4-rs/tree/main/examples">repository</a>.</p>
<p>Every valid code snippet in the book is part of a listing.
Like the examples, the listings be found in the <a href="https://github.com/gtk-rs/gtk4-rs/tree/main/book/listings">repository</a> of <code>gtk4-rs</code>.</p>
<h2 id="translations"><a class="header" href="#translations">Translations</a></h2>
<p>This book has been translated to Chinese by 陈竞阁 and is served under the following <a href="https://mario-hero.github.io/gtk-book-zh_cn/">website</a>.</p>
<h2 id="license"><a class="header" href="#license">License</a></h2>
<p>The book itself is licensed under the <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International license</a>.
The only exception are the code snippets which are licensed under the <a href="https://github.com/gtk-rs/gtk4-rs/blob/main/README.md">MIT license</a>.</p>
Expand Down Expand Up @@ -11642,14 +11644,14 @@ <h2 id="conclusion-3"><a class="header" href="#conclusion-3">Conclusion</a></h2>
You can find the full list of supported parameters in GTK's <a href="https://docs.gtk.org/gtk4/css-properties.html#gtk-css-properties">documentation</a>.</p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="libadwaita"><a class="header" href="#libadwaita">Libadwaita</a></h1>
<p>If you target a certain platform with your GUI, you will want to follow the platform's <a href="https://en.wikipedia.org/wiki/Human_interface_guidelines">Human Interface Guidelines</a> (HIG).
With a GTK application, chances are the platform is either <a href="https://elementary.io">elementary OS</a> or <a href="https://www.gnome.org/">GNOME</a>.
With a GTK application, chances are the platform is either <a href="https://elementary.io">elementary OS</a> or <a href="https://www.gnome.org">GNOME</a>.
In this chapter we will discuss how to follow GNOME's <a href="https://developer.gnome.org/hig/">HIG</a> with <a href="https://gnome.pages.gitlab.gnome.org/libadwaita/doc/1-latest/">libadwaita</a>.</p>
<p>Libadwaita is a library augmenting GTK 4 which:</p>
<ul>
<li>provides widgets to better follow GNOME's HIG</li>
<li>provides widgets to let applications <a href="https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/adaptive-layouts.html">change their layout </a> based on the available space</li>
<li>integrates the Adwaita <a href="https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/styles-and-appearance.html">stylesheet</a></li>
<li>allows runtime recoloring with <a href="https://gnome.pages.gitlab.gnome.org/libadwaita/doc/1-latest/named-colors.html">named colors</a></li>
<li>allows runtime recoloring with <a href="https://gnome.pages.gitlab.gnome.org/libadwaita/doc/1-latest/css-variables.html#ui-colors">CSS variables</a></li>
<li>adds <a href="https://world.pages.gitlab.gnome.org/Rust/libadwaita-rs/stable/latest/docs/libadwaita/struct.StyleManager.html">API</a> to support the cross-desktop dark style preference</li>
</ul>
<p>In order to use the Rust bindings, add the <a href="https://crates.io/crates/libadwaita">libadwaita crate</a> as dependency by executing:</p>
Expand Down
2 changes: 1 addition & 1 deletion stable/latest/book/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion stable/latest/book/searchindex.json

Large diffs are not rendered by default.

0 comments on commit 003d058

Please sign in to comment.