<div dir="ltr"><div>Looking further into it, seems this is the way to go:</div><div><a href="https://github.com/openjdk/jfx/pull/594">https://github.com/openjdk/jfx/pull/594</a></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Em qui., 26 de jan. de 2023 às 21:08, Thiago Milczarek Sayão <<a href="mailto:thiago.sayao@gmail.com">thiago.sayao@gmail.com</a>> escreveu:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>I have begun to implement a StageStyle variation called TOOLKIT_DECORATED (better naming welcome).</div><div><br></div><div>It would be JavaFX's version of:<br></div><div><a href="https://docs.gtk.org/gtk4/class.HeaderBar.html" target="_blank">https://docs.gtk.org/gtk4/class.HeaderBar.html</a></div><div><br></div><div>The goal is to allow a Toolkit decorated window that accepts controls inside the decoration such as a "hamburger menu", tabs (like firefox) or anything else.</div><div><br></div><div>On Linux it would depend on:</div><div><a href="https://docs.gtk.org/gdk3/method.Window.begin_move_drag.html" target="_blank">https://docs.gtk.org/gdk3/method.Window.begin_move_drag.html</a></div><div><br></div><div>That's because the Window Manager would block moving it within desktop constraints, unless using this function.</div><div><br></div><div>It would auto-style (as modena does) buttons and other controls inside it.</div><div><br></div><div>I don't promise I will ever finish this, because I do it for fun and I have no time for fun :)</div><div><br></div><div>I know I have to do a feature proposal and discussion and It might not be accepted.<br></div><div><br></div><div>Cheers</div><div>-- Thiago.<br></div><div><div><div></div></div></div></div>
</blockquote></div>