wxWindows Xt port 1.64 ====================== Hi, Just another version of the Xt port. I try to keep track of the version numbering of the main draft. So it not done as many for this one. * added make.env in wxxt/src for usage of makefile.unx * added Clipboard * added wxFontNameDirectory * added wxColorDialog and wxFontDialog * fixed focus problem * derived wxTextWindow from streambuf * wxMultiText and wxTextWindow with nice 3D scrollbars * added keyboard handling for menubar. hot keys registered using wxMenu::Append (e.g. filemenu->Append(TEST_LOAD, "&Load File\tCtrl+L"), hotkey = Ctrl+L) call wxFrame::OnMenuCommand with the registered ID. * added private colourmaps * redesigned wxCanvas. Implementation should now behave like the one for Motif. * unified items in height to improve layout. * redesigned standard dialogs for a nicer look and feel. * added handling of OnCharHook(). The standard dialogs respond to ESC and RETURN now in any field. * OnDefaultAction() is called as desired and works for panel in panel placement too. It is rooted up like OnCommand. * added wxDC::IsExposed(x, y) and wxDC::IsExposed(x, y, w, h) to simplify the redrawing. I'm working on a patch for Motif and XView too. * added wxUpdateIterator * added wxDC::SetAxisOrientation(Bool left_right=TRUE, Bool bottom_up=FALSE) * added map mode-, logical origin- and user scale-handling to wxPostScriptDC. * added zooming of images drawn with wxDC::Blit and wxDC::DrawIcon. * and lots more (see ChangeLog for more details) ------------------------------------------------------------------------------- Markus Holzem Schlossparkstrasse 3 D-52072 Aachen GERMANY VOICE: +49 (241) 14145 EMAIL: mho@comnets.rwth-aachen.de