Data required by each rectangle in the grid of vgui_grid_tableau. More...
#include <vgui_grid_tableau.h>
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). |
Data required by each rectangle in the grid of vgui_grid_tableau.
Definition at line 25 of file vgui_grid_tableau.h.
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.