diff options
| author | Matthias Melcher <github@matthiasm.com> | 2024-05-26 17:50:40 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2024-05-26 17:50:47 +0200 |
| commit | e325c2e4a0a927f0b70c7f71da02065019c020ef (patch) | |
| tree | b5291f7461a644ae3d93b54854c38643ddb57e52 /FL/Fl_Window.H | |
| parent | 2bab8c94ff0d2440520b0aeefc3edaec18c02595 (diff) | |
Adding new call `Fl_Window::get_size_range()`, #981
Diffstat (limited to 'FL/Fl_Window.H')
| -rw-r--r-- | FL/Fl_Window.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H index adf0aa44c..6c6e26493 100644 --- a/FL/Fl_Window.H +++ b/FL/Fl_Window.H @@ -347,6 +347,8 @@ public: void size_range(int minw, int minh, int maxw=0, int maxh=0, int dw=0, int dh=0, int aspect=0); + uchar get_size_range(int *minw, int *minh, int *maxw=NULL, int *maxh=NULL, int *dw=NULL, int *dh=NULL, int *aspect=NULL); + /** See void Fl_Window::label(const char*) */ const char* label() const {return Fl_Widget::label();} /** See void Fl_Window::iconlabel(const char*) */ |
