On Tue, Nov 16, 1999 at 09:19:56AM -0800, KNguyen_at_zilog.com wrote:
>
> Hi,
>
> What are other commands/variables that I need to set to put these
> button in a window and do what I want? i.e. click on the big button will
> expand
> the window full screen, click tall button will expand window to maximum
> y-direction,
> click skinny button will expand window to maximum x-direction, and click on
> dot button
> will minimize the window.
>
> I have these variables set but it does not work.
>
> #ButtonStyles:
> # big box
> ButtonStyle 2 5 25x25_at_1 25x75_at_1 75x75_at_0 75x25_at_0 25x25_at_1
> # tall box
> ButtonStyle 4 5 40x25_at_1 60x25_at_1 60x75_at_0 40x75_at_0 40x25_at_1
> # skinny box
> ButtonStyle 6 5 25x40_at_1 25x60_at_1 75x60_at_0 75x40_at_0 25x40_at_1
> # dot
> ButtonStyle 8 5 40x40_at_1 60x40_at_1 60x60_at_0 40x60_at_0 40x40_at_1
The ButtonStyle command affects only the looks of the buttons.
Put this in your config file:
Mouse 1 2 A Maximize 100 100
Mouse 1 4 A Maximize 0 100
Mouse 1 6 A Maximize 100 0
Mouse 1 8 A Iconify
Bye
Dominik ^_^
--
Dominik Vogt, Agilent Technologies, Dept. BVS
Herrenberger Str.130, 71034 Boeblingen, Germany
phone: 07031/464-4596, fax: 07031/464-3883, dominik_vogt_at_agilent.com
--
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 Tue Nov 16 1999 - 11:42:02 GMT