Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

_NTBINFO Struct Reference
[NewToolBar control]

#include <newtoolbar.h>

Data Fields


Detailed Description

Structure of the newtoolbar control information

Definition at line 63 of file newtoolbar.h.


Field Documentation

int h_cell
 

Height of bitmap cell. If h_cell is zero, it will be equal to (height_of_image / nr_cells).

Definition at line 95 of file newtoolbar.h.

PBITMAP image
 

Images for displaying tool bar item.

Definition at line 66 of file newtoolbar.h.

int nr_cells
 

Number of bitmap cells in the image.

Definition at line 69 of file newtoolbar.h.

int nr_cols
 

Number of cell columns in the image. It should be one of the following values:

  • 0, 4
    Four rows, the cells have normal, highlight, pushed, and disabled states.
  • 1
    The cells have only normal state.
  • 2
    The cells have normal and highlight states.
  • 3
    The cells have normal, highlight, and pushed states.

Definition at line 83 of file newtoolbar.h.

int w_cell
 

Width of bitmap cell. If w_cell is zero, it will be equal to (width_of_image / nr_cols).

Definition at line 89 of file newtoolbar.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jun 26 13:54:28 2006 for MiniGUI V1.6.9 API Reference by  doxygen 1.4.2