mention wxDIALOG_NO_PARENT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15089 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -28,6 +28,7 @@ wxBase:
|
|||||||
|
|
||||||
- small change to wxStopWatch::Pause() semantics, please see the documentation
|
- small change to wxStopWatch::Pause() semantics, please see the documentation
|
||||||
|
|
||||||
|
|
||||||
All (GUI):
|
All (GUI):
|
||||||
|
|
||||||
- the event type constants are not constants any more but are dynamically
|
- the event type constants are not constants any more but are dynamically
|
||||||
@@ -66,6 +67,11 @@ All (GUI):
|
|||||||
- WXK_NUMLOCK and WXK_SCROLL keys no longer result in EVT_CHAR() events,
|
- WXK_NUMLOCK and WXK_SCROLL keys no longer result in EVT_CHAR() events,
|
||||||
they only generate EVT_KEY_DOWN/UP() ones
|
they only generate EVT_KEY_DOWN/UP() ones
|
||||||
|
|
||||||
|
- the dialogs use wxApp::GetTopWindow() as the parent implicitly if the
|
||||||
|
parent specified is NULL, use wxDIALOG_NO_PARENT style to prevent this
|
||||||
|
from happening
|
||||||
|
|
||||||
|
|
||||||
wxMSW:
|
wxMSW:
|
||||||
|
|
||||||
- build system changed: setup.h is not a static file in include/wx any more
|
- build system changed: setup.h is not a static file in include/wx any more
|
||||||
@@ -90,6 +96,7 @@ wxMSW:
|
|||||||
- wxHTML apps don't need to include wx/html/msw/wxhtml.rc in resources file
|
- wxHTML apps don't need to include wx/html/msw/wxhtml.rc in resources file
|
||||||
anymore. The file was removed from wxMSW
|
anymore. The file was removed from wxMSW
|
||||||
|
|
||||||
|
|
||||||
Unix ports:
|
Unix ports:
|
||||||
|
|
||||||
- You should use `wx-config --cxxflags` in your makefiles instead of
|
- You should use `wx-config --cxxflags` in your makefiles instead of
|
||||||
|
Reference in New Issue
Block a user