$detailLog->configure( -state => 'normal' ); $detailLog->insert( '1.0', 'some text' ); $detailLog->configure( -state => 'disabled' );