Method

ClutterTextdelete_selection

Declaration [src]

gboolean
clutter_text_delete_selection (
  ClutterText* self
)

Description [src]

Deletes the currently selected text

This function is only useful in subclasses of ClutterText.

Available since:1.0

Return value

Returns: gboolean
 

TRUE if text was deleted or if the text actor is empty, and FALSE otherwise.