Compose 4 GTK
Toggle table of contents
main-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
Compose 4 GTK
Compose 4 GTK
/
io.github.compose4gtk
/
use
use
fun
<
T
>
Resource
.
use
(
f
:
(
)
->
T
)
:
T
Registers the resource globally, and then invokes
f
. The resource is unregistered before returning