[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGdk3' (#lcl)

TGdkAnchorHintsIdx

Declaration

Source position: lazgdk3.pas line 2315

type TGdkAnchorHintsIdx = (

  TGdkAnchorHintsIdxMinValue = 0,

  

  GDK_ANCHOR_FLIP_X = 0,

  

  GDK_ANCHOR_FLIP_Y = 1,

  

  GDK_ANCHOR_SLIDE_X = 2,

  

  GDK_ANCHOR_SLIDE_Y = 3,

  

  GDK_ANCHOR_RESIZE_X = 4,

  

  GDK_ANCHOR_RESIZE_Y = 5,

  

  TGdkAnchorHintsIdxMaxValue = 31

  

);