MPLAB® Harmony Graphics Suite
|
The image margin value is the space between the image and the text
LIB_EXPORT uint32_t laKeyPadWidget_GetKeyImageMargin( laKeyPadWidget* pad, uint32_t row, uint32_t col );
Parameters |
Description |
laKeyPadWidget* pad |
the widget |
uint32_t row |
the indicated row |
uint32_t col |
the indicated column |
uint32_t - the margin value
MPLAB® Harmony Graphics Suite
|