static A instaToolTip(A c, S toolTip) {
ret instaToolTip(toolTip, c);
}
static A instaToolTip(IF0 toolTip, A c) {
new InstantNeverHideToolTip(toolTip, c);
ret c;
}
static A instaToolTip(S toolTip, A c) {
new InstantNeverHideToolTip(toolTip, c);
ret c;
}