CellInfo Struct Reference

#include <customgui_listview.h>

Inheritance diagram for CellInfo:

详细描述

Tree/List view cell information.

Public Attributes

GeUserArea frame
Int32   xpos
Int32   ypos
Int32   width
Int32   height
Int32   line
Int32   col

Member Data Documentation

◆  frame

GeUserArea * frame

The user area to draw in.

◆  xpos

Int32 xpos

The position X coordinate.

◆  ypos

Int32 ypos

The position Y coordinate.

◆  width

Int32 width

The width.

◆  height

Int32 height

The height.

◆  line

Int32 line

The line.

◆  col

Int32 col

The column.