Cocoa Internals/Text Controls

From Free Pascal wiki
Revision as of 07:30, 15 July 2018 by Skalogryz (talk | contribs) (Created page with "==ComboBox== Non-readonly ComboBox is implemented via NSComboBox type. Readonly combobox is implemented via NSPopupButton ===NSComboBox features=== * It doesn't like to be 29...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

cocoa combobox issue.png