| MiniGUI API Reference (MiniGUI-Standalone)
    v5.0.6
    A mature and proven cross-platform GUI system for embedded and smart IoT devices | 
#include <newtoolbar.h>
| Data Fields | |
| PBITMAP | image | 
| int | nr_cells | 
| int | nr_cols | 
| int | w_cell | 
| int | h_cell | 
Structure of the newtoolbar control information
Definition at line 99 of file newtoolbar.h.
| 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 131 of file newtoolbar.h.
| PBITMAP image | 
Images for displaying tool bar item.
Definition at line 102 of file newtoolbar.h.
| int nr_cells | 
Number of bitmap cells in the image.
Definition at line 105 of file newtoolbar.h.
| int nr_cols | 
Number of cell columns in the image. It should be one of the following values:
Definition at line 119 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 125 of file newtoolbar.h.
 1.8.17
 1.8.17