Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yungtry/gotk3-glade-simple-example

Simple example showing how to load a Glade file using gotk3
https://github.com/yungtry/gotk3-glade-simple-example

glade gotk3 gtk

Last synced: about 2 months ago
JSON representation

Simple example showing how to load a Glade file using gotk3

Awesome Lists containing this project

README

        

# gotk3 glade example

Please refer to [main.go](https://github.com/yungtry/gotk3-glade-example/blob/master/main.go) and [main.glade](https://github.com/yungtry/gotk3-glade-example/blob/master/main.glade).

![example](https://github.com/yungtry/gotk3-glade-example/blob/master/screenshot.png "Example program")

https://github.com/gotk3/gotk3 is required to be [installed](https://github.com/gotk3/gotk3/wiki#installation).

# Credits
Based on https://github.com/mrccnt/gotk3-glade-example