add clock widget (closes #35)
This commit is contained in:
parent
8fb77771bb
commit
c6aaf54656
15 changed files with 210 additions and 16 deletions
|
|
@ -13,6 +13,13 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
/*!
|
||||
* @brief Get a color difference for shadow
|
||||
* @param handle Widget
|
||||
* @return Color difference
|
||||
*/
|
||||
MWDECL int MWAPI MwGetColorDifference(MwWidget handle);
|
||||
|
||||
/*!
|
||||
* @brief Parses a color text
|
||||
* @param handle Widget
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue