~welemski/viewedit/main

« back to all changes in this revision

Viewing changes to gtk-gui/ViewEdit.WgtMainView.cs

  • Committer: welemski at gmail
  • Date: 2008-05-24 16:28:11 UTC
  • Revision ID: welemski@gmail.com-20080524162811-9pf0tu3jgo9t3si8
Basic Source Code Viewing

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
            this.nbView.CanFocus = true;
28
28
            this.nbView.Name = "nbView";
29
29
            this.nbView.CurrentPage = 0;
 
30
            this.nbView.Scrollable = true;
30
31
            // Notebook tab
31
32
            Gtk.Label w1 = new Gtk.Label();
32
33
            w1.Visible = true;