Tcl/tk combobox

has anyone 'ruby’fied a combox yet? or a pulldown list?

Thanks
Alan Walkington

ursus major wrote:

has anyone 'ruby’fied a combox yet? or a pulldown list?

For a pulldown list, Tk has the tk_optionMenu component:
From the manual page:

This procedure creates an option menubutton whose name is
w, plus an associated menu. Together they allow the user
to select one of the values given by the value arguments.

It also has a ‘spinbox’, if you need numbers.

···


Mike Hall
http://www.enteract.com/~mghall