Public Attributes
vgui_grid_tableau_data Struct Reference

Data required by each rectangle in the grid of vgui_grid_tableau. More...

#include <vgui_grid_tableau.h>

List of all members.

Public Attributes

int handle
 Handle returned by poly_tableau.
int tab_pos
 Position of our tableau in the array of tableaux (`tabs').
bool is_default
 True if this is a default tableau (not set by the user).
int time_selected
 Time last left clicked on (-1 if not selected).

Detailed Description

Data required by each rectangle in the grid of vgui_grid_tableau.

Definition at line 25 of file vgui_grid_tableau.h.


Member Data Documentation

Handle returned by poly_tableau.

Definition at line 28 of file vgui_grid_tableau.h.

True if this is a default tableau (not set by the user).

Definition at line 32 of file vgui_grid_tableau.h.

Position of our tableau in the array of tableaux (`tabs').

Definition at line 30 of file vgui_grid_tableau.h.

Time last left clicked on (-1 if not selected).

Definition at line 34 of file vgui_grid_tableau.h.


The documentation for this struct was generated from the following file: