Scroll to navigation

XtRegisterGrabAction(3Xt) XT FUNCTIONS XtRegisterGrabAction(3Xt)

名前

XtRegisterGrabAction - ボタンとキーのグラブを登録する

書式

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;

引き数

action_proc
トランスレーションテーブルを検索するアクション手続きを指定する。
action
event
params
num_params
XtGrabButtonXtGrabKey の引き数を指定する。

説明

XtRegisterGrabAction は、指定された action_proc をトランスレーションマネージャが管理 しているリストに追加する。

関連項目

X Toolkit Intrinsics - C Language Interface
 
Xlib - C Language X Interface
Release 6.5 X Version 11