MiniGUI API Reference (MiniGUI-Threads)  v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Data Structures | Macros | Typedefs
coolbar.h File Reference

Go to the source code of this file.

Data Structures

struct  _COOLBARITEMINFO
 

Macros

#define CTRL_COOLBAR   ("CoolBar")
 The class name of coolbar control. More...
 
#define CBS_BMP_16X16   0x0000
 The size of the item bitmap is 16x16. More...
 
#define CBS_BMP_32X32   0x0001
 The size of the item bitmap is 32x32. More...
 
#define CBS_BMP_CUSTOM   0x0002
 The item bitmap has customized size. More...
 
#define CBS_USEBKBMP   0x0004
 The control has a background bitmap. More...
 
#define CBM_ADDITEM   0xFE00
 Adds a new item in a coolbar control. More...
 
#define CBM_ENABLE   0xFE01
 Sets an item to be enabled or disabled. More...
 

Typedefs

typedef struct _COOLBARITEMINFO COOLBARITEMINFO
 
typedef COOLBARITEMINFOPCOOLBARITEMINFO
 Data type of the pointer to a COOLBARITEMINFO. More...
 

Detailed Description

Author
Wei Yongming vince.nosp@m.nt@m.nosp@m.inigu.nosp@m.i.or.nosp@m.g
Date
2002/01/06
   This file is part of MiniGUI, a mature cross-platform windowing 
   and Graphics User Interface (GUI) support system for embedded systems
   and smart IoT devices.

   Copyright (C) 2002~2018, Beijing FMSoft Technologies Co., Ltd.
   Copyright (C) 1998~2002, WEI Yongming

   This program is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation, either version 3 of the License, or
   (at your option) any later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with this program.  If not, see <http://www.gnu.org/licenses/>.

   Or,

   As this program is a library, any link to this program must follow
   GNU General Public License version 3 (GPLv3). If you cannot accept
   GPLv3, you need to be licensed from FMSoft.

   If you have got a commercial license of this program, please use it
   under the terms and conditions of the commercial license.

   For more information about the commercial license, please refer to
   <http://www.minigui.com/en/about/licensing-policy/>.

Definition in file coolbar.h.