podgorskiy / bimpy

imgui for python
https://podgorskiy.github.io/bimpy/
MIT License
202 stars 33 forks source link

Window Maximize/Restore/Resize #31

Open xMikan09 opened 4 years ago

xMikan09 commented 4 years ago

Is there any way to disable maximize, restore, and resize?

podgorskiy commented 3 years ago

@xMikan09 , I added this feature recently. Check this https://podgorskiy.github.io/bimpy/bimpy.html#bimpy.Context.init

When you init context, you need to pass resizable=False to the init method.