patch for rc20
[framework/osp/web.git] / src / controls / FWebCtrl_SelectBox.h
index 00afe24..8d9c89f 100755 (executable)
@@ -122,6 +122,7 @@ public:
        static const int LIST_ITEM_TYPE_GROUP = 2;
        static const int LIST_ITEM_TYPE_NORMAL = 1;
        static const int LIST_ITEM_TYPE_SUB = 0;
+       static const int DEFAULT_LIST_ITEM_COUNT = 5;
 
 private:
        Tizen::Base::Collection::ArrayList __listElementArray;
@@ -130,6 +131,7 @@ private:
        bool __multiSelection;
        int __SelectedIndex;
        int __prevIndex;
+       int __panelHeight;
        Tizen::Ui::_ControlOrientation __orientation;
        Evas_Object* __pWebView;
        Eina_Inarray* __pToggledArray;