Skip to content

Commit

Permalink
Update docs for master-ge6f5c79 via Github Actions
Browse files Browse the repository at this point in the history
Last commit message:
Merge pull request #3879 from Elv13/2023_xmas_commits_pr1

Commits: awesomeWM/awesome@7707618...e6f5c79
Build URL: https://github.com/awesomeWM/awesome/actions/runs/7597805775
Commit: awesomeWM/awesome@e6f5c79
Tree:   https://github.com/awesomeWM/awesome/commits/e6f5c79
  • Loading branch information
awesome-robot committed Jan 21, 2024
2 parents 3096e71 + 7a7e8a3 commit 6d1373d
Show file tree
Hide file tree
Showing 133 changed files with 5,540 additions and 7,836 deletions.
430 changes: 317 additions & 113 deletions classes/awful.screenshot.html

Large diffs are not rendered by default.

46 changes: 20 additions & 26 deletions classes/wibox.widget.base.html
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ <h2><a href="#Static_module_functions">Static module functions</a></h2>
<h2><a href="#Object_properties">Object properties</a></h2>
<table class="function_list">
<tr class="summary_row">
<td class="shortname" ><a href="#wibox.widget.base.children">children</a></td>
<td class="shortname" ><a href="#children">children</a></td>
<td class="summarytype" nowrap><span class='summary_type'>table</span></td>
<td class="summary">
Get or set the children elements.
Expand All @@ -409,7 +409,7 @@ <h2><a href="#Object_properties">Object properties</a></h2>
</td>
</tr>
<tr class="summary_row">
<td class="shortname" ><a href="#wibox.widget.base.all_children">all_children</a></td>
<td class="shortname" ><a href="#all_children">all_children</a></td>
<td class="summarytype" nowrap><span class='summary_type'>table</span></td>
<td class="summary">
Get all direct and indirect children widgets.
Expand All @@ -418,7 +418,7 @@ <h2><a href="#Object_properties">Object properties</a></h2>
</td>
</tr>
<tr class="summary_row">
<td class="shortname" ><a href="#wibox.widget.base.forced_height">forced_height</a></td>
<td class="shortname" ><a href="#forced_height">forced_height</a></td>
<td class="summarytype" nowrap><span class='summary_type'>number <i>or</i> nil</span></td>
<td class="summary">
Force a widget height.
Expand All @@ -427,7 +427,7 @@ <h2><a href="#Object_properties">Object properties</a></h2>
</td>
</tr>
<tr class="summary_row">
<td class="shortname" ><a href="#wibox.widget.base.forced_width">forced_width</a></td>
<td class="shortname" ><a href="#forced_width">forced_width</a></td>
<td class="summarytype" nowrap><span class='summary_type'>number <i>or</i> nil</span></td>
<td class="summary">
Force a widget width.
Expand All @@ -436,7 +436,7 @@ <h2><a href="#Object_properties">Object properties</a></h2>
</td>
</tr>
<tr class="summary_row">
<td class="shortname" ><a href="#wibox.widget.base.opacity">opacity</a></td>
<td class="shortname" ><a href="#opacity">opacity</a></td>
<td class="summarytype" nowrap><span class='summary_type'>number</span></td>
<td class="summary">
The widget opacity (transparency).
Expand All @@ -445,7 +445,7 @@ <h2><a href="#Object_properties">Object properties</a></h2>
</td>
</tr>
<tr class="summary_row">
<td class="shortname" ><a href="#wibox.widget.base.visible">visible</a></td>
<td class="shortname" ><a href="#visible">visible</a></td>
<td class="summarytype" nowrap><span class='summary_type'>boolean</span></td>
<td class="summary">
The widget visibility.
Expand All @@ -454,7 +454,7 @@ <h2><a href="#Object_properties">Object properties</a></h2>
</td>
</tr>
<tr class="summary_row">
<td class="shortname" ><a href="#wibox.widget.base.buttons">buttons</a></td>
<td class="shortname" ><a href="#buttons">buttons</a></td>
<td class="summarytype" nowrap><span class='summary_type'>table</span></td>
<td class="summary">
The widget buttons.
Expand Down Expand Up @@ -1234,7 +1234,7 @@ <h2 class="section-header "><a name="Object_properties"></a>Object properties</h

