withOffset method

NSWindowLevel withOffset(
  1. int offset
)

Returns a new instance of NSWindowLevel with a given offset.

Implementation

NSWindowLevel withOffset(int offset) {
  return NSWindowLevel._withValues(_base, offset);
}