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/
_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep