- Removed redundant wxDebugContext functions using C++ streams,
so now standard stream usage should be unnecessary
All (GUI):
- Removed redundant wxDebugContext functions using C++ streams,
so now standard stream usage should be unnecessary
All (GUI):
- Added EVT_GRID_EDITOR_CREATED and wxGridEditorCreatedEvent so the
user code can get access to the edit control when it is created, (to
push on a custom event handler for example)
- Added EVT_GRID_EDITOR_CREATED and wxGridEditorCreatedEvent so the
user code can get access to the edit control when it is created, (to
push on a custom event handler for example)
- wxLocale now provides much more convenient API for setting language and
detecting current system language. New API is more abstracted and truly
cross-platform, independent of underlying C runtime library.
- wxLocale now provides much more convenient API for setting language and
detecting current system language. New API is more abstracted and truly
cross-platform, independent of underlying C runtime library.
- wxADJUST_MINSIZE sizer flag added
- FindOrCreateBrush/Pen() bug fix for invalid colour values
- new wxXPMHandler for reading and writing XPM images
- wxADJUST_MINSIZE sizer flag added
- FindOrCreateBrush/Pen() bug fix for invalid colour values
- new wxXPMHandler for reading and writing XPM images