problem with glade 3.10 and deprecated gtktable

Martin Hamant <[email protected]>
Newsgroups gmane.comp.gnome.glade.user
Message-ID <[email protected]>
Hi there !

I am developing an UI with glade and python.

The destination system is an ubuntu 10.04.3 LTS
I have started the development under a ubuntu 11.04 (natty) from which I 
was using glade and gtkTable
In my python code, I was using "import gobject"
And then:

         self.interface = gtk.Builder()
         self.interface.add_from_file(glade_file)

Now, the system under which I develop is the last ubuntu oneiric. (glade 
3.10 / Gtk 2.20 or something).
The XML ui file open correctly, with the existing gtkTable - I can 
modify and all. But new object of 'table' type are created as gtkGrid 
and if try it, the python code above returns:

     self.interface.add_from_file(glade_file)
glib.GError: Invalid object type `GtkGrid'

And this is from my oneiric.

So I don't know what to do, because:
1) Anyway gtkGrid will not be available in ubuntu 10.04
2) I am not able to create gtkTable from Glade in its 'oneiric' version 
(3.10)

Note: My aim is to develop from oneiric, for LTS

Thanks !
_______________________________________________
Glade-users maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/glade-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.