DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
X Version 11 (Release 6.1)

XtRegisterGrabAction(X3xt)


XtRegisterGrabAction -- register button and key grabs

Synopsis

void XtRegisterGrabAction(action_proc, owner_events,
              event_mask, pointer_mode, keyboard_mode)
    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.

References

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


© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004