help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] GtkComboBox doesn't understand me...


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] GtkComboBox doesn't understand me...
Date: Tue, 02 Jun 2009 12:49:09 +0200
User-agent: Thunderbird 2.0.0.21 (X11/20090320)


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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]