Using C++ with Gtk



Is anyone out there coding in Gtk (not Gtk--), using C++?  I'm thinking of
the approach described in the book "Object Oriented Programming with C++ and
Motif," by Young.  Instead of creating a complete C++ wrapper around Motif,
Young describes how to create C++ components that encapsulate large chunks
of Motif C code and widgets.  For example, one could create a tic-tac-toe
board component (C++ class) that would encapsulate a bunch of Motif widgets
(usually as a single-rooted widget tree).

I'm not describing this very well, but if you've read the book you'll know
what I mean.  So is anyone doing something similar with C++ and Gtk, and do
they have any pointers?  Again, I'm aware of Gtk--, but that's not what I'm
asking about

Steve Molitor
smolitor@insight-tech.com



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]