comp.lang.ada
 help / color / mirror / Atom feed
From: Kylix <likai3g@gmail.com>
Subject: Re: Labels rotated 90 degrees in Jewl
Date: Fri, 24 Jul 2009 22:48:14 -0700 (PDT)
Date: 2009-07-24T22:48:14-07:00	[thread overview]
Message-ID: <0be987f7-02f5-4cbf-917d-437ee988be68@o9g2000prg.googlegroups.com> (raw)
In-Reply-To: 325e7d4d-4992-4db6-b56b-2817e3c28d34@k1g2000yqf.googlegroups.com

On 7月22日, 下午8时21分, Pablo <pablit...@gmail.com> wrote:
> Hi friends, I´d like to set labels rotated 90 degrees in Jewl. Does
> someone know how to do it?
> Say us, for instance:
> My_Label : Label_Type := Label  (My_Frame, (10, 250), 50, 20, "My
> Text");
>
> I want ' "My Text" ' string be disposed in vertical writting.
>
> Regards.
> Pablo.

Adjust the width & height, the label will display the vertical text;

My_Label : Label_Type := Label(My_Frame, (10, 250), 10, 50, "My Text");



  reply	other threads:[~2009-07-25  5:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-22 12:21 Labels rotated 90 degrees in Jewl Pablo
2009-07-25  5:48 ` Kylix [this message]
2009-07-28 13:08   ` Chrono
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox