using gtkbuilder with gtk#

View: New views
1 Messages — Rating Filter:   Alert me  

using gtkbuilder with gtk#

by jamin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,

I was looking for the best way to create GUI without coding hard.
I'm very enthusiastic about using :
- glade (3.6.7) to generate xml description
- mono to run it with GtkBuilder (gtk#2.12.9.2 and monodevelop2.1-r...)

At this stage, I just do some few tests.
... But I have my first problem :
- glade generates  and <interface> tags
- gtkbuilder reads <widget> and <glade-interface> tags

I have to replace them manually !
Do you have encountered this problem ???