Enumeration

GtkCollation

since: 4.10

Declaration

enum Gtk.Collation

Description [src]

Describes how a GtkStringSorter turns strings into sort keys to compare them.

Note that the result of sorting will in general depend on the current locale unless the mode is GTK_COLLATION_NONE.

Available since: 4.10

Members

GTK_COLLATION_NONE

Don’t do any collation.

  • Value: 0
  • Available since: 4.10
GTK_COLLATION_UNICODE
  • Value: 1
  • Available since: 4.10
GTK_COLLATION_FILENAME
  • Value: 2
  • Available since: 4.10