Selects all text of the specified widget. It invokes the select method, if any, of the widget. It does nothing if the method doesn't exist.
select
the widget.
the starting index of the selection range
the ending index of the selection range (excluding). In other words, the text between start and (end-1) is selected.
Selects all text of the specified widget. It invokes the
select
method, if any, of the widget. It does nothing if the method doesn't exist.