modify elm_tab
authorNoha Park <noha.park@samsung.com>
Wed, 19 May 2010 01:25:48 +0000 (10:25 +0900)
committerNoha Park <noha.park@samsung.com>
Wed, 19 May 2010 01:25:48 +0000 (10:25 +0900)
src/lib/elm_tab.h [new file with mode: 0755]

diff --git a/src/lib/elm_tab.h b/src/lib/elm_tab.h
new file mode 100755 (executable)
index 0000000..e877f89
--- /dev/null
@@ -0,0 +1,38 @@
+/*\r
+ * SLP\r
+ * Copyright (c) 2009 Samsung Electronics, Inc.\r
+ * All rights reserved.\r
+ *\r
+ * This software is a confidential and proprietary information\r
+ * of Samsung Electronics, Inc. ("Confidential Information").  You\r
+ * shall not disclose such Confidential Information and shall use\r
+ * it only in accordance with the terms of the license agreement\r
+ * you entered into with Samsung Electronics. \r
+ */\r
+\r
+/**\r
+ * library for composing TW3 tab\r
+ * @file tab_ui.h\r
+ * @ingroup library libtab\r
+ * @brief this file is the header file including UI macros\r
+ * @author Jaehwan Kim <jae.hwan.kim@samsung.com>\r
+ * @date 2009-08-07\r
+ */\r
+\r
+#ifndef __TAB_UI_H__\r
+#define __TAB_UI_H__\r
+\r
+\r
+/////////////////////////////////////////////////////////////////////////////\r
+//\r
+//  UTIL define\r
+//\r
+/////////////////////////////////////////////////////////////////////////////\r
+#define MAX_ITEM 8\r
+#define BASIC_SLOT_NUMBER 3\r
+#define ELM_MAX(v1, v2)    (((v1) > (v2)) ? (v1) : (v2))\r
+#define KEYDOWN_INTERVAL       0.6\r
+\r
+#define _EDJ(x) (Evas_Object *)elm_layout_edje_get(x)\r
+\r
+#endif\r