BeginTooltip

Tooltips - Tooltips are windows following the mouse. They do not take focus away. - A tooltip window can contain items of any types. - SetTooltip() is more or less a shortcut for the 'if (BeginTooltip()) { Text(...); EndTooltip(); }' idiom (with a subtlety that it discard any previously submitted tooltip)

pure @nogc nothrow @trusted
bool
BeginTooltip
()

Meta