📄 ebcheckbox.h
字号:
// Copyright (C) 2004 TCL Multimedia Electronics Research & Development Center
//
// Current maintainer: Tang jianbin.
/*
** Alternatively, the contents of this file may be used under the terms
** of the Mozilla Public License (the "MPL License") in which case the
** provisions of the MPL License are applicable instead of those above.
*/
//
// Create date: 2004/1/7
//
// Modify records:
//
// Who When Where For What Status
//-----------------------------------------------------------------------------
//
//
#ifndef GUI_EBCHECKBOX_H_
#define GUI_EBCHECKBOX_H_
#ifdef __cplusplus
extern "C" {
#endif
typedef struct _EBCHECKBOXDATA
{
DWORD status; // button flags
DWORD textcolor;
} EBCHECKBOXDATA;
typedef EBCHECKBOXDATA* PEBCHECKBOXDATA;
BOOL RegisterEBCheckBoxControl (void);
void EBCheckboxControlCleanup (void);
#ifdef __cplusplus
}
#endif
#endif // GUI_TCLCONTROL_H_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -