Hierarchy problem with Gtk
By Gwenael Casaccio - Posted on June 4th, 2009
Tagged: 3.1
| Project: | GNU Smalltalk |
| Component: | Bindings: Gtk |
| Category: | bug |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | won't fix |
Description
There is a strange problem with the Gtk hierarchy :
GTK.GtkTreeModel subclasses is empty.
GTK.GtkListStore superclass is GTK.GtkTreeModel
Updates
#1 submitted by Paolo Bonzini on Thu, 06/04/2009 - 16:21
| Status: | active | » won't fix |
Not really, interfaces are not supported well. What you would need to do is some kind of #doesNotUnderstand: in GObject that does "(self castTo: GtkTreeModel) perform: aMessage".
