ginebra2/ChromeLayout.cpp
changeset 16 3c88a81ff781
parent 3 0954f5dd2cd0
--- a/ginebra2/ChromeLayout.cpp	Thu Sep 23 15:32:11 2010 -0400
+++ b/ginebra2/ChromeLayout.cpp	Fri Oct 15 17:30:59 2010 -0400
@@ -146,6 +146,11 @@
     return m_viewPort->shrink(delta);
   }
   
+  qreal ChromeLayout::setViewSlide(qreal pos)
+  {
+      return m_viewPort->setSlide(pos);
+  }
+
   qreal ChromeLayout::slideView(qreal delta)
   {
     return m_viewPort->slide(delta);
@@ -304,5 +309,10 @@
     }
 
   }
+
+  QSize ChromeLayout::viewPortSize(bool withoutTop ){
+
+      return (m_viewPort->viewPortSize(withoutTop));
+  }
   
 } // endof namespace GVA