void hide() { setVisible(false); if (isOnDesktop()) removeFromDesktop(); clearContentComponent(); }
void TooltipWindow::hideTip() { if (! reentrant) { tipShowing.clear(); removeFromDesktop(); setVisible (false); } }
VstPluginWindow::~VstPluginWindow () { DBG ("VstPluginWindow::~VstPluginWindow"); // remove manually the menu ! setMenuBar (0); // remove existent plugin editors setPlugin (0); // kill this window before it gets killed by juce ! removeFromDesktop (); }
void TooltipWindow::hideTip() { if (! reentrant) { tipShowing.clear(); removeFromDesktop(); setVisible (false); #if JUCE_DEBUG activeTooltipWindows.removeAllInstancesOf (this); #endif } }
void TooltipWindow::hide() { tipShowing = String::empty; removeFromDesktop(); setVisible (false); }