8aa04e8bf1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
37 lines
1.0 KiB
Plaintext
37 lines
1.0 KiB
Plaintext
wxMotif CHANGES
|
|
---------------
|
|
|
|
21/9/98
|
|
-------
|
|
|
|
Julian:
|
|
|
|
- Made makefiles for wxMotif source directory and minimal sample.
|
|
|
|
- First go at wxApp, wxWindow, wxDialog, wxPen, wxBrush, wxFont,
|
|
wxColour, wxButton, wxCheckBox, wxTextCtrl, wxStaticText,
|
|
wxMenu, wxMenuItem, wxMenuBar
|
|
|
|
12/11/98
|
|
--------
|
|
|
|
It's a long time since I updated this file. Previously done:
|
|
|
|
- wxFrame, wxDialog done.
|
|
- wxScrolledWindow done (but backing pixmap not used at present).
|
|
- wxBitmap done though could be tidied it up at some point.
|
|
- Most basic controls are there, if not rigorously tested.
|
|
- Some MDI support (menus appear on child frames at present).
|
|
- wxNotebook almost done.
|
|
- wxToolBar done (horizontal only, which would be easy to extend
|
|
to vertical toolbars).
|
|
|
|
More recently:
|
|
|
|
- Colour and font changing done (question mark over what happens
|
|
to scrollbars).
|
|
- Accelerators done (for menu items and buttons). Also event loop
|
|
tidied up in wxApp so that events are filtered through ProcessXEvent.
|
|
- wxWindow::GetUpdateRegion should now work.
|
|
|