Questions tagged [nsmenuitemcell]

NSMenuItemCell is a class that handles the measurement and display of a single menu item in its encompassing frame. Instances of NSMenuItemCell work in conjunction with an NSMenuView object to control the overall appearance of the menu.

NSMenuItemCell is a class that handles the measurement and display of a single menu item in its encompassing frame. Instances of NSMenuItemCell work in conjunction with an NSMenuView object to control the overall appearance of the menu.

This is a part of AppKit [Application Kit] framework from Apple. This framework is used to implement graphical, event-driven user interface: windows, panels, buttons, menus, scrollers, and text fields.

1 questions
3
votes
1 answer

NSPopUpButton with InlineButton style logs "Unknown bezel style 15 and/or control size 1"

I have an NSPopUpButton with Inline Button style. When mouse enters, exits or mouse down or mouse up, it logs "Unknown bezel style 15 and/or control size 1" 15 is the NSInlineButtonStyle from NSButtonCell.h typedef NS_ENUM(NSUInteger, NSBezelStyle)…
uchuugaka
  • 12,679
  • 6
  • 37
  • 55