macOS: add ability to make titlebar unified (#3960)
Adds `WindowExtMacOS::set_unified_titlebar` and `WindowAttributesExtMacOS::with_unified_titlebar`, which allow you to use a larger titlebar style on macOS.
This commit is contained in:
parent
c913cdab0b
commit
3e9b80d47a
4 changed files with 70 additions and 1 deletions
|
|
@ -136,6 +136,7 @@ objc2-app-kit = { version = "0.2.2", features = [
|
|||
"NSScreen",
|
||||
"NSTextInputClient",
|
||||
"NSTextInputContext",
|
||||
"NSToolbar",
|
||||
"NSView",
|
||||
"NSWindow",
|
||||
"NSWindowScripting",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue