Re: [gtk-list] another c++ question




   Also, is there anything gtk+ is missing to be used with C++? I've
   complained before about c++ compilers giving warnings but I can live with
   that. What's gtk--? Do I need it? If it's something that's designed to be
   used with C++, does it keep up with gtk+?

First, there is no problem using GTK+ with C++.  You can call GTK+
functions just like you can any other functions.

Gtk-- is a C++ wrapper around GTK+.  The basic idea is that there is a
C++ class defined for every GTK+ object; you subclass from the Gtk--
widgets in creating your GUI objects.  It keeps up.
-- 
Joseph J. Pfeiffer, Jr., Ph.D.       Phone -- (505) 646-1605
Department of Computer Science       FAX   -- (505) 646-1002
New Mexico State University          http://www.cs.nmsu.edu/~pfeiffer



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