Main Page
Object Hierarchy
Data Structures
Related Pages
etk_selection.h File Reference
Detailed Description
Data Structures
struct
Etk_Selection_Event
The event structure sent to the target widget when the content of a selection is received after a request (through the signal "selection_received").
More...
Enumerations
enum
Etk_Selection_Type
{
ETK_SELECTION_PRIMARY
,
ETK_SELECTION_SECONDARY
,
ETK_SELECTION_CLIPBOARD
}
The different types of selection.
More...
enum
Etk_Selection_Content_Type
{
ETK_SELECTION_TEXT
}
The different types of content of a selection.
More...
Functions
void
etk_selection_text_set
(
Etk_Selection_Type
selection, const char *text)
Sets the text of the given selection.
void
etk_selection_text_request
(
Etk_Selection_Type
selection,
Etk_Widget
*target)
Requests the text from a selection.
void
etk_selection_clear
(
Etk_Selection_Type
selection)
Clears the given selection.