Marshall
10/20/2020, 7:24 PMMiroslav Sobotka
10/21/2020, 4:04 PMMarshall
10/21/2020, 4:07 PMvbox {
hbox {
hbbox {
button {
label = "Quit"
onClicked {
println("Quit Kotlin GTK!")
this@createWindow.destroy()
}
}
button {
label = "File Manager"
onClicked {
fileManager().showAll()
}
}
}
Miroslav Sobotka
10/21/2020, 4:41 PMMarshall
10/21/2020, 4:43 PMMiroslav Sobotka
10/21/2020, 4:49 PMMarshall
10/21/2020, 4:52 PMbjonnh
10/22/2020, 8:17 PMMarshall
10/22/2020, 8:21 PMbjonnh
10/22/2020, 8:28 PMA problem occurred evaluating root project 'weather'.
> Could not create task ':cinteropLibgtk3Linux'.
> Could not create task of type 'CInteropProcess'.
> 'org.gradle.api.file.RegularFileProperty org.jetbrains.kotlin.gradle.tasks.CInteropProcess.newOutputFile()'
Marshall
10/22/2020, 8:29 PMbjonnh
10/22/2020, 8:30 PMMarshall
10/22/2020, 8:30 PMbjonnh
10/22/2020, 8:31 PMMarshall
10/22/2020, 8:33 PMbjonnh
10/22/2020, 8:41 PMMarshall
10/22/2020, 8:44 PMbjonnh
10/22/2020, 8:44 PMMarshall
10/22/2020, 8:44 PMbjonnh
10/22/2020, 8:44 PMMarshall
10/22/2020, 8:45 PMbjonnh
10/22/2020, 8:45 PMMarshall
10/22/2020, 8:46 PMbjonnh
10/22/2020, 8:46 PMMarshall
10/22/2020, 8:47 PMbjonnh
10/22/2020, 8:47 PMMarshall
10/22/2020, 8:48 PMbjonnh
10/22/2020, 8:48 PMMarshall
10/22/2020, 8:48 PMbjonnh
10/22/2020, 8:48 PMMarshall
10/22/2020, 8:49 PMbjonnh
10/22/2020, 8:49 PMMarshall
10/22/2020, 8:50 PMbjonnh
10/22/2020, 8:51 PMMarshall
10/22/2020, 8:51 PMbjonnh
10/22/2020, 8:52 PMMarshall
10/22/2020, 8:55 PMbjonnh
10/22/2020, 8:59 PMMarshall
10/22/2020, 9:00 PM