jimgui icon indicating copy to clipboard operation
jimgui copied to clipboard

Missing platform window features

Open newk5 opened this issue 4 years ago • 4 comments

These are not imgui specific. Some of these features would be very useful to have for the main window created by jimgui.

  • [ ] Ability to disable/enable window maximize button
  • [ ] Ability to disable/enable window minimize button
  • [x] Ability to set the window title
  • [ ] Ability to disable/enable window resizing

newk5 avatar Dec 13 '20 01:12 newk5

Does https://github.com/ice1000/jimgui/blob/master/core/src/org/ice1000/jimgui/JImGui.java#L27 suffice?

ice1000 avatar Dec 14 '20 15:12 ice1000

For the title stuff

ice1000 avatar Dec 14 '20 15:12 ice1000

Ah I didn't know about that. Thats helpful to set the title of the created window but would also be nice to be able to change it after it's created.

newk5 avatar Dec 14 '20 15:12 newk5

Done set window title

ice1000 avatar Jan 20 '21 13:01 ice1000