------art_23763_5909342.1132934630346
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

On 11/24/05, James Edward Gray II <james / grayproductions.net> wrote:
>
> Is it possible to get a pure aqua TK running through Ruby on Mac OS X?
> Can anyone point me to the steps?
>
> James Edward Gray II
>
>
>
If you use the apple installed ruby its all of
require 'tk' # Aqua GUI -- done

This may even work with a ruby installed from source, because I believe the
magic is actually in the Tcl/Tk libs, not ruby.

------art_23763_5909342.1132934630346--