Source position: gtkclist.pp line 19
type TGtkButtonAction = (
GTK_BUTTON_IGNORED = 0,
GTK_BUTTON_SELECTS = 1 shl 0,
GTK_BUTTON_DRAGS = 1 shl 1,
GTK_BUTTON_EXPANDS = 1 shl 2
);