We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc28cd0 commit ed4b86fCopy full SHA for ed4b86f
Widgets/MenuButton.h
@@ -49,7 +49,7 @@ extern "C" {
49
* @param xPic - óêàçàòåëü íà êàðòèíêó
50
*
51
*/
52
- void pxMenuButtonSetMainPic(xWidget * pxW, unsigned short const* pusPic);
+ void pxMenuButtonSetMainPic(xWidget * pxW, xPicture pusPic);
53
54
/**
55
* @brief óñòàíàâëèâàåò ïîäïèñü ïîä êíîïêîé
Widgets/Widget.h
@@ -93,7 +93,7 @@ extern "C" {
93
94
//background
95
uint16_t usBgColor;
96
- uint16_t const* pusBgPicture;
+ xPicture pusBgPicture;
97
98
//Child object properties
99
void* pvProp;
0 commit comments