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

  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/macos/
CandidateWindow.m 94 _window = [[NSWindow alloc] initWithContentRect:NSMakeRect(0,0,0,0)
99 [_window setLevel:NSScreenSaverWindowLevel];
100 [_window setHasShadow: YES];
101 [_window setOpaque:NO];
103 [_window setBackgroundColor:_bgColor];
105 _view = [[CandidateView alloc] initWithFrame:[[_window contentView] frame]];
106 [_window setContentView:_view];
134 [_window setBackgroundColor:color];
184 NSRect winRect = [_window frame];
188 [_window setFrame:winRect display:NO]
    [all...]
CandidateWindow.h 41 NSWindow *_window; variable
  /nv-g11n/inputmethod/sunpinyin2/wrapper/macos/
CandidateWindow.m 94 _window = [[NSWindow alloc] initWithContentRect:NSMakeRect(0,0,0,0)
99 [_window setLevel:NSScreenSaverWindowLevel];
100 [_window setHasShadow: YES];
101 [_window setOpaque:NO];
103 [_window setBackgroundColor:_bgColor];
105 _view = [[CandidateView alloc] initWithFrame:[[_window contentView] frame]];
106 [_window setContentView:_view];
134 [_window setBackgroundColor:color];
184 NSRect winRect = [_window frame];
188 [_window setFrame:winRect display:NO]
    [all...]
CandidateWindow.h 41 NSWindow *_window; variable

Completed in 180 milliseconds