Enumeration

GtkEntryIconPosition

Declaration

enum Gtk.EntryIconPosition

Description [src]

Specifies the side of the entry at which an icon is placed.

Members

GTK_ENTRY_ICON_PRIMARY

At the beginning of the entry (depending on the text direction).

  • Value: 0
  • Available since: 4.0
GTK_ENTRY_ICON_SECONDARY

At the end of the entry (depending on the text direction).

  • Value: 1
  • Available since: 4.0