Puzzle / inc /
view_defines.h
- /*
- * Copyright (c) 2016 Samsung Electronics Co., Ltd
- *
- * Licensed under the Flora License, Version 1.1 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://floralicense.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.
- */
- #if !defined(_VIEW_DEFINES_H)
- #define _VIEW_DEFINES_H
- #define EDJ_MAIN "edje/main.edj"
- #define GRP_MAIN "main"
- #define PART_MAIN_MENU "main_menu"
- #define PART_MAIN_PUZZLE "main_puzzle"
- #define PART_MAIN_NAVI "main_navi"
- #define GRP_MENU "menu"
- #define PART_MENU_ANSWER "menu_answer"
- #define PART_MENU_LEVEL "menu_level"
- #define PART_MENU_SHUFFLE "menu_shuffle"
- #define GRP_NAVI "navigation"
- #define PART_NAVI_UP "navigation_up"
- #define PART_NAVI_DOWN "navigation_down"
- #define PART_NAVI_LEFT "navigation_left"
- #define PART_NAVI_RIGHT "navigation_right"
- #define GRP_POPUP "popup"
- #define PART_POPUP_ITEM_1 "popup_item_1"
- #define PART_POPUP_ITEM_2 "popup_item_2"
- #endif