/* * Copyright (c) 2010 Samsung Electronics Co., Ltd All Rights Reserved * * PROPRIETARY/CONFIDENTIAL * * This software is the confidential and proprietary information of SAMSUNG * ELECTRONICS ("Confidential Information"). You agree and acknowledge that this * software is owned by Samsung and you shall not disclose such Confidential * Information and shall use it only in accordance with the terms of the license * agreement you entered into with SAMSUNG ELECTRONICS. SAMSUNG make no * representations or warranties about the suitability of the software, either * express or implied, including but not limited to the implied warranties of * merchantability, fitness for a particular purpose, or non-infringement. * SAMSUNG shall not be liable for any damages suffered by licensee arising out * of or releated to this software. * */ /////////////////////////////////////////////////////////////////////////////////////// // // access // /////////////////////////////////////////////////////////////////////////////////////// group { name: "elm/access/base/default"; images { image: "access_glow.png" LOSSY 85; } parts { part { name: "base"; mouse_events: 0; description { state: "default" 0.0; image.normal: "access_glow.png"; image.border: 5 5 5 5; fill.smooth: 0; } } } }