borked
[tfs.git] / tools / tf / NoSourceView.cs
blob8658aca1998f0b0fb36f2f935174a47f5d1d3ba3
1 using System;
2 using System.Text;
3 using Gtk;
4 using Pango;
6 public class TfTextView : Gtk.TextView
8 public TfTextView()
10 CursorVisible = false;
11 Editable = false;
12 ModifyFont(Pango.FontDescription.FromString("Vera Sans Mono 16"));