airstruck / luigi

Lovely User Interfaces for Game Inventors
MIT License
114 stars 23 forks source link

Add 'window' widget type #17

Open airstruck opened 8 years ago

airstruck commented 8 years ago

This widget can be used as the root widget of a layout to manage properties of the window.

airstruck commented 8 years ago

SDL backend should be able to use this to support multiple windows somehow. Calling layout:show on a "window layout" would show it in its own window, but how will "windowless layouts" know which window to show up in?

airstruck commented 8 years ago

Setting minimum/maximum size doesn't seem to do anything under gnome 3, gnome classic or openbox. Not sure what's going on there, or if it works anywhere else. The rest seems to work fine under SDL, still need to add support in Love backend.