Re: Receiving a callback on GDK window destroy

2010-01-15 Thread Kevin DeKorte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/15/10 16:51, Tristan Schmelcher wrote: > Hello, > > I'm a novice Gtk app developer writing a plugin for Firefox and I'm > having trouble getting the callbacks that I need from Gtk/Gdk. The way > the plugin architecture works is that Firefox crea

Receiving a callback on GDK window destroy

2010-01-15 Thread Tristan Schmelcher
Hello, I'm a novice Gtk app developer writing a plugin for Firefox and I'm having trouble getting the callbacks that I need from Gtk/Gdk. The way the plugin architecture works is that Firefox creates a GtkSocket and my plugin gets passed its XID and creates the corresponding GtkPlug (in the same p

Re: Problem swapping GtkScrolledWindow contents on the fly

2010-01-15 Thread Andrew Wood
Ive just copied and pasted that code in and am getting exactly the same symptoms, so I dont know why what you're seeing is different. It shows the FIRST time showGeneralPage() is called but not the second or third. The second time its called the label is invisible David Nečas wrote: On Wed, J

Re: menu bitmaps on 64-bit build

2010-01-15 Thread jcupitt
Hi Garth, 2010/1/14 Garth's KidStuff : > I build the same source on both 32-bit and 64-bit machines running various > versions of ubuntu (64-bit is only 9.04 and 9.10) and on the 32-bit builds I > see the menu item bitmaps, but on 64-bit, I don't. Ubuntu 9.10 has removed menu icons in an attempt

A bug in GtkComboBox/Entry?

2010-01-15 Thread Sundaram
Hi, This simple code window = gtk_window_new(GTK_WINDOW_TOPLEVEL); g_signal_connect(window, "delete-event", gtk_main_quit, NULL); combo = gtk_combo_box_entry_new_text(); gtk_container_add(GTK_CONTAINER(window), combo); gtk_widget_show_all(window); just shows a window with a