blob: dd2eea3f3bdd31d86ac44d54988b47984cf1d734 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>Widget.disableTooltip - kvision</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.core</a> / <a href="index.html">Widget</a> / <a href="./disable-tooltip.html">disableTooltip</a><br/>
<br/>
<h1>disableTooltip</h1>
<a name="pl.treksoft.kvision.core.Widget$disableTooltip()"></a>
<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">disableTooltip</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="index.html"><span class="identifier">Widget</span></a></code>
<p>Disables tooltip for the current widget.</p>
<p><strong>Return</strong><br/>
current widget</p>
</BODY>
</HTML>
|