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.