Re: [gtk-list] another c++ question
- From: Joe Pfeiffer <pfeiffer cs nmsu edu>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] another c++ question
- Date: Thu, 29 Apr 1999 08:48:37 -0600
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]