Package: gtk

GEnum gtk:cell-renderer-accel-mode

Declaration

(gobject:define-genum "GtkCellRendererAccelMode" cell-renderer-accel-mode
  (:export t
   :type-initializer "gtk_cell_renderer_accel_mode_get_type")
  (:gtk 0)
  (:other 1))  

Values

:gtk
GTK accelerators mode.
:other
Other accelerator mode.

Details

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.
 

See also

2024-2-21