Functions: Difference between revisions

From Fvwm Extensions (configs) Archive
Jump to navigation Jump to search
(Created page with "Functions can be used to achieve lots of different tasks. Control actions that are run during the first time run (Init) or that are run after a restart. The basic syntax for a function is: <PRE> ##### # DestroyFunc FuncName # AddToFunc FuncName # + I (Action to happen Immediately) # + C (Action to happen on a mouse Click) # + D (Action to happen on a mouse Double click) # + H (Action to happen on a mouse Hold) # + M (Action to happen on a mouse Motion) ########### </PR...")
 
No edit summary
(No difference)

Revision as of 12:50, 7 July 2025

Functions can be used to achieve lots of different tasks. Control actions that are run during the first time run (Init) or that are run after a restart. The basic syntax for a function is:

#####
# DestroyFunc FuncName
# AddToFunc   FuncName
# + I (Action to happen Immediately)
# + C (Action to happen on a mouse Click)
# + D (Action to happen on a mouse Double click)
# + H (Action to happen on a mouse Hold)
# + M (Action to happen on a mouse Motion)
###########

Read more: https://www.fvwm.org/Wiki/Config/Functions/

Available Function examples:
https://rasatpc.net/fvwm-ext/index.php/List_of_Functions