namespace CPF.Mac.AppKit { public enum NSCellAttribute : ulong { CellDisabled, CellState, PushInCell, CellEditable, ChangeGrayCell, CellHighlighted, CellLightsByContents, CellLightsByGray, ChangeBackgroundCell, CellLightsByBackground, CellIsBordered, CellHasOverlappingImage, CellHasImageHorizontal, CellHasImageOnLeftOrBottom, CellChangesContents, CellIsInsetButton, CellAllowsMixedState } }