Export editor stream base classes in TR GUI
original commit: c14030860397ad18368a4bbb3b9ce302f2f884e9
This commit is contained in:
parent
10874691d9
commit
d19e9b1a53
|
@ -86,7 +86,9 @@
|
|||
[editor-data% (parse-type #'Editor-Data%)]
|
||||
[editor-data-class% (parse-type #'Editor-Data-Class%)]
|
||||
[editor-stream-in% (parse-type #'Editor-Stream-In%)]
|
||||
[editor-stream-in-base% (parse-type #'Editor-Stream-In-Base%)]
|
||||
[editor-stream-out% (parse-type #'Editor-Stream-Out%)]
|
||||
[editor-stream-out-base% (parse-type #'Editor-Stream-Out-Base%)]
|
||||
[keymap% (parse-type #'Keymap%)]
|
||||
[pasteboard% (parse-type #'Pasteboard%)]
|
||||
[text% (parse-type #'Text%)]
|
||||
|
|
|
@ -1911,6 +1911,8 @@
|
|||
Editor-Data-Class%
|
||||
Editor-Stream-In%
|
||||
Editor-Stream-Out%
|
||||
Editor-Stream-In-Base%
|
||||
Editor-Stream-Out-Base%
|
||||
Keymap%
|
||||
Pasteboard%
|
||||
Text%)
|
||||
|
|
Loading…
Reference in New Issue
Block a user