GTK and KDE compatibility

2006-02-27 Thread Colossus
Hi, I connected the signal drag_data_received to the window of my app. However when dragging not from a GTK window ( kde konqueror for example ) my app doesn't receive the signal. Is GTK compatible with event generated from other GUIs such as QT upon which KDE is based ? Thanks, -- Colossus

Can a treeview do this?

2006-02-27 Thread kadil
I don't think a treeview can render this tree structured data that way I wanted. The way I want it and the type of data is shown below: | Function | Funct Failure| Failure Mode |

Re: Can a treeview do this?

2006-02-27 Thread Gus Koppel
kadil wrote: I don't think a treeview can render this tree structured data that way I wanted. The way I want it and the type of data is shown below: | Function | Funct Failure| Failure Mode |

How to convert X Pixmap into GdkPixmap?

2006-02-27 Thread Peter Zhelezniakov
Hello Gtk gurus, I have an X Display and an X Pixmap associated with that display, both provided by a third-party library. I'd like to use the Pixmap in a GTK program by wrapping it into a GdkPixmap structure. More specifically, i want to use GTK's style functions (like gtk_paint_box) to draw to

Pango-1.10.4 released

2006-02-27 Thread Behdad Esfahbod
Pango-1.10.4 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.8/ d7eeb0f995a93534be8e7c687b465a0c pango-1.10.4.tar.bz2 77b260d9847a0052256b0003f0249249 pango-1.10.4.tar.gz This is a stable release and is source and binary compatible with 1.10.3. This release is quite possibly

Pango-1.11.99 Just In Case released [unstable]

2006-02-27 Thread Behdad Esfahbod
Pango-1.11.99 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.9/ 129e55c31e1d76a722ae05b3469d0f30 pango-1.11.99.tar.bz2 297ef569614fcf9b43a912c5a2455771 pango-1.11.99.tar.gz This is the last development release leading to Pango-1.12.0, which will be released just in time

Glib equivalent to std::set

2006-02-27 Thread Peter
I've been wanting to start an app in C++, but am leaning towards GLib partly because of its easy Python integration. My question is, what is the best way to get a std::set equivalent in GLib? For those of you who aren't big on the C++ Standard Template Library, a std::set is a type of container

Re: Can a treeview do this?

2006-02-27 Thread kadil
On Mon, 2006-02-27 at 16:29 +0100, Gus Koppel wrote: kadil wrote: I don't think a treeview can render this tree structured data that way I wanted. The way I want it and the type of data is shown below: | Function | Funct