On Tue, Jul 20, 1999 at 12:03:05PM +0100, Neil Bird wrote:
>
> I'm trying to get my current buttons on top of a pixmap (used to use
> gradient). However, the buttons insist on having the title background, not
> the pixmap I've put onto the title.
>
> The only apparent way of doing this (looking at a couple of themes) is
> to set the buttons to all started with TiledPixmap as well ... but this
> resets the tiling for each button (natch).
>
> Am I missing somthing? I'm (now) using the latest snap FWIW, but this
> was true on 2.2.2 earlier today.
>
> + TitleStyle TiledPixmap textures/bg_blu8.xpm.gz
> + AddTitleStyle \
> ActiveUp (TiledPixmap textures/bg_blu8-light.xpm.gz) \
> ActiveDown (Solid White)
> + HilightColor black #40bdff
> + ButtonStyle All -- UseTitleStyle
> + ButtonStyle 1 Default
> # 2 stacked rectangular panels like stills of a window being maximized
> + ButtonStyle 2 \
> Vector 11 \
> 95x10_at_0 95x75_at_0 25x75_at_0 65x75_at_0 65x90_at_0 10x90_at_0 \
> 10x55_at_1 25x55_at_1 25x75_at_1 25x10_at_1 95x10_at_1
To stack the styles you can use 'AddButtonStyle'. After setting the
pixmap background you should add the vector with
AddButtonStyle 2 Vector 11 ...
Dos this solve your problem?
Bye
Dominik ^_^
--
Dominik Vogt, dominik.vogt_at_gmx.de
Reply-To: dominik.vogt_at_gmx.de
--
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 Jul 20 1999 - 06:20:27 BST