Exemplo n.º 1
0
 protected override void OnRealized( )
 {
     base.OnRealized();
     wtheme = new WindowsTheme(GdkWindow);
     if (child != null)
     {
         child.Allocation = wtheme.GetWindowClientArea(Allocation);
     }
 }
Exemplo n.º 2
0
		protected override void OnRealized ( )
		{
			base.OnRealized ();
			wtheme = new WindowsTheme (GdkWindow);
			if (child != null)
				child.Allocation = wtheme.GetWindowClientArea (Allocation);
		}