Index

Package: Cell_Renderer_Accel

Description

package Gtk.Cell_Renderer_Accel is

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

Classes

Gtk_Cell_Renderer_Accel_Record

type Gtk_Cell_Renderer_Accel_Record is
     new Gtk.Cell_Renderer_Text.Gtk_Cell_Renderer_Text_Record with private;

Ancestors:

Primitive operations:

Glib.Object.Deallocate (Inherited)
Glib.Object.Get_Type (Inherited)
Glib.Object.Notify (Inherited)
Glib.Object.Ref (Inherited)
Glib.Object.Ref_Sink (Inherited)
Glib.Object.Unref (Inherited)
Gtk.Cell_Renderer.Activate (Inherited)
Gtk.Cell_Renderer.Get_Fixed_Size (Inherited)
Gtk.Cell_Renderer.Get_Size (Inherited)
Gtk.Cell_Renderer.Render (Inherited)
Gtk.Cell_Renderer.Set_Fixed_Size (Inherited)
Gtk.Cell_Renderer.Start_Editing (Inherited)
Gtk.Cell_Renderer_Text.Set_Fixed_Height_From_Font (Inherited)

Types

Gtk_Cell_Renderer_Accel

type Gtk_Cell_Renderer_Accel is
     access all Gtk_Cell_Renderer_Accel_Record'Class;

Constants & Global variables

Accel_Key_Property (Glib.Properties.Property_Uint)

Accel_Key_Property  : constant Glib.Properties.Property_Uint;

Accel_Mode_Property (Glib.Properties.Property_Enum)

Accel_Mode_Property : constant Glib.Properties.Property_Enum;
Accel_Mods_Property : constant Glib.Properties.Property_Flags;

Keycode_Property (Glib.Properties.Property_Uint)

Keycode_Property    : constant Glib.Properties.Property_Uint;
Accel_Mods_Property : constant Glib.Properties.Property_Flags;

Subprograms & Entries

Gtk_New

procedure Gtk_New 
(Widget: out Gtk_Cell_Renderer_Accel);
Creates a new Gtk_Cell_Renderer_Accel.

Initialize

procedure Initialize 
(Widget: access Gtk_Cell_Renderer_Accel_Record'Class);
Creates a new Gtk_Cell_Renderer_Accel.

Get_Type

function Get_Type return GType;
Return the internal value associated with this widget.