Skip to content

Commit

Permalink
Fix incorrect values of wxID_xxx (should fix bug workarounds in wxHno…
Browse files Browse the repository at this point in the history
…tepad, blog series.

Ignore-this: f0b3a1522d1fac4cc7f5a6e9f82198b7

darcs-hash:20100520112428-75908-f4cb7f04cd66016c18d032290c74b3b515d0f831.gz
  • Loading branch information
jodonoghue committed May 20, 2010
1 parent ea76ac7 commit b17bde9
Showing 1 changed file with 22 additions and 7 deletions.
29 changes: 22 additions & 7 deletions wxcore/src/eiffel/wx_defs.e
Expand Up @@ -237,13 +237,28 @@ feature {NONE}
wxID_HELP_COMMANDS : INTEGER is 5015
wxID_HELP_PROCEDURES : INTEGER is 5016
wxID_HELP_CONTEXT : INTEGER is 5017
wxID_CUT : INTEGER is 5030
wxID_COPY : INTEGER is 5031
wxID_PASTE : INTEGER is 5032
wxID_CLEAR : INTEGER is 5033
wxID_FIND : INTEGER is 5034
wxID_DUPLICATE : INTEGER is 5035
wxID_SELECTALL : INTEGER is 5036
wxID_CLOSE_ALL : INTEGER is 5018
wxID_PREFERENCES : INTEGER is 5019
wxID_EDIT : INTEGER is 5030
wxID_CUT : INTEGER is 5031
wxID_COPY : INTEGER is 5032
wxID_PASTE : INTEGER is 5033
wxID_CLEAR : INTEGER is 5034
wxID_FIND : INTEGER is 5035
wxID_DUPLICATE : INTEGER is 5036
wxID_SELECTALL : INTEGER is 5037
wxID_DELETE : INTEGER is 5038
wxID_REPLACE : INTEGER is 5039
wxID_REPLACE_ALL : INTEGER is 5040
wxID_PROPERTIES : INTEGER is 5041
wxID_VIEW_DETAILS : INTEGER is 5042
wxID_VIEW_LARGEICONS : INTEGER is 5043
wxID_VIEW_SMALLICONS : INTEGER is 5044
wxID_VIEW_LIST : INTEGER is 5045
wxID_VIEW_SORTDATE : INTEGER is 5046
wxID_VIEW_SORTNAME : INTEGER is 5047
wxID_VIEW_SORTSIZE : INTEGER is 5048
wxID_VIEW_SORTTYPE : INTEGER is 5049
wxID_FILE1 : INTEGER is 5050
wxID_FILE2 : INTEGER is 5051
wxID_FILE3 : INTEGER is 5052
Expand Down

0 comments on commit b17bde9

Please sign in to comment.