void MyPrint(Gnome.PrintContext gpc) { gpc.BeginPage ("demo"); gpc.MoveTo (1, 700); gpc.Show (tv.Buffer.Text); gpc.ShowPage (); }