Enumeration

GtkCellRendererAccelMode

Declaration

enum Gtk.CellRendererAccelMode

Description [src]

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.

Members

GTK_CELL_RENDERER_ACCEL_MODE_GTK

GTK+ accelerators mode.

  • Value: 0
  • Available since: 3.0
GTK_CELL_RENDERER_ACCEL_MODE_OTHER

Other accelerator mode.

  • Value: 1
  • Available since: 3.0