From 0ae927a00e9ecd45a45edf004e939ab2e5ce4813 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sat, 4 Nov 2023 11:30:45 +0100 Subject: Add Fl_Window::maximize() and Fl_Window::un_maximize() --- src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H') diff --git a/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H b/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H index 4bde200a0..974f9060d 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H +++ b/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H @@ -101,6 +101,9 @@ public: void unmap() FL_OVERRIDE; void fullscreen_on() FL_OVERRIDE; void fullscreen_off(int X, int Y, int W, int H) FL_OVERRIDE; + void maximize() FL_OVERRIDE; + void un_maximize() FL_OVERRIDE; + virtual bool maximize_needs_hide() FL_OVERRIDE { return true; } void iconize() FL_OVERRIDE; void decoration_sizes(int *top, int *left, int *right, int *bottom) FL_OVERRIDE; // --- window cursor stuff -- cgit v1.2.3