Package: gtk

GEnum gtk-entry-icon-position

Details

Specifies the side of the entry at which an icon is placed.
(define-g-enum "GtkEntryIconPosition" gtk-entry-icon-position
  (:export t
   :type-initializer "gtk_entry_icon_position_get_type")
  (:primary 0)
  (:secondary 1))  
:primary
At the beginning of the entry, depending on the text direction.
:secondary
At the end of the entry, depending on the text direction.
 

See also

2021-11-2