Feature #1772

Updated by Zbigniew Rebacz almost 7 years ago

Please add default parameter for following method of ToolButton:
<pre><code class="cpp"> class=&quot;cpp&gt;
virtual Bar::Item& Enable(bool _enable = true);
</code></pre>

The above behavior is default for almost all controls provided by CtrlLib.

Back