~~Title: Efl.Ui.Selection_Type~~ ===== Description ===== %%Selection type%% {{page>:develop:api-include:efl:ui:selection_type:description&nouser&nolink&nodate}} ===== Fields ===== {{page>:develop:api-include:efl:ui:selection_type:fields&nouser&nolink&nodate}} * **primary** - %%Primary text selection (highlighted or selected text)%% * **secondary** - %%Used when primary selection is in use%% * **dnd** - %%Drag and Drop%% * **clipboard** - %%Clipboard selection (ctrl+C)%% ===== Signature ===== enum Efl.Ui.Selection_Type { primary: 0, secondary, dnd, clipboard } ===== C signature ===== typedef enum { EFL_UI_SELECTION_TYPE_PRIMARY = 0, EFL_UI_SELECTION_TYPE_SECONDARY, EFL_UI_SELECTION_TYPE_DND, EFL_UI_SELECTION_TYPE_CLIPBOARD } Efl_Ui_Selection_Type;