bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #29709] Windows: Maximize button in a window title bar is always gr


From: Eric Wasylishen
Subject: [bug #29709] Windows: Maximize button in a window title bar is always grayed out
Date: Wed, 28 Apr 2010 22:37:24 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.1.249.1059 Safari/532.5

URL:
  <http://savannah.gnu.org/bugs/?29709>

                 Summary: Windows: Maximize button in a window title bar is
always grayed out
                 Project: GNUstep
            Submitted by: ericw
            Submitted on: Wed 28 Apr 2010 10:37:24 PM GMT
                Category: Backend
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

The first step in fixing this is -[WIN32Server windowStyleForGSStyle:] should
use WS_MAXIMIZEBOX in some cases.

e.g.
if ((style & NSResizableWindowMask) == NSResizableWindowMask)
  style |= WS_SIZEBOX | WS_MAXIMIZEBOX;

However this isn't quite enough - if you do this and then maximize a window,
GNUstep doesn't seem to be aware that the window size changed, and acts weird.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?29709>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]