[ CCode ( type_id = "gtk_cell_renderer_accel_get_type ()" ) ]
[ Version ( deprecated = true , deprecated_since = "4.10" ) ]
public class CellRendererAccel : CellRendererText
Warning: CellRendererAccel is deprecated since 4.10.
Renders a keyboard accelerator in a cell
Applications editing keyboard accelerators should provide their own implementation according to platform design guidelines
`GtkCellRendererAccel` displays a keyboard accelerator (i.e. a key combination like `Control + a`). If the cell renderer is editable, the accelerator can be changed by simply typing the new combination.