Files
kotlin-fork/samples/gtk

GTK application

This example shows how one may use Kotlin/Native to build GUI applications with the GTK toolkit.

To build use ../gradlew build or ./build.sh.

Do not forget to install GTK3.

On Mac use port install gtk3, on Debian flavours of Linux - apt-get install libgtk-3-dev. To run on Mac also install XQuartz X server (https://www.xquartz.org/), and then

../gradlew run

Alternatively you can run artifact directly

./build/konan/bin/Gtk3Demo/Gtk3Demo.kexe

Dialog box with the button will be shown, and application will print message and terminate on button click.