Searched refs:rowColType (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/vim-55/src/
H A Dgui_motif.c1977 unsigned char rowColType; local
1983 XtVaGetValues(w, XmNrowColumnType, &rowColType, NULL);
1984 isMenu = (rowColType != (unsigned char)XmWORK_AREA);
2056 unsigned char rowColType; local
2062 XtVaGetValues(w, XmNrowColumnType, &rowColType, NULL);
2063 isMenu = (rowColType != (unsigned char)XmWORK_AREA);

Completed in 93 milliseconds