application
fun application(appId: String, args: Array<String>, content: @Composable ApplicationScope.() -> Unit)
Deprecated
Use adwApplication instead
Replace with
import io.github.compose4gtk.gtk.gtkApplication
Content copied to clipboard
gtkApplication(appId, args) { content() }
Content copied to clipboard