Added getter and setter for maxWidth and maxHeight for button groups.

This commit is contained in:
2019-08-02 10:15:49 +02:00
parent 81e21736b7
commit e8a64fb014
71 changed files with 558 additions and 124 deletions
+113 -7
View File
@@ -252,6 +252,10 @@
<li class="parent " data-name="ButtonGroup#disabled"><a href="ButtonGroup.html#disabled">disabled</a></li>
<li class="parent " data-name="ButtonGroup#maxHeight"><a href="ButtonGroup.html#maxHeight">maxHeight</a></li>
<li class="parent " data-name="ButtonGroup#maxWidth"><a href="ButtonGroup.html#maxWidth">maxWidth</a></li>
</ul>
<ul class="typedefs itemMembers">
@@ -3005,6 +3009,108 @@ app.scene.addChild(buttonGroup)</code></pre>
</dl>
</dd>
<dt>
<div class="nameContainer">
<h4 class="name" id="maxHeight">
<a class="share-icon" href="#maxHeight"><span class="glyphicon glyphicon-link"></span></a>
<span class="">maxHeight</span>
<span class="type-signature type">number</span>
</h4>
</div>
</dt>
<dd>
<div class="description">
<p>Gets or sets the maximum height of the button group for stacking. Usefull when you want to resize the available space.</p>
</div>
<dl class="details">
</dl>
</dd>
<dt>
<div class="nameContainer">
<h4 class="name" id="maxWidth">
<a class="share-icon" href="#maxWidth"><span class="glyphicon glyphicon-link"></span></a>
<span class="">maxWidth</span>
<span class="type-signature type">number</span>
</h4>
</div>
</dt>
<dd>
<div class="description">
<p>Gets or sets the maximum width of the button group for stacking. Usefull when you want to resize the available space.</p>
</div>
<dl class="details">
</dl>
@@ -3035,7 +3141,7 @@ app.scene.addChild(buttonGroup)</code></pre>
<div class="tag-source">
<a href="pixi_buttongroup.js.html#line554">buttongroup.js:554</a>
<a href="pixi_buttongroup.js.html#line582">buttongroup.js:582</a>
</div>
</div>
@@ -3107,7 +3213,7 @@ app.scene.addChild(buttonGroup)</code></pre>
<div class="tag-source">
<a href="pixi_buttongroup.js.html#line611">buttongroup.js:611</a>
<a href="pixi_buttongroup.js.html#line639">buttongroup.js:639</a>
</div>
</div>
@@ -3179,7 +3285,7 @@ app.scene.addChild(buttonGroup)</code></pre>
<div class="tag-source">
<a href="pixi_buttongroup.js.html#line535">buttongroup.js:535</a>
<a href="pixi_buttongroup.js.html#line563">buttongroup.js:563</a>
</div>
</div>
@@ -3303,7 +3409,7 @@ app.scene.addChild(buttonGroup)</code></pre>
<div class="tag-source">
<a href="pixi_buttongroup.js.html#line404">buttongroup.js:404</a>
<a href="pixi_buttongroup.js.html#line432">buttongroup.js:432</a>
</div>
</div>
@@ -3513,7 +3619,7 @@ app.scene.addChild(buttonGroup)</code></pre>
<div class="tag-source">
<a href="pixi_buttongroup.js.html#line393">buttongroup.js:393</a>
<a href="pixi_buttongroup.js.html#line421">buttongroup.js:421</a>
</div>
</div>
@@ -3618,7 +3724,7 @@ app.scene.addChild(buttonGroup)</code></pre>
<div class="tag-source">
<a href="pixi_buttongroup.js.html#line543">buttongroup.js:543</a>
<a href="pixi_buttongroup.js.html#line571">buttongroup.js:571</a>
</div>
</div>
@@ -3692,7 +3798,7 @@ app.scene.addChild(buttonGroup)</code></pre>
<footer class="content-size">
<div class="footer">
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Aug 01 2019 11:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Aug 02 2019 10:15:07 GMT+0200 (Mitteleuropäische Sommerzeit)
</div>
</footer>
</div>