Re: C++ wrapper users please read!

2001-11-29 Thread David Pettersson
configure complaines about sigc++ not being sane. If I disable the sigc++ test under configuration, gtk-- compiles, but the linker does not link against the sigc++ library. I tried both the version of sigc++ that comes with redhat 7.2 and the latest version that I compiled up myself (configured w

Re: C++ wrapper users please read!

2001-11-29 Thread Timothy M. Shead
[EMAIL PROTECTED] wrote: > Hello, > > I'm a newbie to GTK+ (programming) and I only have a minimal clue about > C++ wrappers. Due to certain reasons (not explained here) I have to > use a C++ wrapper for GTK+. > > Can anyone (experienced) tell me a good C++ wrapper (btw, someone should > updat

GTK Tree or Ctree

2001-11-29 Thread rajeev venkat
Hello I am new to using GTK and need some advice. Say I want to maintain a tree structure like this Lan 1 Computer 1 ...Process 1 . PID where the process will have other attributes also and I want to display the value in the leaf. also I have a time out funct

Re: C++ wrapper users please read!

2001-11-29 Thread Paul Davis
>I have tried gtk--. This seems to be thought of as the standard c++ >binding for gtk+. I cant tell if it is the best since it is the only one >I've tried. The drawback is that it is difficult to install from source, >so you have to get the binary packages. At least I havn't been able to >install

Re: C++ wrapper users please read!

2001-11-29 Thread David Pettersson
I have tried gtk--. This seems to be thought of as the standard c++ binding for gtk+. I cant tell if it is the best since it is the only one I've tried. The drawback is that it is difficult to install from source, so you have to get the binary packages. At least I havn't been able to install from

gtk_clist_append

2001-11-29 Thread Lourdes Maldonado
How many rows can I append to a clist widget? Does it matter how much data each row has? Thanks, Lourdes T. Maldonado ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

C++ wrapper users please read!

2001-11-29 Thread RevX
Hello, I'm a newbie to GTK+ (programming) and I only have a minimal clue about C++ wrappers. Due to certain reasons (not explained here) I have to use a C++ wrapper for GTK+. Can anyone (experienced) tell me a good C++ wrapper (btw, someone should update the dead links of the FAQ). How can I "d

What is an "invalid unclassed object pointer"?

2001-11-29 Thread Skip Montanaro
I'm trying to wrap the gtkhtml2 widget into PyGtk. One of the signals an HtmlDocument instance can emit takes an HtmlStream*. This struct was not declared to be a subclass of GObject, so I "upgraded" it in hopes of making it available to Python. (On the pygtk list it was also suggested that Ht