Ability to configure minimize/maximize/restore buttons #6669
Labels
api
Changes or additions to APIs
enhancement
New feature or request
priority:low
Lowest priority. The issue is kept open for tracking purpose, but noone is actively working on this
When creating a window, I would like to be able to do the following to the window:
These are common features of windows in applications. Currently you can only force the window to be on top, but these additional features would be helpful.
In this pseudo code, I would make the app the parent by passing the
app
to the.set_parent()
(or whatever it would be called). You may not even need to pass the app to the function but I don't really know. Then there would also be functions to enable/disable the minimize/maximize buttons:The text was updated successfully, but these errors were encountered: