---
title: "setEntryWidth(_:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsform/setentrywidth(_:)"
---

# setEntryWidth(_:)

Sets the width of all the entries in the receiver.

## Declaration

```swift
func setEntryWidth(_ width: CGFloat)
```

## Parameters

- `width`: The width of all entries, measured in points in the user coordinate space. This value represents the width of both the title and the text field.

## See Also

### Changing the Appearance of All the Entries

- [setBezeled(_:)](appkit/nsform/setbezeled(_:).md)
- [setBordered(_:)](appkit/nsform/setbordered(_:).md)
- [setFrameSize(_:)](appkit/nsform/setframesize(_:).md)
- [setInterlineSpacing(_:)](appkit/nsform/setinterlinespacing(_:).md)
- [setTitleAlignment(_:)](appkit/nsform/settitlealignment(_:).md)
- [setTitleBaseWritingDirection(_:)](appkit/nsform/settitlebasewritingdirection(_:).md)
- [setTextAlignment(_:)](appkit/nsform/settextalignment(_:).md)
- [setTextBaseWritingDirection(_:)](appkit/nsform/settextbasewritingdirection(_:).md)
- [setTitleFont(_:)](appkit/nsform/settitlefont(_:).md)
- [setTextFont(_:)](appkit/nsform/settextfont(_:).md)
