Hi,
I was looking through the code for the module FvwmTaskBar, and I see that the menu for
the taskbar is created in the .fvwm2rc file, and is activated by the module sending a message
to fvwm. I was wondering if menus could be made to be dynamic? For example, suppose I had
a Popup defined in my .fvwm2rc as:
Popup foo {
"bar" Exec nop
}
Could I have a module "Read" a file that would redefine the foo Popup such that the
entries and the actions change such as:
Popup foo {
"fum" Exec ls
}
Or must I always restart fvwm2? Thanks.
--
Visit the official FVWM web page at <URL: http://fvwm.math.uh.edu/>.
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 Wed Jan 20 1999 - 18:36:32 GMT