|
|
1.1 root 1:
2: /* ScrollViewExtensions.m:
3: * You may freely copy, distribute, and reuse the code in this example.
4: * NeXT disclaims any warranty of any kind, expressed or implied, as to its
5: * fitness for any particular use.
6: *
7: * A generic scrollview driver object to display/print text
8: * Written by Jack Greenfield
9: *
10: */
11:
12: #import <appkit/appkit.h>
13:
14:
15: @interface ScrollView(ScrollViewExtensions)
16:
17: - sprintf:(const char *)format, ...;
18: - vsprintf:(const char *)format arguments:(va_list)arguments;
19: - clear:sender;
20: - print:sender;
21:
22: @end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.