Package: gtk

GEnum gtk:entry-icon-position

Declaration

(gobject:define-genum "GtkEntryIconPosition" entry-icon-position
  (:export t
   :type-initializer "gtk_entry_icon_position_get_type")
  (:primary 0)
  (:secondary 1))  

Values

:primary
At the beginning of the entry, depending on the text direction.
:secondary
At the end of the entry, depending on the text direction.

Details

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

See also

2024-3-21