Source position: gtkaccelgroup.pp line 11
type TGtkAccelFlags = (
GTK_ACCEL_VISIBLE = 1 shl 0,
GTK_ACCEL_SIGNAL_VISIBLE = 1 shl 1,
GTK_ACCEL_LOCKED = 1 shl 2,
GTK_ACCEL_MASK = $07
);