muda/.changes/gtk-add-menu-position.md
Lucas Fernandes Nogueira 7ca4b11564
fix(linux): menu must be the container's first child (#89)
* fix(linux): menu must be the container's first child

* check if gtk box instead

* Revert "check if gtk box instead"

* update change file
2023-08-03 21:54:08 +03:00

246 B

muda
minor

Breaking Change: On Linux, Menu::inti_for_gtk_window has been changed to require the second paramter to extend gtk::Box. This ensures that the menu bar is added at the beginning of the box instead of at the bottom.