Searched refs:rowColType (Results 1 – 1 of 1) sorted by relevance
1939 unsigned char rowColType; in do_mnemonic() local1945 XtVaGetValues(w, XmNrowColumnType, &rowColType, NULL); in do_mnemonic()1946 isMenu = (rowColType != (unsigned char)XmWORK_AREA); in do_mnemonic()2022 unsigned char rowColType; in add_mnemonic_grabs() local2028 XtVaGetValues(w, XmNrowColumnType, &rowColType, NULL); in add_mnemonic_grabs()2029 isMenu = (rowColType != (unsigned char)XmWORK_AREA); in add_mnemonic_grabs()