Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.6

XtRegisterGrabAction(3x)


XtRegisterGrabAction

XtRegisterGrabAction

NAME
SYNTAX
ARGUMENTS
DESCRIPTION
SEE ALSO

NAME

XtRegisterGrabAction − register button and key grabs

SYNTAX

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



XtRegisterGrabAction(3x)