[ wxwindows-Patches-1522130 ] [wxAUI] ProcessDockResult made virtual to override docking

SourceForge.net noreply at sourceforge.net
Thu Jul 13 14:59:27 PDT 2006


Patches item #1522130, was opened at 2006-07-13 15:59
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=1522130&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: Generic
Group: new feature
Status: Open
Resolution: None
Priority: 5
Submitted By: Bryan Petty (bpetty)
Assigned to: Nobody/Anonymous (nobody)
Summary: [wxAUI] ProcessDockResult made virtual to override docking

Initial Comment:
This patch makes it possible to override the docking
behaviour by deriving a new wxFrameManager and
overriding ProcessDockResult with custom restrictions
on locations where certain panes have the ability to
dock for example. As a reminder, any overridden
ProcessDockResult function should fall back on
returning the result from
wxFrameManager::ProcessDockResult if no conclusion is
made so that the basic behaviour and rules for dock
direction still apply.

Thanks goes to Alex Bligh for his help with this.

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

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




More information about the wx-dev mailing list