Skip to content

Commit

Permalink
[Add] Added the ability to change window sizes & bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Brov3r committed Aug 1, 2024
1 parent 524b2b1 commit b3782f7
Show file tree
Hide file tree
Showing 10 changed files with 651 additions and 83 deletions.
50 changes: 25 additions & 25 deletions docs/javadoc/com/avrix/ui/widgets/ScrollbarWidget.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,52 +175,52 @@ <h2>Method Summary</h2>
<div class="block">Gets the color of the scrollbar thumb (the draggable part of the scrollbar).</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#initPosition()" class="member-name-link">initPosition</a>()</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#onLeftMouseDown(int,int)" class="member-name-link">onLeftMouseDown</a><wbr>(int&nbsp;x,
int&nbsp;y)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Initializes the <a href="Widget.html" title="class in com.avrix.ui.widgets"><code>Widget</code></a> position</div>
<div class="block">Called when the left mouse button is pressed down over the <a href="Widget.html" title="class in com.avrix.ui.widgets"><code>Widget</code></a>.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#onLeftMouseDown(int,int)" class="member-name-link">onLeftMouseDown</a><wbr>(int&nbsp;x,
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#onLeftMouseUp(int,int)" class="member-name-link">onLeftMouseUp</a><wbr>(int&nbsp;x,
int&nbsp;y)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Called when the left mouse button is pressed down over the <a href="Widget.html" title="class in com.avrix.ui.widgets"><code>Widget</code></a>.</div>
<div class="block">Called when the left mouse button is released over the <a href="Widget.html" title="class in com.avrix.ui.widgets"><code>Widget</code></a>.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#onLeftMouseUp(int,int)" class="member-name-link">onLeftMouseUp</a><wbr>(int&nbsp;x,
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#onLeftMouseUpOutside(int,int)" class="member-name-link">onLeftMouseUpOutside</a><wbr>(int&nbsp;x,
int&nbsp;y)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Called when the left mouse button is released over the <a href="Widget.html" title="class in com.avrix.ui.widgets"><code>Widget</code></a>.</div>
<div class="block">Handles the left mouse button up event outside any visible <a href="Widget.html" title="class in com.avrix.ui.widgets"><code>Widget</code></a></div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#onLeftMouseUpOutside(int,int)" class="member-name-link">onLeftMouseUpOutside</a><wbr>(int&nbsp;x,
int&nbsp;y)</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#render()" class="member-name-link">render</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Handles the left mouse button up event outside any visible <a href="Widget.html" title="class in com.avrix.ui.widgets"><code>Widget</code></a></div>
<div class="block">Renders the <a href="Widget.html" title="class in com.avrix.ui.widgets"><code>Widget</code></a></div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#render()" class="member-name-link">render</a>()</code></div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>final void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setBorderOffset(int)" class="member-name-link">setBorderOffset</a><wbr>(int&nbsp;borderOffset)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Renders the <a href="Widget.html" title="class in com.avrix.ui.widgets"><code>Widget</code></a></div>
<div class="block">Sets the border offset of the scrollbar.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>final void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setBorderOffset(int)" class="member-name-link">setBorderOffset</a><wbr>(int&nbsp;borderOffset)</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setCompressedWidth(int)" class="member-name-link">setCompressedWidth</a><wbr>(int&nbsp;compressedWidth)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Sets the border offset of the scrollbar.</div>
<div class="block">Sets the compressed width of the scrollbar.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>final void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setCompressedWidth(int)" class="member-name-link">setCompressedWidth</a><wbr>(int&nbsp;compressedWidth)</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setThumbColor(com.avrix.ui.NVGColor)" class="member-name-link">setThumbColor</a><wbr>(<a href="../NVGColor.html" title="class in com.avrix.ui">NVGColor</a>&nbsp;thumbColor)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Sets the compressed width of the scrollbar.</div>
<div class="block">Sets the color of the scrollbar thumb (the draggable part of the scrollbar).</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>final void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setThumbColor(com.avrix.ui.NVGColor)" class="member-name-link">setThumbColor</a><wbr>(<a href="../NVGColor.html" title="class in com.avrix.ui">NVGColor</a>&nbsp;thumbColor)</code></div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#update()" class="member-name-link">update</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Sets the color of the scrollbar thumb (the draggable part of the scrollbar).</div>
<div class="block">Updates the <a href="Widget.html" title="class in com.avrix.ui.widgets"><code>Widget</code></a></div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#update()" class="member-name-link">update</a>()</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#updatePosition()" class="member-name-link">updatePosition</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Updates the <a href="Widget.html" title="class in com.avrix.ui.widgets"><code>Widget</code></a></div>
<div class="block">Update the <a href="Widget.html" title="class in com.avrix.ui.widgets"><code>Widget</code></a> position</div>
</div>
</div>
</div>
Expand Down Expand Up @@ -381,10 +381,10 @@ <h3>setCompressedWidth</h3>
</section>
</li>
<li>
<section class="detail" id="initPosition()">
<h3>initPosition</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">initPosition</span>()</div>
<div class="block">Initializes the <a href="Widget.html" title="class in com.avrix.ui.widgets"><code>Widget</code></a> position</div>
<section class="detail" id="updatePosition()">
<h3>updatePosition</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">updatePosition</span>()</div>
<div class="block">Update the <a href="Widget.html" title="class in com.avrix.ui.widgets"><code>Widget</code></a> position</div>
</section>
</li>
<li>
Expand Down
Loading

0 comments on commit b3782f7

Please sign in to comment.