<dl class="function">
<dt>
<a class="copy-link js-copy-link" name="wibox.widget.base.children" href="#wibox.widget.base.children">&#128279;</a>
<a class="copy-link js-copy-link" name="children" href="#children">&#128279;</a>
<strong>children</strong>
<span class="proptype"><span class='summary_type'>table</span></span>
<span class="baseclass" >
Expand Down Expand Up @@ -1271,9 +1271,8 @@ <h3>See also:</h3>
<table class="see_also">
<tr>
<td><a href="../classes/wibox.widget.base.html#wibox.widget.base.all_children" title="In the wibox.widget.base module.">wibox.widget.base.all_children</a></td>
<td>Get all direct and indirect children widgets. </td>
<td> </td>
<td>
<span class="chips">object properties</span>
</td>
<tr>
</table>
Expand All @@ -1285,7 +1284,7 @@ <h3>See also:</h3>

</dd>
<dt>
<a class="copy-link js-copy-link" name="wibox.widget.base.all_children" href="#wibox.widget.base.all_children">&#128279;</a>
<a class="copy-link js-copy-link" name="all_children" href="#all_children">&#128279;</a>
<strong>all_children</strong>
<span class="proptype"><span class='summary_type'>table</span></span>
<span class="baseclass" >
Expand Down Expand Up @@ -1326,9 +1325,8 @@ <h3>See also:</h3>
<table class="see_also">
<tr>
<td><a href="../classes/wibox.widget.base.html#wibox.widget.base.children" title="In the wibox.widget.base module.">wibox.widget.base.children</a></td>
<td>Get or set the children elements. </td>
<td> </td>
<td>
<span class="chips">object properties</span>
</td>
<tr>
</table>
Expand All @@ -1340,7 +1338,7 @@ <h3>See also:</h3>

</dd>
<dt>
<a class="copy-link js-copy-link" name="wibox.widget.base.forced_height" href="#wibox.widget.base.forced_height">&#128279;</a>
<a class="copy-link js-copy-link" name="forced_height" href="#forced_height">&#128279;</a>
<strong>forced_height</strong>
<span class="proptype"><span class='summary_type'>number <i>or</i> nil</span></span>
<span class="baseclass" >
Expand Down Expand Up @@ -1408,9 +1406,8 @@ <h3>See also:</h3>
<table class="see_also">
<tr>
<td><a href="../classes/wibox.widget.base.html#wibox.widget.base.forced_width" title="In the wibox.widget.base module.">wibox.widget.base.forced_width</a></td>
<td>Force a widget width. </td>
<td> </td>
<td>
<span class="chips">object properties</span>
</td>
<tr>
</table>
Expand All @@ -1422,7 +1419,7 @@ <h3>See also:</h3>

</dd>
<dt>
<a class="copy-link js-copy-link" name="wibox.widget.base.forced_width" href="#wibox.widget.base.forced_width">&#128279;</a>
<a class="copy-link js-copy-link" name="forced_width" href="#forced_width">&#128279;</a>
<strong>forced_width</strong>
<span class="proptype"><span class='summary_type'>number <i>or</i> nil</span></span>
<span class="baseclass" >
Expand Down Expand Up @@ -1490,9 +1487,8 @@ <h3>See also:</h3>
<table class="see_also">
<tr>
<td><a href="../classes/wibox.widget.base.html#wibox.widget.base.forced_height" title="In the wibox.widget.base module.">wibox.widget.base.forced_height</a></td>
<td>Force a widget height. </td>
<td> </td>
<td>
<span class="chips">object properties</span>
</td>
<tr>
</table>
Expand All @@ -1504,7 +1500,7 @@ <h3>See also:</h3>

