Skip to content

Commit

Permalink
deploy: c94b40d
Browse files Browse the repository at this point in the history
  • Loading branch information
elkowar committed Aug 18, 2023
1 parent 6b9a959 commit 4ece54d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -715,8 +715,8 @@ <h2 id="label"><a class="header" href="#label"><code>label</code></a></h2>
<ul>
<li><strong><code>text</code></strong>: <em><code>string</code></em> the text to display</li>
<li><strong><code>limit-width</code></strong>: <em><code>int</code></em> maximum count of characters to display</li>
<li><strong><code>truncate_left</code></strong>: <em><code>bool</code></em> whether to truncate on the left side</li>
<li><strong><code>show_truncated</code></strong>: <em><code>bool</code></em> show whether the text was truncated</li>
<li><strong><code>truncate-left</code></strong>: <em><code>bool</code></em> whether to truncate on the left side</li>
<li><strong><code>show-truncated</code></strong>: <em><code>bool</code></em> show whether the text was truncated</li>
<li><strong><code>markup</code></strong>: <em><code>string</code></em> Pango markup to display</li>
<li><strong><code>wrap</code></strong>: <em><code>bool</code></em> Wrap the text. This mainly makes sense if you set the width of this widget.</li>
<li><strong><code>angle</code></strong>: <em><code>float</code></em> the angle of rotation for the label (between 0 - 360)</li>
Expand Down Expand Up @@ -751,8 +751,8 @@ <h2 id="transform"><a class="header" href="#transform"><code>transform</code></a
<li><strong><code>rotate</code></strong>: <em><code>float</code></em> the percentage to rotate</li>
<li><strong><code>translate-x</code></strong>: <em><code>string</code></em> the amount to translate in the x direction (px or %)</li>
<li><strong><code>translate-y</code></strong>: <em><code>string</code></em> the amount to translate in the y direction (px or %)</li>
<li><strong><code>scale_x</code></strong>: <em><code>string</code></em> the amount to scale in the x direction (px or %)</li>
<li><strong><code>scale_y</code></strong>: <em><code>string</code></em> the amount to scale in the y direction (px or %)</li>
<li><strong><code>scale-x</code></strong>: <em><code>string</code></em> the amount to scale in the x direction (px or %)</li>
<li><strong><code>scale-y</code></strong>: <em><code>string</code></em> the amount to scale in the y direction (px or %)</li>
</ul>
<h2 id="circular-progress"><a class="header" href="#circular-progress"><code>circular-progress</code></a></h2>
<p>A widget that displays a circular progress bar</p>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions widgets.html
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,8 @@ <h2 id="label"><a class="header" href="#label"><code>label</code></a></h2>
<ul>
<li><strong><code>text</code></strong>: <em><code>string</code></em> the text to display</li>
<li><strong><code>limit-width</code></strong>: <em><code>int</code></em> maximum count of characters to display</li>
<li><strong><code>truncate_left</code></strong>: <em><code>bool</code></em> whether to truncate on the left side</li>
<li><strong><code>show_truncated</code></strong>: <em><code>bool</code></em> show whether the text was truncated</li>
<li><strong><code>truncate-left</code></strong>: <em><code>bool</code></em> whether to truncate on the left side</li>
<li><strong><code>show-truncated</code></strong>: <em><code>bool</code></em> show whether the text was truncated</li>
<li><strong><code>markup</code></strong>: <em><code>string</code></em> Pango markup to display</li>
<li><strong><code>wrap</code></strong>: <em><code>bool</code></em> Wrap the text. This mainly makes sense if you set the width of this widget.</li>
<li><strong><code>angle</code></strong>: <em><code>float</code></em> the angle of rotation for the label (between 0 - 360)</li>
Expand Down Expand Up @@ -366,8 +366,8 @@ <h2 id="transform"><a class="header" href="#transform"><code>transform</code></a
<li><strong><code>rotate</code></strong>: <em><code>float</code></em> the percentage to rotate</li>
<li><strong><code>translate-x</code></strong>: <em><code>string</code></em> the amount to translate in the x direction (px or %)</li>
<li><strong><code>translate-y</code></strong>: <em><code>string</code></em> the amount to translate in the y direction (px or %)</li>
<li><strong><code>scale_x</code></strong>: <em><code>string</code></em> the amount to scale in the x direction (px or %)</li>
<li><strong><code>scale_y</code></strong>: <em><code>string</code></em> the amount to scale in the y direction (px or %)</li>
<li><strong><code>scale-x</code></strong>: <em><code>string</code></em> the amount to scale in the x direction (px or %)</li>
<li><strong><code>scale-y</code></strong>: <em><code>string</code></em> the amount to scale in the y direction (px or %)</li>
</ul>
<h2 id="circular-progress"><a class="header" href="#circular-progress"><code>circular-progress</code></a></h2>
<p>A widget that displays a circular progress bar</p>
Expand Down

0 comments on commit 4ece54d

Please sign in to comment.