awtk/src/awtk_widgets.h
2019-12-31 19:27:36 -08:00

62 lines
1.6 KiB
C

/**
* File: awtk.h
* Author: AWTK Develop Team
* Brief: awtk widgets
*
* Copyright (c) 2018 - 2020 Guangzhou ZHIYUAN Electronics Co.,Ltd.
*
* 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
* License file for more details.
*
*/
/**
* History:
* ================================================================
* 2018-12-15 Li XianJing <xianjimli@hotmail.com> created
*
*/
#ifndef AWTK_WIDGETS_H
#define AWTK_WIDGETS_H
#include "base/dialog.h"
#include "base/window.h"
#include "widgets/app_bar.h"
#include "widgets/button.h"
#include "widgets/button_group.h"
#include "widgets/calibration_win.h"
#include "widgets/check_button.h"
#include "widgets/color_tile.h"
#include "widgets/clip_view.h"
#include "widgets/column.h"
#include "widgets/combo_box.h"
#include "widgets/combo_box_item.h"
#include "widgets/dialog_client.h"
#include "widgets/dialog_title.h"
#include "widgets/dragger.h"
#include "widgets/edit.h"
#include "widgets/grid.h"
#include "widgets/grid_item.h"
#include "widgets/group_box.h"
#include "widgets/image.h"
#include "widgets/label.h"
#include "widgets/overlay.h"
#include "widgets/pages.h"
#include "widgets/popup.h"
#include "widgets/progress_bar.h"
#include "widgets/row.h"
#include "widgets/slider.h"
#include "widgets/spin_box.h"
#include "widgets/system_bar.h"
#include "widgets/tab_button.h"
#include "widgets/tab_button_group.h"
#include "widgets/tab_control.h"
#include "widgets/view.h"
#include "widgets/digit_clock.h"
#endif /*AWTK_WIDGETS_H*/