linebender/druid

implement 'show titlebar' window option

Open

#634 opened on Mar 11, 2020

View on GitHub
 (12 comments) (0 reactions) (0 assignees)Rust (9,091 stars) (567 forks)batch import
discussionhelp wantedshell/macshell/win

Description

This was implemented on gtk in #587. This is at least somewhat complicated on mac; it isn't 100% clear what it should correspond to. If there is no window border on mac that means the window also is not resizable or moveable by default. Is that the intended behaviour? this needs to be clarified.

cc @Psykopear: exactly what is the intended behaviour of a window that has show_titlebar false? can that window be resized or moved? We may need to slightly rethink this..

Contributor guide