FVWM: [Q] Figuring out FvwmButtons sizes

From: <sam_at_Zed.Progressive-Systems.Com>
Date: Wed, 01 Sep 1999 17:31:44 -0400

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

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:38:02 BST