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.
void XtDrawDeleteLine(w, x1, y1, x2, y2);
Widget w;
int x1,
y1,
x2,
y2;
ドロ−widgetの再描画リストから、同一の引数で描かれた線のうち最初に見つかったものを削除します。
XtDrawDeleteLine()は直接スクリ−ンに影響を与えませんが、再描画する場合には削除された線はもう描かれません。
|