GtkCellRendererAccel {RGtk2} | R Documentation |
Renders a keyboard accelerator in a cell
gtkCellRendererAccelNew()
gtkCellRendererAccel()
GObject +----GInitiallyUnowned +----GtkObject +----GtkCellRenderer +----GtkCellRendererText +----GtkCellRendererAccel
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.
The GtkCellRendererAccel
cell renderer was added in GTK+ 2.10.
GtkCellRendererAccel
gtkCellRendererAccel
is the equivalent of gtkCellRendererAccelNew
.
GtkCellRendererAccelMode
gtk
other
The (accel, path.string, user.data)
Since 2.10
accel
GtkCellRendererAccel
] the object reveiving the signalpath.string
user.data
The (accel, path.string, accel.key, accel.mods, hardware.keycode, user.data)
Since 2.10
accel
GtkCellRendererAccel
] the object reveiving the signalpath.string
accel.key
accel.mods
GdkModifierType
] the new acclerator modifier maskhardware.keycode
user.data
accel-key
[numeric : Read / Write]The keyval of the accelerator.
Allowed values: <= G_MAXINT Default value: 0 Since 2.10
accel-mode
[GtkCellRendererAccelMode
: Read / Write]Determines if the edited accelerators are GTK+ accelerators. If they are, consumed modifiers are suppressed, only accelerators accepted by GTK+ are allowed, and the accelerators are rendered in the same way as they are in menus.
Default value: GTK_CELL_RENDERER_ACCEL_MODE_GTK Since 2.10
accel-mods
[GdkModifierType
: Read / Write]The modifier mask of the accelerator.
Since 2.10
keycode
[numeric : Read / Write]The hardware keycode of the accelerator. Note that the hardware keycode is only relevant if the key does not have a keyval. Normally, the keyboard configuration should assign keyvals to all keys.
Allowed values: <= G_MAXINT Default value: 0 Since 2.10
Derived by RGtkGen from GTK+ documentation
http://developer.gnome.org/doc/API/2.0/gtk/GtkCellRendererAccel.html