Go to the first, previous, next, last section, table of contents.


]make-event-mask

Function: ]make-event-mask { [args] -> mask }
file: 10-C-utils.t
package: muf
status: alpha

This function accepts a block of keywords and returns a bitmask representing them.

Only the following keywords are allowed:

:button-1-motion
:button-2-motion
:button-3-motion
:button-4-motion
:button-5-motion
:button-motion
:button-press
:button-release
:colormap-change
:enter-window
:exposure
:focus-change
:key-press
:key-release
:keymap-state
:leave-window
:owner-grab-button
:pointer-motion
:pointer-motion-hint
:property-change
:resize-redirect
:structure-notify
:substructure-notify
:substructure-redirect
:visibility-change


Go to the first, previous, next, last section, table of contents.