Unit 'gtk2' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#gtk2]

TGtkFileInfoType

Declaration

Source position: gtkfilesystem.inc line 38

type TGtkFileInfoType = (

  GTK_FILE_INFO_DISPLAY_NAME = 1 shl 0,

  GTK_FILE_INFO_IS_FOLDER = 1 shl 1,

  GTK_FILE_INFO_IS_HIDDEN = 1 shl 2,

  GTK_FILE_INFO_MIME_TYPE = 1 shl 3,

  GTK_FILE_INFO_MODIFICATION_TIME = 1 shl 4,

  GTK_FILE_INFO_SIZE = 1 shl 5,

  GTK_FILE_INFO_ALL = 1 shl 6 - 1

);


Documentation generated on: 2023-03-18