예제 #1
0
파일: DockToolbar.cs 프로젝트: msiyer/Pinta
		public DockToolbar (string id, string title)
		{
			grip = new DockGrip ();
			Add (grip);
			grip.Hide ();
			this.id = id;
			this.title = title;
			ShowArrow = false;
		}
예제 #2
0
 public DockToolbar(string id, string title)
 {
     grip = new DockGrip();
     Add(grip);
     grip.Hide();
     this.id    = id;
     this.title = title;
     ShowArrow  = false;
 }