You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create a very simple application that requires loading, showing and saving images.
While browsing the code in gintro/gtk.nim, I've noticed most (all?) of the GtkFileChooser interface functions are missing. Most importantly, there doesn't seem to be any way to retrieve a filename from a file chooser dialog (I did actually manage to create one, FileChooserNative). Am I missing something or is this just not implemented yet? Any help on how I would go about creating these bindings myself (since GtkFileChooser is not a "class" but an "interface")?