Ruby TkListBox option

Can anyone tell me if the TkListbox option
insertBackground is available in Ruby Tk?

I'm having no luck when trying to set this option via
the TkListbox.configure('insertBackground', 'red')
method or even trying to set this option through the
TkListbox.new constructor.

What I'm trying to do is change the background color
of a particular Listbox item.

Thanks in advance,

Jason T

···

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Message-ID: <20060711213434.66500.qmail@web55005.mail.re4.yahoo.com>

Can anyone tell me if the TkListbox option
insertBackground is available in Ruby Tk?

If Tcl/Tk8.4.12's man page about listbox is right,
listbox widgets don't have '-insertbackground' option.

···

From: Jason Tahaney <jaytahaney@yahoo.com>
Subject: Ruby TkListBox option
Date: Wed, 12 Jul 2006 06:34:40 +0900
--
Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)