type Gtk_Cell_Renderer_Accel_Record is new Gtk.Cell_Renderer_Text.Gtk_Cell_Renderer_Text_Record with private;
type Gtk_Cell_Renderer_Accel is access all Gtk_Cell_Renderer_Accel_Record'Class;
Accel_Key_Property : constant Glib.Properties.Property_Uint;
Accel_Mode_Property : constant Glib.Properties.Property_Enum;
Keycode_Property : constant Glib.Properties.Property_Uint;
procedure Gtk_New
( | Widget | : out Gtk_Cell_Renderer_Accel); |
procedure Initialize
( | Widget | : access Gtk_Cell_Renderer_Accel_Record'Class); |
A Gtk_Cell_Renderer_Accel 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.
The Gtk_Cell_Renderer_Accel cell renderer was added in GTK+ 2.10.
Binding from C File version 2.16.6