--- /dev/null
+/*\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