We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wx.aui.AuiManager.GetDockSizeConstraint
Operating system: Windows 10 wxPython version & source: 4.2.2 (pypi) Python version & source: 3.12
Description of the problem: https://docs.wxpython.org/wx.aui.AuiManager.html#wx.aui.AuiManager.GetDockSizeConstraint The argument description is incorrect.
>>> help(wx.aui.AuiManager.GetDockSizeConstraint) Help on built-in function GetDockSizeConstraint: GetDockSizeConstraint(...) GetDockSizeConstraint(widthpct, heightpct) Returns the current dock constraint values.
The correct description is:
GetDockSizeConstraint(...) GetDockSizeConstraint() Returns the current dock constraint values (widthpct, heightpct).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Operating system: Windows 10
wxPython version & source: 4.2.2 (pypi)
Python version & source: 3.12
Description of the problem:
https://docs.wxpython.org/wx.aui.AuiManager.html#wx.aui.AuiManager.GetDockSizeConstraint
The argument description is incorrect.
The correct description is:
The text was updated successfully, but these errors were encountered: