NSScrubberTextItemView

Panther·2021년 8월 10일
0

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

"A concrete view subclass for displaying text for an item in a scrubber."

스크러버에 있는 아이템 텍스트 표시를 위한 구체화 뷰 서브클래스입니다.

Declaration

class NSScrubberTextItemView : NSScrubberItemView

Overview

스크러버 아이템에서 표시하고자 하는 텍스트를 title 속성에 제공하시기 바랍니다. 텍스트의 모양에 대한 더 정교한 제어를 원하는 경우 textField 속성을 사용해 텍스트 필드에 접근할 수 있습니다.

See Also


NSScrubberItemView

스크러버 내부에서 특정 인덱스 위치에 있는 아이템입니다.

https://developer.apple.com/documentation/appkit/nsscrubberitemview
https://velog.io/@panther222128/NSScrubberItemView

NSScrubberArrangedView

스크러버에 의해 관리되는 레이아웃을 가진 뷰에 대한 추상 베이스 클래스입니다.

https://developer.apple.com/documentation/appkit/nsscrubberarrangedview
https://velog.io/@panther222128/NSScrubberArrangedView

NSScrubberImageItemView

스크러버 아이템에서 이미지 표시를 위한 구체화 뷰 서브클래스입니다.

https://developer.apple.com/documentation/appkit/nsscrubberimageitemview
https://velog.io/@panther222128/NSScrubberImageItemView

NSScrubberSelectionStyle

스크러버 컨트롤 내에서 선택되고 강조된 아이템을 위한 데코레이션 액세서리 뷰를 제공하는 추상 클래스입니다.

https://developer.apple.com/documentation/appkit/nsscrubberselectionstyle
https://velog.io/@panther222128/NSScrubberSelectionStyle

NSScrubberSelectionView

스크러버에서 강조된 혹은 선택된 아이템의 모양을 구체화하기 위한 추상 베이스클래스입니다.

https://developer.apple.com/documentation/appkit/nsscrubberselectionview
https://velog.io/@panther222128/NSScrubberSelectionView


0개의 댓글