MCPcopy Create free account
hub / github.com/asb2m10/dexed / DexedDialogWindow

Method DexedDialogWindow

Source/PluginEditor.cpp:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190class DexedDialogWindow : public juce::DialogWindow {
191public:
192 DexedDialogWindow(const juce::String& title, juce::Colour backgroundColour)
193 : juce::DialogWindow(title, backgroundColour, true, false) {
194
195 }
196 void closeButtonPressed() override {
197 setVisible(false);
198 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected