3294| 5
|
BUTTON_GetText()函数具体如何使用 |
5金钱
最佳答案1、按钮没有按下时: Button的名字是“Button”
2、按钮按下时: Button的名字是“Button pressed”
3、具体的实现代码如下:
static void _OnPaint(BUTTON_Handle hObj) {
int Index;
char ac[50]; //数据缓冲区----存放按钮的名字
GUI_RECT Rect;
Index = (WIDGET_GetState(hObj) & BUTTON_STATE_PRESSED) ? 1 : 0;
......
......
......
GUI_SetColor(BUTTON_GetTextColor(hObj, ...
| ||
发表于 2016-6-28 20:48:09
|
显示全部楼层
| ||
发表于 2016-6-29 09:31:17
|
显示全部楼层
| ||
| ||
| ||
发表于 2016-7-1 13:06:03
|
显示全部楼层
| ||
|手机版|OpenEdv-开源电子网 ( 粤ICP备12000418号-1 )
GMT+8, 2024-11-1 20:24
Powered by OpenEdv-开源电子网
© 2001-2030 OpenEdv-开源电子网