View Raw SPL
getxticfix(w)
{
        local style;

        if (argc < 1) w = refwindow(w0);

        style = getxticstyle(w);
        style = castint((style & 0x02) == 0x02);

        return(style);
}