Searched refs:VIEWOPT_1_TAB (Results 1 – 1 of 1) sorted by relevance
41 #define VIEWOPT_1_TAB 0x00000002L macro211 { return !bReadonly && (nCoreOptions & VIEWOPT_1_TAB) && in IsTab()215 (b != 0) ? (nCoreOptions |= VIEWOPT_1_TAB ) : ( nCoreOptions &= ~VIEWOPT_1_TAB); } in SetTab()
Completed in 13 milliseconds