Thank you for fixing the bug so rapidly :)
I got another question: how do I get the List widget of my combo box ?
because the function mycombo.getList() return a GtkWidget, and if I use
GtkList mylist = (GtkList) mycombo.getList()
I get a ClassCastException ....
Thanks for your help ....
Dam
|