目次
Xcode の新機能

A

B
  • Bound
  • Button

    ボタンの作成

  • init(action: ())
  • init(LocalizedStringKey)
  • init<S>(S, action: () )
  • 役割を持ったボタンの作成

  • init(role: ButtonRole?, action)
  • init(LocalizedStringKey, role)
  • init<S>(S, role: ButtonRole?)
  • 構成からボタンを作成

  • init(PrimitiveButtonStyleConfiguration)
  • イニシャライザ

  • init<S>(S, intent...)   Beta  
  • init(LocalizedStringKey,)   Beta  
  • init<I>(intent: I, label: () -> Label)

  • func buttonStyle<S>(S)
  • func buttonStyle<S>(S)
  • func buttonBorderShape
  • func buttonRepeatBehavior   Beta  

  • var buttonRepeatBehavior   Beta  
  • struct ButtonBorderShape
  • 境界線の形状を取得

  • static let automatic: ButtonBorderShape
  • static let capsule: ButtonBorderShape
  • static let roundedRectangle
  • static func roundedRectangle
  • 型プロパティ

  • static let circle: ButtonBorderShape
  • struct ButtonRole

  • static let cancel: ButtonRole
  • static let destructive: ButtonRole
  • struct ButtonRepeatBehavior

    型プロパティ

    ボタンのイメージの構成

  • var image: NSImage?
  • var alternateImage: NSImage?
  • var imagePosition: NSControl.ImagePosition
  • enum NSControl.ImagePosition
  • コントロールのイメージの配置

  • struct NSControl.StateValue
  • コントロールの状態の設定

    状態値の作成

  • var isBordered: Bool
  • var isTransparent: Bool
  • var bezelStyle: NSButton.BezelStyle
  • var bezelColor: NSColor?
  • var showsBorderOnlyWhileMouseInside: Bool
  • var imageHugsTitle: Bool
  • var imageScaling: NSImageScaling


  • C D E F G H I J K L M N O P Q R S T U V W XYZ