summaryrefslogtreecommitdiff
path: root/include/search_bar.h
diff options
context:
space:
mode:
authorKim Kibum <kb0929.kim@samsung.com>2012-06-08 14:54:14 +0900
committerKim Kibum <kb0929.kim@samsung.com>2012-06-08 14:54:14 +0900
commitbf8879b3c9c9a58111b20ea76263a5845a2f56fb (patch)
treea5ef3437c6d260a0fcdce447cec29a5270905fd3 /include/search_bar.h
parent636878b6968ffd73d0fee4722d992ecb47e9f3a4 (diff)
downloadsmartsearch-bf8879b3c9c9a58111b20ea76263a5845a2f56fb.tar.gz
smartsearch-bf8879b3c9c9a58111b20ea76263a5845a2f56fb.tar.bz2
smartsearch-bf8879b3c9c9a58111b20ea76263a5845a2f56fb.zip
apply FSL(Flora Software License)
Diffstat (limited to 'include/search_bar.h')
-rwxr-xr-xinclude/search_bar.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/include/search_bar.h b/include/search_bar.h
new file mode 100755
index 0000000..035e9f5
--- /dev/null
+++ b/include/search_bar.h
@@ -0,0 +1,34 @@
+/*
+ * Copyright 2012 Samsung Electronics Co., Ltd
+ *
+ * Licensed under the Flora License, Version 1.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.tizenopensource.org/license
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+
+
+
+
+#ifndef __DEF_SEARCH_BAR_H__
+#define __DEF_SEARCH_BAR_H__
+
+#include <Elementary.h>
+
+void search_searchbar_cb(void *data, Evas_Object * obj, void *event_info);
+
+void search_searchbar_entry_changed_cb(void *data, Evas_Object * obj,
+ void *event_info);
+
+Evas_Object *search_searchbar_category_icon_add(int cate_type, int press_type, Evas_Object *parent);
+
+#endif /* __DEF_SEARCH_BAR_H__ */