WindowControls

@Composable
fun WindowControls(modifier: Modifier = Modifier, side: PackType = PackType.START)

Creates a org.gnome.gtk.WindowControls that displays a window's control buttons.

Parameters

modifier

Compose Modifier for layout and styling.

side

Determines where the controls are packed.