CellRendererAccel
⚠️ Deprecated ⚠️
This is deprecated since version 4.10.
Applications editing keyboard accelerators should provide their own implementation according to platform design guidelines
Renders a keyboard accelerator in a cell
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.
Skipped during bindings generation
method
accel-key
: Property has no getter nor settermethod
accel-mode
: Property has no getter nor settermethod
accel-mods
: Property has no getter nor settermethod
keycode
: Property has no getter nor setter
Constructors
Properties
Functions
Emits the "accel-cleared" signal. See onAccelCleared.
Emits the "accel-edited" signal. See onAccelEdited.
Emits the "edited" signal. See onEdited.
Emits the "editing-canceled" signal. See onEditingCanceled.
Emits the "editing-started" signal. See onEditingStarted.
This is deprecated since version 4.10.
---This is deprecated since version 4.10.
---This is deprecated since version 4.10.
---This is deprecated since version 4.10.
---This is deprecated since version 4.10.
---Gets emitted when the user has removed the accelerator.
Gets emitted when the user has selected a new accelerator.
This signal gets emitted when the user cancels the process of editing a cell. For example, an editable cell renderer could be written to cancel editing when the user presses Escape.
This signal gets emitted when a cell starts to be edited. The intended use of this signal is to do special setup on @editable, e.g. adding a GtkEntryCompletion
or setting up additional columns in a GtkComboBox
.
This is deprecated since version 4.10.
---This is deprecated since version 4.10.
---This is deprecated since version 4.10.
---This is deprecated since version 4.10.
---This is deprecated since version 4.10.
---This is deprecated since version 4.10.
---This is deprecated since version 4.10.
---