<!--
{
  "availability" : [
    "macOS: 10.5.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "InputMethodKit",
  "identifier" : "/documentation/InputMethodKit/IMKCandidatesLocationHint",
  "metadataVersion" : "0.1.0",
  "role" : "Type Alias",
  "symbol" : {
    "kind" : "Type Alias",
    "modules" : [
      "InputMethodKit"
    ],
    "preciseIdentifier" : "c:@T@IMKCandidatesLocationHint"
  },
  "title" : "IMKCandidatesLocationHint"
}
-->

# IMKCandidatesLocationHint

Hints that suggest where to place the candidates window.

```
typealias IMKCandidatesLocationHint = Int
```

## Discussion

The Input Method Kit uses the hint to place the candidates window in a location that is in the vicinity of the hint location, but that also ensures that the candidates window is fully visible.

## Topics

### Constants

[`kIMKLocateCandidatesAboveHint`](/documentation/InputMethodKit/kIMKLocateCandidatesAboveHint)

[`kIMKLocateCandidatesBelowHint`](/documentation/InputMethodKit/kIMKLocateCandidatesBelowHint)

[`kIMKLocateCandidatesLeftHint`](/documentation/InputMethodKit/kIMKLocateCandidatesLeftHint)

[`kIMKLocateCandidatesRightHint`](/documentation/InputMethodKit/kIMKLocateCandidatesRightHint)



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)