diff --git a/interface/wx/aui/framemanager.h b/interface/wx/aui/framemanager.h index e39c50e1ab..e037e0268f 100644 --- a/interface/wx/aui/framemanager.h +++ b/interface/wx/aui/framemanager.h @@ -889,6 +889,7 @@ public: /** Right() sets the pane dock position to the right side of the frame. + This is the same thing as calling Direction(wxAUI_DOCK_RIGHT). */ wxAuiPaneInfo& Right(); @@ -932,6 +933,7 @@ public: /** Top() sets the pane dock position to the top of the frame. + This is the same thing as calling Direction(wxAUI_DOCK_TOP). */ wxAuiPaneInfo& Top();