View Raw SPL
/* set row and col coordinates of a menu */
menusetxy(dlg, x, y)
{
        /* get row/col coords */
        setmenucoords(dlg, -2, x, y, 1, 1);
}