gtk2/docs/reference/gtk/tmpl/gtkcellrendereraccel.sgml
Matthias Clasen 7447ef0fc2 Make 3.0 parallel-installable to 2.x
In particular, rename

  - libraries to lib*-3.0.so
  - pc files to *-3.0.pc
  - include paths to /usr/include/gtk-3.0/*
  - module paths to /usr/lib/gtk-3.0/*
  - rc files names to gtk-3.0/gtkrc
  - commandline utilities to *-3.0
  - adjust documentation

Also change the install location for unix-print headers to
/usr/include/gtk-3.0/unix-print/gtk.
2010-05-08 01:18:53 -04:00

91 lines
1.5 KiB
Plaintext

<!-- ##### SECTION Title ##### -->
GtkCellRendererAccel
<!-- ##### SECTION Short_Description ##### -->
Renders a keyboard accelerator in a cell
<!-- ##### SECTION Long_Description ##### -->
<para>
#GtkCellRendererAccel displays a keyboard accelerator (i.e. a
key combination like &lt;Control&gt;-a). If the cell renderer is editable, the
accelerator can be changed by simply typing the new combination.
</para>
<para>
The #GtkCellRendererAccel cell renderer was added in GTK+ 2.10.
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### SECTION Image ##### -->
<!-- ##### STRUCT GtkCellRendererAccel ##### -->
<para>
</para>
<!-- ##### SIGNAL GtkCellRendererAccel::accel-cleared ##### -->
<para>
</para>
@cellrendereraccel: the object which received the signal.
@arg1:
<!-- ##### SIGNAL GtkCellRendererAccel::accel-edited ##### -->
<para>
</para>
@cellrendereraccel: the object which received the signal.
@arg1:
@arg2:
@arg3:
@arg4:
<!-- ##### ARG GtkCellRendererAccel:accel-key ##### -->
<para>
</para>
<!-- ##### ARG GtkCellRendererAccel:accel-mode ##### -->
<para>
</para>
<!-- ##### ARG GtkCellRendererAccel:accel-mods ##### -->
<para>
</para>
<!-- ##### ARG GtkCellRendererAccel:keycode ##### -->
<para>
</para>
<!-- ##### ENUM GtkCellRendererAccelMode ##### -->
<para>
</para>
@GTK_CELL_RENDERER_ACCEL_MODE_GTK:
@GTK_CELL_RENDERER_ACCEL_MODE_OTHER:
<!-- ##### FUNCTION gtk_cell_renderer_accel_new ##### -->
<para>
</para>
@void:
@Returns: