GTK.GtkComboBox extend [

    packStart: cell expand: expand [
        <cCall: 'gtk_cell_layout_pack_start' returning: #void
            args: #( #self #cObject #boolean )>
    ]

    addAttribute: cell attribute: attribute column: column [
        <cCall: 'gtk_cell_layout_add_attribute' returning: #void
            args: #( #self #cObject #string  #int)>
    ]
]

Aha, this is because interfaces are still not supported by the automatic binding generator. I'll add something.

Paolo


_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to