Cocoa Internals/Text Controls

From Free Pascal wiki
Revision as of 07:31, 15 July 2018 by Skalogryz (talk | contribs)
Jump to navigationJump to search

ComboBox

Non-readonly ComboBox is implemented via NSComboBox type. Readonly combobox is implemented via NSPopupButton

NSComboBox features

  • It doesn't like to be 29px or taller in height. The height is fixed to 26 pixels
  • It doesn't like custom fonts (other than default) to be assigned to itself (see #33626)

cocoa combobox issue.png