[ wxwindows-Bugs-1639932 ] wxAuiPaneInfo::Left !=
wxAuiPaneInfo::Direction
SourceForge.net
noreply at sourceforge.net
Fri Jan 19 15:18:00 PST 2007
Bugs item #1639932, was opened at 2007-01-20 00:18
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1639932&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: AUI
Group: Trivial
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: zkey (zkey)
Assigned to: Nobody/Anonymous (nobody)
Summary: wxAuiPaneInfo::Left != wxAuiPaneInfo::Direction
Initial Comment:
In the documentation it is mentioned that wxAuiPaneInfo::Left and wxAuiPaneInfo::Direction aquivalent. For me, the first one works well, the second one not (The pane I want to show is not appearing). I tested it with wx2.8.0 MSW on WinXP.
Example code, wxAuiPaneInfo object I'm creating for one pane:
0: wxAuiPaneInfo propPaneInfo;
1: propPaneInfo.Name(wxT("xName"));
2: propPaneInfo.Caption(wxT("xCaption"));
//
// the following to should do the same:
3: propPaneInfo.Left();
4: propPaneInfo.Direction(wxLEFT); //BUG in AUI:
When I add my pane having only the 3rd line, it works fine. Using 4th line only should do the same, but it doesn't.
Regards, Zijad
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1639932&group_id=9863
More information about the wx-dev
mailing list