-
|
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
The palette layouts of each class are usually documented in the public headers, but in the case of But anyway, since the default tvision/source/tvision/teditor1.cpp Line 179 in be6e64f It can be deduced that it's pointing to entries 6 and 7 of tvision/include/tvision/views.h Lines 967 to 979 in be6e64f Therefore, tvision/include/tvision/views.h Lines 683 to 689 in be6e64f |
Beta Was this translation helpful? Give feedback.
The palette layouts of each class are usually documented in the public headers, but in the case of
TEditorthey aren't. I guess they forgot about it. I hadn't noticed before; I will make sure to add it later.But anyway, since the default
TEditorpalette is defined like this:tvision/source/tvision/teditor1.cpp
Line 179 in be6e64f
It can be deduced that it's pointing to entries 6 and 7 of
TWindow's palette, which areScroller normal textandScroller selected text:tvision/include/tvision/views.h
Lines 967 to 979 in be6e64f