Does it have a designer?
Then binding gtk-builder is one way and writing a glade-xml2go tool is another ;-)
Dne 9.7.2011 15:30 "Zippoxer" <zipp...@gmail.com> napsal/a:
But it doesn't generate Go code :\
On Jul 9, 2:23 pm, bflm <befelemepesev...@gmail.com> wrote:
> On Saturday, July 9, 2011 1:11:15 PM ...
That's independent from the method which creates the GUI at runtime. Generating Go code for that task is only one of them. Loading the .glade definition of the visually designed GUI by a C or Go lib is another.
Dne 9.7.2011 21:07 "Zippoxer" <zipp...@gmail.com> napsal/a:
Because I don't want to design my GUI by writing a Go code, but to
visually design it (much faster and easier).
On Jul 9, 5:23 pm, DisposaBoy <disposa...@konnichi.com> wrote:
> Why is it so important for it to b...