[ wxwindows-Patches-1546077 ] Mac style app modal dialog boxes

SourceForge.net noreply at sourceforge.net
Thu Aug 24 09:14:30 PDT 2006


Patches item #1546077, was opened at 2006-08-24 11:14
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1546077&group_id=9863

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Mac specific
Group: new feature
Status: Open
Resolution: None
Priority: 5
Submitted By: Ryan Wilcox (ryanwilcox)
Assigned to: Stefan Csomor (csomor)
Summary: Mac style app modal dialog boxes

Initial Comment:
It is customary on the Mac that application modal
dialog boxes ( read: non-sheets, basically windows that
call wxDialogVar->ShowModal() ) have a specific feel to
them, and no close boxes. (See
<http://developer.apple.com/documentation/UserExperience/Conceptual/OSXHIGuidelines/XHIGWindows/chapter_17_section_6.html#//apple_ref/doc/uid/20000961-BACFBACB>
 for more detail)

This patch enables this functionality. Although I don't
like the current interface (setting an extra style, and
doing it before the wxDialog::Create method gets
called, is a pain), that can easily be changed.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1546077&group_id=9863




More information about the wx-dev mailing list