示例#1
0
        public SquaredNotebook()
        {
            tabStrip = new SquaredTabStrip();
            PackStart(tabStrip, false, false, 0);

            tabBox = new HBox();
            PackStart(tabBox, true, true, 0);

            ShowAll();
        }
		public SquaredNotebook ()
		{
			tabStrip = new SquaredTabStrip ();
			PackStart (tabStrip, false, false, 0);

			tabBox = new HBox ();
			PackStart (tabBox, true, true, 0);

			ShowAll ();
		}