Hello,
I am having trouble figuring out where buttons go in the FvwmButtons box.
I basically want a column of buttons, each with different heights.
I thought using Containers would do the trick, but not so.
For example, I would like to have three buttons. Button one is 64 units
high, button two is 32 units high and button three is 10 units high.
*FvwmButtonsColumns 1
*FvwmButtons(Container(Rows 1, Columns 1, Frame 1))
*FvwmButtons(Size 0 64, Swallow asclock 'Exec asclock &')
*FvwmButtons(End)
*FvwmButtons(Container(Rows 1, Columns 1, Frame 1))
*FvwmButtons(Size 0 32, Title xlock, Action 'Exec xlock')
*FvwmButtons(End)
*FvwmButtons(Container(Rows 1, Columns 1, Frame 1))
*FvwmButtons(Size 0 10, Title xlock2, Action 'Exec xlock')
*FvwmButtons(End)
This gives me three buttons, but each with height 64.
Any suggestions on how to get each button to the height specified?
Thanks,
Sam
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Wed Sep 01 1999 - 16:33:01 BST