We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c26bab commit 8fe0585Copy full SHA for 8fe0585
app/src/processing/app/ui/theme/Window.kt
@@ -51,7 +51,6 @@ val LocalWindow = compositionLocalOf<JFrame> { error("No Window Set") }
51
* @param fullWindowContent If true, the content will extend into the title bar area on macOS.
52
* @param content The composable content to be displayed in the window.
53
*/
54
-// TODO: Add support for onClose callback
55
class PDESwingWindow(
56
titleKey: String = "",
57
size: Dimension? = null,
0 commit comments