Re: FVWM: Button Box division

From: Tim Phipps <tim_at_hpcpbla.bri.hp.com>
Date: Fri, 9 Aug 1996 09:57:14 +0100

>
> *FvwmButtonsRows 2
>
> *FvwmButtons(2x2, ...)
> *FvwmButtons( <whatever> )
> *FvwmButtons( <whatever> )
> *FvwmButtons(3x2, ...)
> *FvwmButtons(2x2, ...)
>
> Any suggestions to a solution, patch, etc. appreciated (preferably
> via e-mail):

The algorithm used by FvwmButtons is to total up the numbers of buttons
and then work out the rows and columns to allocate. It then fills up the
array in left to right, top to bottom order. It is doing the right thing
to place the two single buttons next to each other. In order to get
them above each other you need:

*FvwmButtons(2x2, ...)
*FvwmButtons( <whatever> )
*FvwmButtons(3x2, ...)
*FvwmButtons(2x2, ...)
*FvwmButtons( <whatever> )

Cheers,
Tim Phipps.
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Fri Aug 09 1996 - 04:00:07 BST

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:59 BST