Next:
VOGLE汎用ルーチン
Up:
VOGLEライブラリ関数一覧表
Previous:
VOGLEの初期化・終了
ウィンドウ表示位置・大きさの設定
1.
prefposition(
x,y
)
vinit()
で画面上に作成されるウィンドウの表示位置の指定。 X11,Sunviewともに画面の左上を(0,0)とし、ドット単位で指定する。この関数 は vinit の前に実行しなければ効力を発揮しない。
(FORTRAN)
(C)
subroutine prefposition(x,y)
prefposition(x,y)
integer x,y
int x,y;
2.
prefsize(
width,height
)
vinit()
で画面上に作成されるウィンドウの大きさを指定。
(FORTRAN)
(C)
subroutine prefsize(width,height)
prefsize(width,height)
integer width,height
int width,height;
Masashi Katsurada 平成10年8月23日