RE : [Lablgtk] gtkCompletion match-selected signal callback raising badcolumn exception
"MONATE Benjamin 205998" <[email protected]>
| Newsgroups | gmane.comp.lang.ocaml.lib.gtk |
|---|---|
| Message-ID | <[email protected]> |
Hi, I am not sure I understand what is happening. As far as I understand 'm' and 'model' are not the same gobject but should be in order for 'col_string' to be accepted as valid in 'm' by lablgtk. The only way to achieve what you want is to replace your code by : print_endline (model#get ~row:(model#get_iter (m#get_path i)) ~column:col_string) ; Cheers, Benjamin