Go to the source code of this file.
Variables | |
const int | eventQSize = 16 |
const int | maxCollectionSize = INT_MAX / sizeof(void *) |
const int | maxViewWidth = 132 |
const int | maxFindStrLen = 80 |
const int | maxReplaceStrLen = 80 |
Definition in file tvconfig.h.
|
Specifies the size of the event queue. Definition at line 24 of file tvconfig.h. |
|
maxCollectionSize determines the maximum number of elements that may be contained in a collection, which is essentially the number of pointers that can fit in INT_MAX (= 2^31-1) bytes. Definition at line 31 of file tvconfig.h. |
|
Gives the maximum length for a find string in TEditor applications.
Definition at line 42 of file tvconfig.h. |
|
Gives the maximum length for a replacement string in TEditor applications.
Definition at line 48 of file tvconfig.h. |
|
Sets the maximum width of a view. Definition at line 36 of file tvconfig.h. |