int ButtonsGEOM(x,y)
int x,y;
{
 int i;

 i = Clickwin(xmgr,1,x,y,1);
 if (i>=0) {
	switch (i) {
	case 0:

	   qboxstr(&qboxes[],NULL,1,0,-1,DEFQX,DEFQY,
		   QBOXWIDE,QBOXHIGH,0,"Filename ? ",NULL,
		   0,0,2000,0,write_xmgr_geom);
//	   qboxes[QCPSPGN].changed = 0;

	   break;

	}

 }

 return(0);

}

