logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XtRegisterGrabAction - register button and key grabs

Arguments

action_proc
                 Specifies the action procedure to search for in translation tables.

       actioneventparamsnum_params
                 Specify arguments to XtGrabButton or XtGrabKey

Description

XtRegisterGrabAction adds the specified action_proc to a list known to the translation manager.

Name

       XtRegisterGrabAction - register button and key grabs

See Also

XToolkitIntrinsics-CLanguageInterfaceXlib-CLanguageXInterface

X Version 11                                       libXt 1.2.1                           XtRegisterGrabAction(3)

Syntax

       #include <X11/Intrinsic.h>

       void  XtRegisterGrabAction(XtActionProc  action_proc,  Boolean owner_events, unsigned int event_mask, int
              pointer_mode, int keyboard_mode);

See Also