idlehomescreen/widgetmanager/inc/wmlistbox.inl
branchRCL_3
changeset 28 d721605b30d0
parent 11 ff572dfe6d86
--- a/idlehomescreen/widgetmanager/inc/wmlistbox.inl	Wed Jun 09 09:29:04 2010 +0300
+++ b/idlehomescreen/widgetmanager/inc/wmlistbox.inl	Mon Jun 21 15:27:11 2010 +0300
@@ -27,6 +27,12 @@
  inline void CWmListBox::SetFindPaneIsVisible( TBool aVisibility )
         { iFindPaneIsVisible = aVisibility; }
  
+/**
+ * Returns true if findpane is in use
+ */
+ inline TBool CWmListBox::IsFindPaneIsVisible()
+        { return iFindPaneIsVisible; }
+ 
  /** 
   * number of items in the widget data array (also items on the list) 
   *