newtoolbar.h File Reference
Go to the source code of this file.
Data Structures
Defines
- #define CTRL_NEWTOOLBAR   ("newtoolbar")
- The class name of newtoolbar control.  
 
 - #define NTBIF_DISABLED   0x0010
- The item is disabled.  
 
 - #define NTBIF_CHECKED   0x0020
- The item is checked.  
 
 - #define NTBS_WITHTEXT   0x000000001L
- Displays text with the item bitmap.  
 
 - #define NTBS_TEXTRIGHT   0x000000002L
- Displays text at the right side of the item bitmap.  
 
 - #define NTBS_DRAWSTATES   0x000000004L
- Draws the button states with 3D frame, and does not use the highlight, pushed and disabled bitmap cell.  
 
 - #define NTBS_DRAWSEPARATOR   0x000000008L
- Draws the separator bar.  
 
 - #define NTBS_HORIZONTAL   0x00000000L
- The NewToolbar will be displayed horizontally.  
 
 - #define NTBS_VERTICAL   0x00000010L
- The NewToolbar will be displayed vertically.  
 
 - #define NTBS_MULTLINE   0x00000020L
- The Newtoolbar item will be displayed in several lines. In this style , your should define the toolbar RECT in CreateWindwEx.  
 
 - #define NTB_OKAY   0
 - #define NTB_ERR   (-1)
 - #define NTB_ERR_SPACE   (-2)
 - #define NTB_ERR_DUPID   (-3)
 - #define NTBM_ADDITEM   0xFE00
- Adds an item to a newtoolbar.  
 
 - #define NTBM_GETITEM   0xFE01
- Retrives the information of an item in a newtoolbar control.  
 
 - #define NTBM_SETITEM   0xFE02
- Sets the information of an item in a newtoolbar control.  
 
 - #define NTBM_ENABLEITEM   0xFE03
- Enables/Disables an item in a newtoolbar control.  
 
 - #define NTBM_SETBITMAP   0xFE04
- Sets the bitmap of a newtoolbar control.  
 
 
Typedefs
Detailed Description
- Author:
 - Wei Yongming <ymwei@minigui.org> 
 
- Date:
 - 2001/12/29
 
    Copyright (C) 2002-2008 Feynman Software.
    Copyright (C) 1998-2002 Wei Yongming.
    All rights reserved by Feynman Software.
    This file is part of MiniGUI, a compact cross-platform Graphics 
    User Interface (GUI) support system for real-time embedded systems.
   
Definition in file newtoolbar.h.