NSControl 썸네일형 리스트형 move NSControl NSControl 들은 NSView 를 상속받기 때문에 NSView 에 있는 함수를 이용해 주면 된다. Creating Instances 에 보면 - (id) initWithFrame:(NSRect)frameRect 가 있는데 사각 박스와 함께 설정이 가능하다. 단순히 크기 변경이나 위치 이동을 할 경우 Modifying the Frame Rectangle 를 보면 된다. - (void)setFrame:(NSRect)frameRect - (NSRect)frame - (void)setFrameOrigin:(NSPoint)newOrigin - (void)setFrameSize:(NSSize)newSize - (void)setFrameRotation:(CGFloat)angel - (CGFloat)frameRo.. 더보기 이전 1 다음