HomeSort by relevance Sort by last modified time
    Searched refs:_fgColor (Results 1 - 4 of 4) sorted by null

  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/macos/
CandidateWindow.h 46 NSColor *_fgColor;
CandidateWindow.m 87 _fgColor = [[NSColor whiteColor] retain];
91 [_attr setObject:_fgColor forKey:NSForegroundColorAttributeName];
139 return _fgColor;
145 [_fgColor release];
146 _fgColor = color;
168 [_attr setObject:_fgColor forKey:NSForegroundColorAttributeName];
205 [_fgColor release];
  /nv-g11n/inputmethod/sunpinyin2/wrapper/macos/
CandidateWindow.h 46 NSColor *_fgColor;
CandidateWindow.m 87 _fgColor = [[NSColor whiteColor] retain];
91 [_attr setObject:_fgColor forKey:NSForegroundColorAttributeName];
139 return _fgColor;
145 [_fgColor release];
146 _fgColor = color;
168 [_attr setObject:_fgColor forKey:NSForegroundColorAttributeName];
205 [_fgColor release];

Completed in 1328 milliseconds