[Glade-users] Need to use Glade with C++
- From: tvb at gnome.org (Tristan Van Berkom)
- Subject: [Glade-users] Need to use Glade with C++
- Date: Tue May 30 16:03:00 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]