XtRegisterGrabAction - Man Page

register button and key grabs

Syntax

#include <X11/Intrinsic.h>

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

Arguments

action_proc

Specifies the action procedure to search for in translation tables.

action
event
params
num_params

Specify arguments to XtGrabButton or XtGrabKey

Description

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

See Also

X Toolkit Intrinsics - C Language Interface
Xlib - C Language X Interface

Info

libXt 1.3.0 X Version 11 XT FUNCTIONS