Sha256: afa06db06899f6a3d8c67d151c8cd50a6aaf15b12a18b710e4d67163fa6df891
Contents?: true
Size: 307 Bytes
Versions: 4
Compression:
Stored size: 307 Bytes
Contents
class Gtk::ComboBox def pack_start(widget, val) @ob.pack_start(widget.ob, val) @ob.add_attribute(widget.ob, "text", 0) end def add_attribute(*paras) #this should not do anything. end def model=(newmodel) @model = newmodel @ob.model = newmodel.ob end def model return @model end end
Version data entries
4 entries across 4 versions & 1 rubygems