Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

Table options


Enumerations

enum  {
  TABLE_COL_SIZABLE = 0x00100000,
  TABLE_ROW_SIZABLE = 0x00200000,
  TABLE_NO_COLSELECT = 0x00400000,
  TABLE_NO_ROWSELECT = 0x00800000
}
 Table options. More...


Enumeration Type Documentation

anonymous enum
 

Enumeration values:
TABLE_COL_SIZABLE  Columns are resizable.
TABLE_ROW_SIZABLE  Rows are resizable.
TABLE_NO_COLSELECT  Disallow column selections.
TABLE_NO_ROWSELECT  Disallow row selections.