views:

29

answers:

1

Is there any way to make the widget so that text can be highlighted and copied, but not changed?

+1  A: 

Use the state option "readonly":

state= The entry state: NORMAL, DISABLED, or “readonly” (same as DISABLED, but contents can still be selected and copied). Default is NORMAL. Note that if you set this to DISABLED or “readonly”, calls to insert and delete are ignored. (state/State)

Mark