-
The existing (un)maximize() API covers both full and partial maximization, which makes it unnecessarily awkward for the vast majority of code that only cares about full maximization. Address this by renaming the existing methods to set_(un)maximize_flags(), then re-add plain (un)maximize() methods for the full maximization case. Part-of: <!4415>
The existing (un)maximize() API covers both full and partial maximization, which makes it unnecessarily awkward for the vast majority of code that only cares about full maximization. Address this by renaming the existing methods to set_(un)maximize_flags(), then re-add plain (un)maximize() methods for the full maximization case. Part-of: <!4415>
Loading