Programming guideline of WinDom
- Name
-
windom.evnt.button - WinDom Event Button configuration
- Type
-
Variable
- Syntax
-
windom.evnt.button = {mouse|front}
- Default value
-
windom.evnt.button = front
- Description
-
The variable sets the behavior of EvntWindom() with the
MU_BUTTON event. The value mouse means that EvntWindom() applies
the MU_BUTTON event to the window located under the mouse
pointer (standard X11 behavior). The value front means that
EvntWindom() applies the MU_BUTTON event to the window in the
foreground (standard GEM behavior).
- Parent group
-
windom.evnt