From e325c2e4a0a927f0b70c7f71da02065019c020ef Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 26 May 2024 17:50:40 +0200 Subject: Adding new call `Fl_Window::get_size_range()`, #981 --- FL/Fl_Window.H | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FL') 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*) */ -- cgit v1.2.3