*- On 12 Jun, Dominik Vogt wrote about "Re: FVWM: Sizing individual FvwmButtons"
> On Fri, Jun 11, 1999 at 10:42:57PM -0400, Allin Cottrell wrote:
>> 
>>  *FvwmButtons(Title "Editors", Icon Clipboard.xpm, \
>>    Padding 2 10, Action "Popup" Editors-Popup)
>> 
>> it ends up making _all_ the buttons bigger.  Is this a bug or
>> am I missing something?  Thanks in advance.  I'd appreciate
>> email since I'm not actually subscribed.
> 
> Padding is done *inside* the buttons. If you want the buttons
> to have different sizes, you must use several slots for the
> bigger buttons. E.g.:
> 
>   *FvwmButtons(1x2, Title "Editors", Icon Clipboard.xpm, \
>    Action "Popup" Editors-Popup)
> 
> Makes the button twice a tall as the other buttons. You need
> one additional row for the button.
> 
Along this same line, is it possible to make a swallowed app in
FvwmButtons take up 1.5 button columns and 2 button rows in a 3 
column button bar? Like this:
   -------------------------
   |           |            |
   |           |            |
   |           |            |
   |           |            |  
   |           |            |
   --------------------------
   |       |        |       |
   |       |        |       |
   |       |        |       |
   --------------------------
   |       |        |       |
   |       |        |       | 
   |       |        |       |
   --------------------------
I would like to swallow a some apps that don't scale well to the typical
64x64 icon/button dimensions. 
 
Thanks,
 
-- 
Brian 
---------------------------------------------------------------------
Mechanical Engineering                              servis_at_purdue.edu
Purdue University                   http://www.ecn.purdue.edu/~servis
---------------------------------------------------------------------
--
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 Sun Jun 13 1999 - 09:16:44 BST