function OnGUI() {
I'm a Label"); //1
I'm a Box"); //2
I'm a Button"); //3
I'm a RepeatButton"); //4
I'm a TextFielld"); //5
I'm a TextArea,\nMultiline"); //6
I'm a Toggle true"); //7
I'm a Toggle false"); //8
Toolbar","Tool2","Tool3"]); //9
Selection","Grid","select3"],3);//10
//11
//12
 
 //13
  GUI.BeginScrollView (Rect (200,10,100,100),Vector2.zero, Rect (0, 0, 220,200));
I'm a Label");
  GUI.EndScrollView();
 //14
    GUI.Window(0,Rect(200,129,100,100),funcwin,"window");
 }