MINERVA superseeded IF/Prolog.
Please see
http://www.ifcomputer.co.jp/MINERVA
for details.
We discontinued to sell IF/Prolog Dec 31. 2003.
For current customers, we continue to provide
professional support for IF/Prolog until Dec 31, 2008.
関数XtDrawStoreGCとXtDrawRecallGCは、ドロ−widgetの10個のGCメモリのうちのどれか1個に、アクティブなGCを記憶したり再び呼び出したりします。メモリは、第2引数によって指定されます。
すべてのオペレ−ションはドロ−widgetによって記憶され、エクスポ−ズ時に再実行されます。
(アクティブなGCについては、5.6.1 描画プリミティブを参照して下さい)
int XtDrawStoreGC(w, nth);
Widget w;
int nth;
int XtDrawRecallGC(w, nth);
Widget w;
int nth;
|