Package-level declarations

Types

Link copied to clipboard
sealed interface ImageSource

Functions

Link copied to clipboard
fun application(appId: String, args: Array<String>, content: @Composable ApplicationScope.() -> Unit)
Link copied to clipboard
fun gtkApplication(appId: String, args: Array<String>, flags: Set<ApplicationFlags> = setOf(ApplicationFlags.DEFAULT_FLAGS), content: @Composable ApplicationScope.() -> Unit)

This is the entry point of LibAdwaita applications.

Link copied to clipboard
fun <W : Widget> W.setImage(image: ImageSource?, getCurrentPaintable: W.() -> Paintable?, setPaintable: W.(Paintable?) -> Unit, setIcon: W.(String?) -> Unit)
Link copied to clipboard
fun <W : Widget> W.setPaintable(paintable: Paintable?, getCurrentPaintable: W.() -> Paintable?, setPaintable: W.(Paintable?) -> Unit)