[Gazpacho] Gazpacho and Kiwi ObjectList
Mark Doukidis
mdoukidis at gmail.com
Thu May 25 11:53:50 CEST 2006
What is the story with using a Kiwi ObjectList within Gazpacho ?
I ask this firstly from looking at the "Diary" example in kiwi.
The example uses a glade file created by Gazpacho but does not define
the ObjectList
widget. In the dairy.py file this widget is created and attached to
the GUI structure.
Secondly, I tried constructing a GUI using a Kiwi ObjectList from
within Gazpacho
and got the following message::
C:\gazpacho\gazpacho\widgets\base\base.py:189: GtkWarning:
gtk_scrolled_window_add: assertion `bin->
child == NULL' failed
scrolledwindow.add(viewport.widget)
c:\kiwi\kiwi\ui\objectlist.py:541: GtkWarning:
gtk_range_get_adjustment: assertion `GTK_IS_RANGE (range)' failed
self.add(self._treeview)
C:\gazpacho\gazpacho\widgetadaptor.py:256: GtkWarning:
gtk_range_get_adjustment: assertion `GTK_IS_RANGE (range)' failed
child = gobject.new(self.type_name)
I really hope there is a minor problem here.
I would like to use both Kiwi and Gazpacho but am not sure of the status
of the integration.
I am using the SVN versions of both Kiwi(3458) and Gazpacho(2316)
Running on win32
regards
Mark Doukidis
More information about the Gazpacho
mailing list