!
! if nothing will stretch, we just get blank space at the end.
! instead, we make the space stretchy instead of fixed (# turns into <>)
! This is a lot like setting LREvenSpaced on the containing column
! but we can't do that in this grammar, so we add the space ourselves.
!
tutorial.xmtRequires: "./globals"
tutorial.xmtChildren: XmtLayout layout;
tutorial.width: 275
tutorial.height: 175
*layout.xmtChildren: XmPushButton okay, cancel, help;

*layout.layout: Fixed LREvenSpaced Row { \
			Pixmap "warning"\
			FlushBottom "@f[BIG]Hello World!"\
		}\
		<>\
		Fixed Etched Top Equal Even Row { \
			okay cancel help \
		}
