EntryIconPosition
Description:
[ CCode ( cprefix = "GTK_ENTRY_ICON_" , type_id = "gtk_entry_icon_position_get_type ()" ) ]
public enum EntryIconPosition
Specifies the side of the entry at which an icon is placed.
Content:
Enum 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).