You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently trying to create a window with no decorations (and specifically without the title bar as well).
Problem description & Solution
Prior art: issue #337 describes how the .borderless() method could be used to disable borders of a window (which does not include the title bar on Windows). As a result, the title bar is not removed and does not satisfy my current needs.
A proposed API to implement this is probably a .window_decorations() method on the Window structure which takes in an IntoPropertySource<bool> or something or maybe some bikeshedding on the method name...?.
Or, maybe extend the .borderless() function to take into consideration for removing the title bar as well for Windows.
The text was updated successfully, but these errors were encountered:
Context
I am currently trying to create a window with no decorations (and specifically without the title bar as well).
Problem description & Solution
Prior art: issue #337 describes how the
.borderless()
method could be used to disable borders of a window (which does not include the title bar on Windows). As a result, the title bar is not removed and does not satisfy my current needs.A proposed API to implement this is probably a
.window_decorations()
method on theWindow
structure which takes in anIntoPropertySource<bool>
or somethingor maybe some bikeshedding on the method name...?.Or, maybe extend the
.borderless()
function to take into consideration for removing the title bar as well for Windows.The text was updated successfully, but these errors were encountered: