Corey O'Connor
Corey O'Connor
This reminds me of "inline-c" for GHC haskell. Which has definitely been proved to be useful. The name "ExternalSource" sounds odd to me. The `@extern` makes sense as short for...
for reference: https://hackage.haskell.org/package/inline-c
Yes. There are gtk methods that take a resource path. This is, for example, how ui layouts are loaded. I can change the example to one of those. On Thu,...
What do you think of this plan: extending the provided example ( https://github.com/indoorvivants/scala-native-gtk-bindings/blob/main/examples/src/main/scala/example.scala ) to load in a UI definition of the main window; Change this documentation to point to...
Makes sense! I'll make that change.