Re: ?? ALIGN_LEFT, ALIGN_RIGHT for /ROW Widgets ?? [message #7122] |
Mon, 30 September 1996 00:00 |
David Foster
Messages: 341 Registered: January 1996
|
Senior Member |
|
|
Ulrich Steinbrecher wrote:
>
> Hello,
>
> I try to arrange some widgets in a horizontal oriented way.
> These widgets shall be centered or left- or right aligned, but
> the keyword work only with the /COLUMN keyword with strange
> looking results.
If you have specified the /ALIGN_CENTER keyword in the
WIDGET_BASE() call when you create the base widget that is
the parent for your widgets in the row, then your widgets
should be centered.
An alternative is to use the /BASE_ALIGN_CENTER keyword when
you create the widget base that is the "parent of the parent"
of your row widgets. This often works well if you have a
column-based group of widgets, and within that you want
to have a row-based sub-group, but would like to have
everything centered.
Hope this makes sense.
Dave
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~
David S. Foster Univ. of California, San Diego
Programmer/Analyst Brain Image Analysis Laboratory
foster@bial1.ucsd.edu Department of Psychiatry
(619) 622-5892 8950 Via La Jolla Drive, Suite 2200
La Jolla, CA 92037
[ UCSD Mail Code 0949 ]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~
|
|
|