This commit is contained in:
parent
120eb5baaf
commit
d87569d7c0
7 changed files with 196 additions and 67 deletions
|
|
@ -52,6 +52,13 @@ MWDECL void MWAPI MwColorTableInit(void);
|
|||
*/
|
||||
MWDECL MwLLColor MWAPI MwLightenColor(MwWidget handle, MwLLColor color, int r, int g, int b);
|
||||
|
||||
/*!
|
||||
* @brief Fix a rectangle
|
||||
* @param handle Widget
|
||||
* @param rect Rectangle area
|
||||
*/
|
||||
MWDECL void MWAPI MwFixRect(MwRect* rect);
|
||||
|
||||
/*!
|
||||
* @brief Draws a filled rectangle
|
||||
* @param handle Widget
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue