]>
Commit | Line | Data |
---|---|---|
16c1f7f3 JS |
1 | wxMotif CHANGES |
2 | --------------- | |
3 | ||
4 | 21/9/98 | |
5 | ------- | |
6 | ||
7 | Julian: | |
8 | ||
9 | - Made makefiles for wxMotif source directory and minimal sample. | |
10 | ||
11 | - First go at wxApp, wxWindow, wxDialog, wxPen, wxBrush, wxFont, | |
12 | wxColour, wxButton, wxCheckBox, wxTextCtrl, wxStaticText, | |
13 | wxMenu, wxMenuItem, wxMenuBar | |
8aa04e8b JS |
14 | |
15 | 12/11/98 | |
16 | -------- | |
17 | ||
18 | It's a long time since I updated this file. Previously done: | |
19 | ||
20 | - wxFrame, wxDialog done. | |
21 | - wxScrolledWindow done (but backing pixmap not used at present). | |
22 | - wxBitmap done though could be tidied it up at some point. | |
23 | - Most basic controls are there, if not rigorously tested. | |
24 | - Some MDI support (menus appear on child frames at present). | |
25 | - wxNotebook almost done. | |
26 | - wxToolBar done (horizontal only, which would be easy to extend | |
27 | to vertical toolbars). | |
28 | ||
29 | More recently: | |
30 | ||
31 | - Colour and font changing done (question mark over what happens | |
32 | to scrollbars). | |
33 | - Accelerators done (for menu items and buttons). Also event loop | |
34 | tidied up in wxApp so that events are filtered through ProcessXEvent. | |
35 | - wxWindow::GetUpdateRegion should now work. | |
36 |