jverzani / gWidgets2

Rewrite of gWidgets
35 stars 9 forks source link

provide an 'items=' arg in gslider() #38

Closed landroni closed 10 years ago

landroni commented 10 years ago

See #29 for some background. I feel a bit limited by the gslider() interface with regard to permitted steps. Would it be possible to allow an items= argument, as in gcombobox(), to allow the developer to use a pre-existing list of allowed steps (as from seq_sane())?

jverzani commented 10 years ago

Try obj[] <- items after construction. Should work

landroni commented 10 years ago

Indeed it works. Thanks.