ginebra2/ContentViews/GWebContentView.h
changeset 9 b39122337a00
parent 3 0954f5dd2cd0
child 12 afcd8e6d025b
equal deleted inserted replaced
7:a1f515018ac1 9:b39122337a00
   125 
   125 
   126       virtual void hide() {
   126       virtual void hide() {
   127            widget()->hide();
   127            widget()->hide();
   128       }
   128       }
   129 
   129 
   130       bool gesturesEnabled() const { 
   130       bool gesturesEnabled() const;
   131 #ifndef BEDROCK_TILED_BACKING_STORE
   131       void setGesturesEnabled(bool value);
   132 		return m_touchNavigation->enabled(); 
       
   133 #endif	
       
   134 		return false;
       
   135 	  }
       
   136 
       
   137       void setGesturesEnabled(bool value) { 
       
   138 #ifndef BEDROCK_TILED_BACKING_STORE		  
       
   139 		  m_touchNavigation->setEnabled(value); 
       
   140 #endif
       
   141 	  	}
       
   142 
   132 
   143       bool enabled() const;
   133       bool enabled() const;
   144       void setEnabled(bool value);
   134       void setEnabled(bool value);
   145 
   135 
   146 
   136