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

TGtkTextSearchFlagsIdx

Declaration

Source position: lazgtk3.pas line 1357

type TGtkTextSearchFlagsIdx = (

  TGtkTextSearchFlagsIdxMinValue = 0,

  

  GTK_TEXT_SEARCH_VISIBLE_ONLY = 0,

  

  GTK_TEXT_SEARCH_TEXT_ONLY = 1,

  

  GTK_TEXT_SEARCH_CASE_INSENSITIVE = 2,

  

  TGtkTextSearchFlagsIdxMaxValue = 31

  

);