One more issue - here is code in Boo that sets up a combo:

sourceComboBoxEntry.Clear()
sourceComboBoxEntry.Model = mw.AccountStore.ComboStore
renderer = CellRendererText()
sourceComboBoxEntry.PackStart(renderer, true)
sourceComboBoxEntry.AddAttribute(renderer, 'text', cast(int,
AcCol.Name))
sourceComboBoxEntry.TextColumn = cast(int, AcCol.Name)

Whole things works ok, but I always get on console:

Gtk-CRITICAL **: gtk_cell_layout_set_attributes: assertion
`GTK_IS_CELL_RENDERER (cell)' failed

I have absolutely no idea why this happens. Error disappears when I
comment out the last line, but I need it and it seems to work right.
Could it be some bug in GTK#?

-- 
Dominik Zablotny
xmpp:[EMAIL PROTECTED]

_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to