|
|
@@ -98,8 +98,6 @@ public: |
|
|
|
bool isResizable() const noexcept; |
|
|
|
void setResizable(bool yesNo); |
|
|
|
|
|
|
|
void setGeometryConstraints(uint width, uint height, bool aspect); |
|
|
|
|
|
|
|
uint getWidth() const noexcept; |
|
|
|
uint getHeight() const noexcept; |
|
|
|
Size<uint> getSize() const noexcept; |
|
|
@@ -109,11 +107,15 @@ public: |
|
|
|
const char* getTitle() const noexcept; |
|
|
|
void setTitle(const char* title); |
|
|
|
|
|
|
|
void setGeometryConstraints(uint width, uint height, bool aspect); |
|
|
|
void setTransientWinId(uintptr_t winId); |
|
|
|
|
|
|
|
double getScaling() const noexcept; |
|
|
|
void setScaling(double scaling) noexcept; |
|
|
|
|
|
|
|
bool getIgnoringKeyRepeat() const noexcept; |
|
|
|
void setIgnoringKeyRepeat(bool ignore) noexcept; |
|
|
|
|
|
|
|
Application& getApp() const noexcept; |
|
|
|
intptr_t getWindowId() const noexcept; |
|
|
|
|
|
|
|