anonymous enum

Table options.

Enumerator:
TABLE_COL_SIZABLE 
TABLE_ROW_SIZABLE  Columns are resizable.
TABLE_NO_COLSELECT  Rows are resizable.
TABLE_NO_ROWSELECT  Disallow column selections.
TABLE_READONLY  Disallow row selections.
TABLE_COL_RENUMBER  Table is NOT editable.
TABLE_ROW_RENUMBER  Renumber columns.

Definition at line 47 of file FXTable.h.

00047      {
00048   TABLE_COL_SIZABLE     = 0x00100000,   
00049   TABLE_ROW_SIZABLE     = 0x00200000,   
00050   TABLE_NO_COLSELECT    = 0x00400000,   
00051   TABLE_NO_ROWSELECT    = 0x00800000,   
00052   TABLE_READONLY        = 0x01000000,   
00053   TABLE_COL_RENUMBER    = 0x02000000,   
00054   TABLE_ROW_RENUMBER    = 0x04000000    
00055   };


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:31:47 2009 for TnFOX by doxygen v1.4.7