NSScrubberLayout

Panther·2021년 8월 10일
0

https://developer.apple.com/documentation/appkit/nsscrubberlayout

"An abstract class that describes the layout of items within a scrubber control."

스크러버 내부에 있는 아이템의 레이아웃을 나타내는 추상 클래스입니다.

Declaration

@MainActor class NSScrubberLayout : NSObject

Overview

스크러버에 있는 아이템의 레이아웃을 결정하려면, 내장된 서브클래스(NSScrubberProportionalLayout 혹은 NSScrubberFlowLayout) 중 한 가지를 사용하거나 고유한 레이아웃을 구현하는 커스텀 서브클래스를 생성하시기 바랍니다.

See Also


Scrubber Layouts

NSScrubberFlowLayout

선형 스트립에서 끝과 끝의 아이템을 정렬하는 구체화 레이아웃 객체입니다.

https://developer.apple.com/documentation/appkit/nsscrubberflowlayout
https://velog.io/@panther222128/NSScrubberFlowLayout

NSScrubberProportionalLayout

스크러버의 시각적 크기에 따라 몇 가지 비율에 맞게 각 아이템의 크기를 조절하는 구체화 레이아웃 객체입니다.

https://developer.apple.com/documentation/appkit/nsscrubberproportionallayout
https://velog.io/@panther222128/NSScrubberProportionalLayout

NSScrubberLayoutAttributes

스크러버 아이템의 레이아웃입니다.

https://developer.apple.com/documentation/appkit/nsscrubberlayoutattributes
https://velog.io/@panther222128/NSScrubberLayoutAttributes


0개의 댓글