I have a text pane in a Glamour browser:

browser transmit from: #A; to: #B; andShow: [ :a |
    a text
      title: [ :c | c name, ' source'];
      display: [  :c | c sourceText ].
 ].

is it possible to programatically highlight a given line in this text?
May be by selecting it?

How can it be done?

nicolas