Krotos Modules 3
Loading...
Searching...
No Matches
DialogWindow.cpp
Go to the documentation of this file.
1namespace krotos
3#include "DialogWindow.h"
4
5 KDialogWindow::KDialogWindow(const String& name, Colour backgroundColour, bool escapeKeyTriggersCloseButton,
6 bool addToDesktop, float desktopScale)
7 : DialogWindow(name, backgroundColour, escapeKeyTriggersCloseButton, addToDesktop, desktopScale)
8 {
9 setTitleBarHeight(0);
10 }
11} // namespace krotos
Definition AirAbsorptionFilter.cpp:2