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

_GRIDCELLDATA Struct Reference
[GridView control]

#include <gridview.h>

Data Fields


Detailed Description

Struct of the cell

Definition at line 244 of file gridview.h.


Field Documentation

gal_pixel color_bg
 

The background color

Definition at line 271 of file gridview.h.

gal_pixel color_fg
 

Text color

Definition at line 269 of file gridview.h.

void* content
 

The concrete data of one cell

Definition at line 277 of file gridview.h.

PLOGFONT font
 

Text font

Definition at line 273 of file gridview.h.

PBITMAP image
 

Pointer to the bitmap of one cell

Definition at line 275 of file gridview.h.

DWORD mask
 

Mask of properties, can be OR'ed with following values: Set or get a cell style

  • GVITEM_STYLE
    Set or get a cell text color
  • GVITEM_FGCOLOR
    Set or get a cell background color
  • GVITEM_BGCOLOR
    Set or get a cell text font
  • GVITEM_FONT
    Set or get a cell's image
  • GVITEM_IMAGE
    Set or get all of the content of a cell
  • GVITEM_ALLCONTENT
    Set or get the main content of a cell
  • GVITEM_MAINCONTENT
    Set or get the header size
  • GVITEM_SIZE

Definition at line 264 of file gridview.h.

DWORD style
 

The style of the cell

Definition at line 267 of file gridview.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jun 26 14:21:35 2006 for MiniGUI V2.0.3 API Reference by  doxygen 1.4.2