Fl::h()
excludes the height of the task bar at the bottom.
I have an Fl_Double_Window
inside an FL_Window
. After I make the outer window (Fl_Window
) full screen using fullscreen()
method, I want to make the height of the Fl_Double_Window
equal to the height of the screen. If I use innerWindow->size(Fl::w(), Fl::h());
it does not extend its height all the way to the bottom of the screen.