On Fri, Jul 16, 2004 at 12:58:34AM -0300, [EMAIL PROTECTED] wrote: > On Thu, Jul 15, 2004 at 11:24:53PM -0300, [EMAIL PROTECTED] wrote: > > On Thu, Jul 15, 2004 at 04:27:38PM -0300, [EMAIL PROTECTED] wrote: > > > > > > I want to set up one of two different images on button 4 > > > in the title bar, depending on the maximization state > > > of the window. This button is to be used as a toggle of > > > the mazimation state of window (maximize/restore). > > > How can I configure that? > > > > Below is an excerpt from my configuration file where > > I try to set the maximize/restore buttons as > > described above. > > > > But it is not working: the vector image of the restore > > button (the toggled button 4, when the window is > > maximized) is not being drawn. Any help? I am running > > FVWM 2.5.10 on Gentoo Linux. > [...] > > #Button 4: Maximize > > AddButtonStyle 4 \ > > AllActive (HGradient 128 Azure2 Azure1) \ > > AllInactive (HGradient 64 Grey80 Grey90) \ > > AllNormal (7 [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL > > PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]) \ > > AllToggled (10 [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL > > PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] > > [EMAIL PROTECTED] [EMAIL PROTECTED]) > [...] > > It seems that there is a bug with "AddButtonStyle AllToggled (Vector ...)" > in the command above. Replacing it with other button styles does > work. For Instance: > > AddButtonStyle 4 AllToggled (MiniIcon) > > or > > AddButtonStyle 4 AllToggled (Pixmap maximizeA.xpm) > > Can anybody confirm this as a bug?
It's the mysterious syntax of the ButtonStyle/AddButtonStyle commands. There is probably not a single person who understands how it works exactly. This works: ButtonStyle 4 - Clear ButtonStyle 4 - MwmDecorMax ButtonStyle 4 AllActive HGradient 128 Azure2 Azure1 ButtonStyle 4 AllInactive HGradient 64 Grey80 Grey90 ButtonStyle 4 AllNormal 7 [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] ButtonStyle 4 AllToggled 10 [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] You don't want to use AddButtonStyle because it does not erase the effects that were already applied to the buttons. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED]
pgpLb9PO39T9x.pgp
Description: PGP signature
