hemaexp26 has asked for the wisdom of the Perl Monks concerning the following question:

Hi,
I am using Perl/Tk. I want to draw a simple 3D rectangle that looks like a 3D bar (avilable in C. top and right side are raised). I dont want to use OpenGl. Is there any command in Perl/Tk for this? Moreover how to use "Tk Library Procedures" commands?

Replies are listed 'Best First'.
Re: Drwaing 3D Bar
by Aragorn (Curate) on Mar 31, 2003 at 10:00 UTC
Re: Drwaing 3D Bar
by zby (Vicar) on Mar 31, 2003 at 08:38 UTC
    I am not sure it that's exactly you what need but some widgets like Buttons and Labels can have something like that with the -relief option.