DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2083
Version: 1.3-feature


This is a reminder of a recent discussion, so that we don't loose its
benefit.
It has been agreed many times that it would be worth adding fltk
capabilities to :
1 - set the maximize,minimize windows state in a transparent portable way.
2 - Similarly to get the window maximize/minimize state 

Here's the proposal that we should at least before an official 1.3
release:
/** Maximizes or Unmaximizes the window */
virtual void Fl_Window::maximized(bool on_off);
/** Minimizes or restore the window */
virtual void Fl_Window::minimized(bool on_off);
/** Get minimized current state */
bool Fl_Window::minimized() const;
/** Get maximized current state */
bool Fl_Window::maximized() const;

Also, some greg links and hints to make our task easier:
Greg wrote:
 Here's a post showing how to do it under Microsoft Windows;
 specifically, see the Is_Maximized(Fl_Window*) function in this
 posting:

   
http://fltk.org/newsgroups.php?s1+gfltk.general+v2+T0+Q%22maximize+the+window%2C+icons%22

    For X11, I think Mike posted this link describing the list of
    window manager "hints":

    http://standards.freedesktop.org/wm-spec/wm-spec-1.3.html

    Sorry, I didn't see any posts suggesting on how to do this in OSX.


Link: http://www.fltk.org/str.php?L2083
Version: 1.3-feature

_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to