XtAppAddActions(3Xt) — NEWS-OS Programmer’s Manual
名称
XtAppAddActions − アクションテーブルを登録する
形式
void XtAppAddActions(app_context, actions, num_actions)
XtAppContext app_context;
XtActionList actions;
Cardinal num_actions;
引数
app_contextアプリケーションコンテキストを指定します。
actions登録するアクションテーブルを指定します。
num_argsこのアクションテーブル中のエントリ数を指定します。
解説
XtAppAddActions 関数は、指定されたアクションテーブルを追加し、それをトランスレーション マネジャに登録します。
関連事項
XtParseTranslationTable(3Xt)
X Toolkit Intrinsics − C Language Interface
Xlib − C Language X Interface
NEWS-OSRelease 4.1C