[wx-dev] #9722: wxAuiPaneInfo Documentation Inconsistencies
wxTrac
noreply at wxsite.net
Sat Jul 12 16:10:53 PDT 2008
Ticket URL: <http://trac.wxwidgets.org/ticket/9722>
#9722: wxAuiPaneInfo Documentation Inconsistencies
-----------------------------------------+----------------------------------
Reporter: Candelas | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 2.8.9
Component: wxAui | Version:
Keywords: wxAuiPaneInfo Documentation | Blockedby:
Patch: 0 | Blocking:
-----------------------------------------+----------------------------------
wxAuiPaneInfo::Top()
wxAuiPaneInfo::Right()
do not mention the equvivalent call to wxAuiPaneInfo::Direction()
while
wxAuiPaneInfo::Left()
wxAuiPaneInfo::Bottom()
wxAuiPaneInfo::Center()
wxAuiPaneInfo::Centre()
do
Example:
The documentation for wxAuiPaneInfo::Top() says
"Top() sets the pane dock position to the top of the frame."
but should be
"Top() sets the pane dock position to the top of the frame.This is the
same thing as calling Direction(wxAUI_DOCK_TOP)."
--
Ticket URL: <http://trac.wxwidgets.org/ticket/9722>
More information about the wx-dev
mailing list