+\membersection{wxAuiManager::SetDockSizeConstraint}\label{wxauimanagersetdocksizeconstraint}
+
+\func{void}{SetDockSizeConstraint}{\param{double }{widthpct}, \param{double }{heightpct}}
+
+When a user creates a new dock by dragging a window into a docked position, often times the large size of the
+window will create a dock that is unwieldly large. wxAuiManager by default limits the size of any
+new dock to 1/3 of the window size. For horizontal docks, this would be 1/3 of the window height. For
+vertical docks, 1/3 of the width. Calling this function will adjust this constraint value. The numbers
+must be between 0.0 and 1.0. For instance, calling SetDockSizeContraint with 0.5, 0.5 will cause new
+docks to be limited to half of the size of the entire managed window.
+