TABLE_WIN_VARS Type (Structure)

graphing.h, unknown.h

typedef struct {
short last_col;
short last_row;
unsigned short table_xpix;
unsigned short table_ypix;
unsigned char curtblinc;
unsigned char curtblincy;
unsigned char col_first;
unsigned char col_last;
short row_first;
short row_last;
unsigned char tbfn[10];
unsigned char gr_xpix;
float orgtblmax;
} TABLE_WIN_VARS;

Structure for defining Table app data.

TABLE_WIN_VARS Structure is used to define Table app data. It is only used in the GR_WIN_VARS structure and is not very well known for the moment. If you have any information about this structure, please help.


See also: GR_WIN_VARS