Scroll to navigation

XtNextEvent(3Xt) XT COMPATIBILITY FUNCTIONS XtNextEvent(3Xt)

名前

XtNextEvent, XtPending, XtPeekEvent, XtProcessEvent, XtMainLoop - イベントと入力の問い合わせ・処理を行う

書式

void XtNextEvent( event_return)
 

XEvent * event_return;
Boolean XtPeekEvent( event_return)
 

XEvent * event_return;
Boolean XtPending()
void XtProcessEvent( mask)
 

XtInputMask mask;
void XtMainLoop()

引き数

event
適切なイベントハンドラに配送されるイベント構造体へのポインタを指定する。
event_return
指定したイベント構造体にイベント情報を返す。
mask
処理するイベントの型を指定する。 このマスクは XtIMXEvent, XtIMTimer, XtIMAlternateInput, XtIMSignal の任意の組み合わせについてビットごとの論理和を取ったものである。 簡単のためにツールキットは、全てのイベント型のビットごとの論理和で あるシンボル名 XtIMAll を定義している。

説明

XtNextEventXtAppNextEvent に置き換えられた。
XtPeekEventXtAppPeekEvent に置き換えられた。
XtPendingXtAppPending に置き換えられた。
XtProcessEventXtAppProcessEvent に置き換えられた。
XtMainLoopXtAppMainLoop に置き換えられた。

関連項目

XtAppNextEvent(3xt), XtAppPending(3Xt), XtAppPeekEvent(3Xt), XtAppProcessEvent(3Xt), XtAppMainLoop(3Xt)
 
X Toolkit Intrinsics - C Language Interface
 
Xlib - C Language X Interface
Release 6.5 X Version 11