</dd>
<dt>
<a class="copy-link js-copy-link" name="wibox.widget.base.opacity" href="#wibox.widget.base.opacity">&#128279;</a>
<a class="copy-link js-copy-link" name="opacity" href="#opacity">&#128279;</a>
<strong>opacity</strong>
<span class="proptype"><span class='summary_type'>number</span></span>
<span class="baseclass" >
Expand Down Expand Up @@ -1557,9 +1553,8 @@ <h3>See also:</h3>
<table class="see_also">
<tr>
<td><a href="../classes/wibox.widget.base.html#wibox.widget.base.visible" title="In the wibox.widget.base module.">wibox.widget.base.visible</a></td>
<td>The widget visibility. </td>
<td> </td>
<td>
<span class="chips">object properties</span>
</td>
<tr>
</table>
Expand All @@ -1571,7 +1566,7 @@ <h3>See also:</h3>

</dd>
<dt>
<a class="copy-link js-copy-link" name="wibox.widget.base.visible" href="#wibox.widget.base.visible">&#128279;</a>
<a class="copy-link js-copy-link" name="visible" href="#visible">&#128279;</a>
<strong>visible</strong>
<span class="proptype"><span class='summary_type'>boolean</span></span>
<span class="baseclass" >
Expand Down Expand Up @@ -1608,9 +1603,8 @@ <h3>See also:</h3>
<table class="see_also">
<tr>
<td><a href="../classes/wibox.widget.base.html#wibox.widget.base.opacity" title="In the wibox.widget.base module.">wibox.widget.base.opacity</a></td>
<td>The widget opacity (transparency). </td>
<td> </td>
<td>
<span class="chips">object properties</span>
</td>
<tr>
</table>
Expand All @@ -1622,7 +1616,7 @@ <h3>See also:</h3>

</dd>
<dt>
<a class="copy-link js-copy-link" name="wibox.widget.base.buttons" href="#wibox.widget.base.buttons">&#128279;</a>
<a class="copy-link js-copy-link" name="buttons" href="#buttons">&#128279;</a>
<strong>buttons</strong>
<span class="proptype"><span class='summary_type'>table</span></span>
<span class="baseclass" >
Expand Down
2 changes: 1 addition & 1 deletion core_components/awesome.html
Original file line number Diff line number Diff line change
Expand Up @@ -2020,7 +2020,7 @@ <h2 class="section-header "><a name="Fields"></a>Fields</h2>
APIs. Testing your patches with mode and the default config is recommended
before submitting a patch.</p>

<p> You can use the <a href="../core_components/awesome.html#connect_signal">-l</a> command line option or <code>api-level</code> modeline key to set
<p> You can use the <a href="../core_components/awesome.html#emit_signal">-l</a> command line option or <code>api-level</code> modeline key to set
the API level for your <a href="../sample files/rc.lua.html#">rc.lua</a>. This setting is global and read only,
individual modules cannot set their own API level.

Expand Down
2 changes: 1 addition & 1 deletion documentation/89-NEWS.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -1554,7 +1554,7 @@ <h3>Deprecated functions</h3>
<p>Those functions have been renamed or converted to methods:</p>

<ul>
<li>awful.<a href="../core_components/client.html#awful.client.jumpto">client.jumpto</a></li>
<li>awful.<a href="../core_components/client.html#awful.client.urgent.jumpto">client.jumpto</a></li>
<li>awful.<a href="../core_components/client.html#awful.client.visible">client.visible</a></li>
<li>awful.<a href="../core_components/client.html#awful.client.tiled">client.tiled</a></li>
<li>awful.<a href="../core_components/client.html#awful.client.moveresize">client.moveresize</a></li>
Expand Down
Loading

0 comments on commit 6d1373d

Please sign in to comment.