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)."