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

TGtkMenuDirectionType

Declaration

Source position: lazgtk3.pas line 1042

type TGtkMenuDirectionType = (

  TGtkMenuDirectionTypeMinValue = - $7FFFFFFF,

  

  GTK_MENU_DIR_PARENT = 0,

  

  GTK_MENU_DIR_CHILD = 1,

  

  GTK_MENU_DIR_NEXT = 2,

  

  GTK_MENU_DIR_PREV = 3,

  

  TGtkMenuDirectionTypeMaxValue = $7FFFFFFF

  

);