MCPcopy Create free account
hub / github.com/ZL-Audio/ZLEqualizer / TooltipWindow

Method TooltipWindow

source/gui/tooltip/tooltip_window.hpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 class TooltipWindow final : public juce::TooltipWindow {
16 public:
17 explicit TooltipWindow(Component* parent_component, const int milliseconds_before_appears = 700)
18 : juce::TooltipWindow(parent_component, milliseconds_before_appears) {
19 setInterceptsMouseClicks(false, false);
20 }
21
22 juce::String getTipFor(Component& c) override {
23 return juce::TooltipWindow::getTipFor(c);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected