fix gdi and add dummy chart
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
2ae8f67b53
commit
efd1d32801
7 changed files with 102 additions and 13 deletions
|
|
@ -36,6 +36,7 @@
|
|||
#include <Mw/Widget/Box.h>
|
||||
#include <Mw/Widget/Button.h>
|
||||
#include <Mw/Widget/Calendar.h>
|
||||
#include <Mw/Widget/Chart.h>
|
||||
#include <Mw/Widget/CheckBox.h>
|
||||
#include <Mw/Widget/Clock.h>
|
||||
#include <Mw/Widget/ComboBox.h>
|
||||
|
|
|
|||
24
include/Mw/Widget/Chart.h
Normal file
24
include/Mw/Widget/Chart.h
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
/*!
|
||||
* @file Mw/Widget/Chart.h
|
||||
* @brief Chart widget
|
||||
*/
|
||||
#ifndef __MW_WIDGET_CHART_H__
|
||||
#define __MW_WIDGET_CHART_H__
|
||||
|
||||
#include <Mw/MachDep.h>
|
||||
#include <Mw/TypeDefs.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/*!
|
||||
* @brief Chart widget class
|
||||
*/
|
||||
MWDECL MwClass MwChartClass;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue