[Glade-users] Need to use Glade with C++
Tristan Van Berkom
tvb at gnome.org
Tue May 30 15:52:03 EDT 2006
S Alston wrote:
> All,
>
> I am new to Glade. I built a small program with Glade and compiled in C
> with
> no problems.However, I need to use C++. I have GTK+ installed, but I'm not
> sure what direction to go from there.Any suggestions would be appreciated.
I am sure that most if not all GTK+ bindings also have bindings to libglade
to parse the glade file. You will want to use gtkmm (C++ bindings for GTK+)
and I am not sure if there are bindings in C++ for libglade; but I think
you can just use libglade as `extern "C"' in your C++ code.
Cheers,
-Tristan
More information about the Glade-users
mailing list