macOS large title bar: add NSToolbar to NSWindow

This commit is contained in:
Karl Tauber
2023-12-10 13:34:41 +01:00
parent eed11d211b
commit f40baed65e
5 changed files with 88 additions and 1 deletions

View File

@@ -53,4 +53,6 @@ public class FlatNativeMacLibrary
}
public native static boolean setWindowRoundedBorder( Window window, float radius, float borderWidth, int borderColor );
public native static void setWindowToolbar( Window window );
}