Updates related to wxID_ANY and etc.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16028 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-07-03 22:54:13 +00:00
parent c731eb4710
commit 3eb221f6dd
9 changed files with 82 additions and 9 deletions

View File

@@ -380,6 +380,9 @@ enum {
wxPRINT_QUALITY_LOW,
wxPRINT_QUALITY_DRAFT,
wxID_ANY,
wxID_SEPARATOR,
wxID_OPEN,
wxID_CLOSE,
wxID_NEW,
@@ -517,6 +520,14 @@ enum {
wxTIMER_CONTINUOUS,
wxTIMER_ONE_SHOT,
// the symbolic names for the mouse buttons
wxMOUSE_BTN_ANY,
wxMOUSE_BTN_NONE,
wxMOUSE_BTN_LEFT,
wxMOUSE_BTN_MIDDLE,
wxMOUSE_BTN_RIGHT,
};