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 text entry, depending on the text direction.
:secondary
At the end of the text entry, depending on the text direction.

Details

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

See also

2023-9-16