"Jamiil Abduqadir" <[EMAIL PROTECTED]> writes: > Does anyone know where I can get glade for C++ for window from? >
IIRC, starting from glade-3 it doesn't generate code anymore, instead it'll create an xml .glade file for use of libglade for C and libglademm for C++, which the letter is for your case. The next glade release by the time gnome 2.22 release is supposed to support Gtk::Builder, which is added since gtk(mm) 2.12. > Thanks > > -- > Happiness has many doors, and when one of them closes another opens, yet we > spent so much time looking at the one that is shut that we don't see the one > that just opened. > _______________________________________________ > gtkmm-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gtkmm-list _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
