XtGetSelectionRequest

Section: XT FUNCTIONS (3Xt)
Updated: Release 6.3
Index xjman/web INDEX
 

名前

XtGetSelectionRequest - XtConvertSelectionProc のトリガとなったイベントを取得する  

書式

XSelectionRequestEvent* XtGetSelectionRequest(w, selection, request_id)

      Widget w;

      Atom selection;

      XtRequestId request_id;  

引き数

w
ウィジェットを指定。
selection
処理されるセレクションを指定。
request_id
インクリメンタルセレクション(incremental selection)の場合はリクエスタ のIDを指定。アトミック転送の場合には NULL を指定。
 

説明

XtGetSelectionRequest は、 XtConvertSelectionProc 手続きの内部以外から呼ばれることはない。この関数は、変換手続きを呼び出させた SelectionRequest イベントへのポインタを返す。複数のインクリメンタル転送が残っている場合 には、引き数 Request_id で個別のリクエストに対するユニークなIDを指 定する。アトミック転送の場合には、request_id には NULL を指定し なければならない。指定した widget, selection, request_id に対して処理されているイベントがない場合には、 XtGetSelectionRequest は NULL を返す。  

関連項目


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


 

Index

名前
書式
引き数
説明
関連項目

This document was created by man2html, using the manual pages.
Time: 15:56:29 GMT, February 12, 2001