glib main content/loop issue

2009-03-15 Thread Chuck Crisler
Hello! I am having a problem with the glib main context. This is running on Ubuntu Linux 8.0.4. I have an app that needs to spawn and control another app. I am calling g_spawn_async_with_pipes from a secondary thread in a shared library, not the main app. I manually create and attach GSource

GtkEntry Set pixmap

2009-03-15 Thread swati pardeshi
Hi, I want to set the background pixmap for gtkentry. At the same time i want the text to start at an xoffset. So I set the xthickness to 8 and the background pixmap to the widget-window. The widget window gets the pixmap but the entry-text_area is still drawn in default base color. So its

How to make background of gtkentry text area to transparent?

2009-03-15 Thread swati pardeshi
Hi, Can someone tell me how to make the background of gtkentry text area transparent? ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

RE : GTK+ 2.16.0 released

2009-03-15 Thread dupuit cyril
Hello, I have seen this mail that announce the last release of Gtk+. Just a little question, when this last release can be available at the following page http://www.gtk.org/download-windows.html. I am using windows for a Gtk+ application and I am very interrested by the last release. Thank

Re: RE : GTK+ 2.16.0 released

2009-03-15 Thread Tor Lillqvist
Just a little question, when this last release can be available at the following page http://www.gtk.org/download-windows.html. In a day or two. Most likely during next week anyway. --tml ___ gtk-app-devel-list mailing list

Re: How to get GtkImage resize of widget container?

2009-03-15 Thread Dov Grobgeld
No, doing it for the GtkImage is enough. Manually resizing or maximizing is one and the same. Regards, Dov 2009/3/15 Luis Gonzalez ghempr...@hotmail.com Hi, I have do this in size-request event of the GtkViewport?, Does it works if the user maximize the window? Thanks. No, GtkImage