/**
 * Shopware 4.0
 * Copyright © 2012 shopware AG
 *
 * According to our dual licensing model, this program can be used either
 * under the terms of the GNU Affero General Public License, version 3,
 * or under a proprietary license.
 *
 * The texts of the GNU Affero General Public License with an additional
 * permission and of our proprietary license can be found at and
 * in the LICENSE file you have received along with this program.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU Affero General Public License for more details.
 *
 * "Shopware" is a registered trademark of shopware AG.
 * The licensing of the program under the AGPLv3 does not imply a
 * trademark license. Therefore any rights, title and interest in
 * our trademarks remain entirely with us.
 *
 * @category   Shopware
 * @package    Shopware_Styling
 * @subpackage Widgets
 * @copyright  Copyright (c) 2012, shopware AG (http://www.shopware.de)
 * @version    $Id$
 * @author shopware AG
 */
 
/** General widgets */
@import 'widgets/viewport';
@import 'widgets/toolbar';
@import 'widgets/panel';
@import 'widgets/grid';
@import 'widgets/window';
@import 'widgets/button';
@import 'widgets/menu';
@import 'widgets/loadmask';
@import 'widgets/mediadropzone';
@import 'widgets/desktopswitcher';
@import 'widgets/tree';
@import 'widgets/widgets';
@import 'widgets/headertooltip';
@import 'widgets/accordion';
@import 'widgets/tab';
@import 'widgets/article-dd';
@import 'widgets/keynav';
@import 'widgets/notification';
@import 'widgets/datepicker';
@import 'widgets/progressbar';
@import 'widgets/boundlist';
@import 'widgets/tooltip';
@import 'widgets/rowediting';

/** Include global form widgets */
@import 'widgets/form/all';


