deselect_all#
- annotation.deselect_all() int #
Deselects all annotations.
- Examples:
ensight.text.new_text("A Test") ensight.text.select_begin(0) ensight.text.new_text("A Second Test") ensight.text.select_begin(1) ensight.text.select_all() ensight.text.select_begin(0,1) ensight.annotation.deselect_all()
- Returns:
zero on success, non-zero on error