| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 | 
							- /*
 
- // Pointer ID's
 
- */
 
- #define WXCURSOR_HAND                100
 
- #define WXCURSOR_BULLSEYE            101
 
- #define WXCURSOR_PENCIL              102
 
- #define WXCURSOR_MAGNIFIER           103
 
- #define WXCURSOR_NO_ENTRY            104
 
- #define WXCURSOR_SIZING              105
 
- #define WXCURSOR_ROLLER              106
 
- #define WXCURSOR_WATCH               107
 
- #define WXCURSOR_PBRUSH              108
 
- #define WXCURSOR_PLEFT               109
 
- #define WXCURSOR_PRIGHT              110
 
- #define WXCURSOR_QARROW              111
 
- #define WXCURSOR_BLANK               112
 
- /*
 
- // Icon Ids
 
- */
 
- #define wxICON_TIP                   113
 
- #define wxICON_SMALL_CLOSED_FOLDER   114
 
- #define wxICON_SMALL_OPEN_FOLDER     115
 
- #define wxICON_SMALL_FILE            116
 
- #define wxICON_SMALL_COMPUTER        117
 
- #define wxICON_SMALL_DRIVE           118
 
- #define wxICON_SMALL_CDROM           119
 
- #define wxICON_SMALL_FLOPPY          120
 
- #define wxICON_SMALL_REMOVEABLE      121
 
- #define wxICON_SMALL_ERROR           122
 
- #define wxICON_SMALL_INFO            123
 
- #define wxICON_SMALL_WARNING         124
 
- /*
 
- // Bitmap Ids
 
- */
 
- #define wxDISABLE_BUTTON_BITMAP      125
 
- #define wxTICK_BITMAP                126
 
- #define wxCROSS_BITMAP               127
 
- #define wxCSQUERY_BITMAP             128
 
- #define wxBITMAP_STD_COLOURS         129
 
- /*
 
- // Dialog Ids -- must match enums in Toplevel.cpp
 
- */
 
- #define ID_RESIZEABLEDIALOG          130
 
- #define ID_CAPTIONDIALOG             131
 
- #define ID_NOCAPTIONDIALOG           132
 
- #define ID_WINDOW_MENU               133
 
 
  |