Searched refs:kWindowBorderWidth (Results 1 – 2 of 2) sorted by relevance
77 const CGFloat kWindowBorderWidth = 1.0;364 popupFrame.origin.y -= NSHeight(popupFrame) + kWindowBorderWidth;367 popupFrame = NSInsetRect(popupFrame, kWindowBorderWidth, 0.0);462 const CGFloat popupWidth = NSWidth(fieldRectBase) - 2 * kWindowBorderWidth;
126 static const int kWindowBorderWidth = 5; variable