# File lib/alexandria/macui/BookInfoController.rb, line 200
        def controlTextDidChange(notification)
            textView = notification.object
            string = textView.stringValue.UTF8String.strip
            if textView.__ocid__ == @titleTextField.__ocid__
                @panel.setTitle(string)
            end
        end