]>
Commit | Line | Data |
---|---|---|
a5f81d8c KB |
1 | |
2 | README for wxLayout classes | |
3 | --------------------------- | |
4 | ||
5 | All the source in this directory is copyrighted under the | |
a5e13868 KB |
6 | GPL (GNU GENERAL PUBLIC LICENSE), version 2, |
7 | by Karsten Ballueder <ballueder@usa.net>. | |
a5f81d8c KB |
8 | |
9 | ||
10 | This is still work in progress, so if you want to make any significant | |
11 | changes, please get in touch with me before. | |
12 | ||
23b75a2d | 13 | There are three building blocks for rich text editing: |
386af6a2 JS |
14 | \0\0\0\0\0\0\0\0\0\0\0\0 |
15 | \0\0\0\0\0\0\0\0\0\0\0\0wxllist : | |
16 | \0\0\0\0\0\0\0\0\0\0\0\0 | |
17 | \0\0\0\0\0\0\0\0\0\0\0\0The wxLayoutList layout engine. It is a linked list of wxLayoutObjects | |
18 | jects | |
19 | ep | |
20 | \0\0\0\0\0\0\0\0\0\0\0\0engine. All "convenience" functions should be defined in classes built | |
21 | built | |
22 | \0\0\0\0\0\0\0\0\0\0\0\0The wxLayoutList is derived from kbList, a double-linked list with an | |
23 | h an | |
24 | the | |
25 | ert() | |
26 | ||
27 | \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0wxlwindow : | |
28 | \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 | |
29 | \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0Contains a class wxLayoutWindow, derived from wxScrolledWindow which | |
30 | crolledWindow which | |
31 | iting window. The | |
32 | tual and can be | |
33 | dow can sent fake | |
34 | er clicking on | |
35 | \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 | |
36 | -linked list with an | |
37 | tList depends on the | |
38 | lue after an insert() | |
39 | n | |
40 | f text (including | |
41 | bjects, text or html. | |
42 | n html parser for importing html. | |
43 | ndow, derived from wxScrolledWindow which | |
44 | ich-text display or editing window. The | |
45 | st program. It will export Text and HTML to | |
46 | of the features and bugs of wxLayoutList. | |
47 | ion to react to the user clicking on | |
48 | o and I'm working on them. :-) | |
49 | from kbList, a double-linked list with an | |
50 | r@usa.ne> 29 June 1998 |