max (none gtk) glade interface loader

BlitzMax Forums/MaxGUI Module/max (none gtk) glade interface loader

Chris C(Posted 2006) [#1]
do people think a function to load a glade project file
but using maxgui would be useful?

I'm NOT talking about a code generator but rather an inteface loader

gadgetlist=loadglade("project1.glade")
global button1:Tgadget=findgadget("button1",gadgetlist)

to get widgets to behave like maxgui you have to place a gtkfixed widget into a window, but we can take this a read and ignore it when creating the maxgui interface
anyhow heres some glade output