(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / System.Windows.Forms / Gtk / AccessibleEvents.cs
blob8e0e546281b56b242a737e7bed114c9a69b7dee0
1 //
2 // System.Windows.Forms.AccessibleEvents.cs
3 //
4 // Author:
5 // Dennis Hayes (dennish@raytek.com)
6 // (C) 2002 Ximian = , Inc. http://www.ximian.com
7 //
9 using System;
11 namespace System.Windows.Forms {
13 /// <summary>
14 /// </summary>
15 public enum AccessibleEvents{
16 AcceleratorChange = 32786,
17 Create = 32768,
18 DefaultActionChange = 32765,
19 DescriptionChange = 32781,
20 Destroy = 32769,
21 Focus = 32773,
22 HelpChange = 32784,
23 Hide = 32771,
24 LocationChange = 32779,
25 NameChange = 32780,
26 ParentChange = 32783,
27 Reorder = 32772,
28 Selection = 32774,
29 SelectionAdd = 32775,
30 SelectionRemove = 32776,
31 SelectionWithin = 32777,
32 Show = 32770,
33 StateChange = 32778,
34 SystemAlert = 2,
35 SystemCaptureEnd = 9,
36 SystemCaptureStart = 8,
37 SystemContextHelpEnd = 13,
38 SystemContextHelpStart = 12,
39 SystemDialogEnd = 17,
40 SystemDialogStart = 16,
41 SystemDragDropEnd = 15,
42 SystemDragDropStart = 14,
43 SystemForeground = 3,
44 SystemMenuEnd = 5,
45 SystemMenuPopupEnd = 7,
46 SystemMenuPopupStart = 6,
47 SystemMenuStart = 4,
48 SystemMinimizeEnd = 23,
49 SystemMinimizeStart = 22,
50 SystemMoveSizeEnd = 11,
51 SystemMoveSizeStart = 10,
52 SystemScrollingEnd = 19,
53 SystemScrollingStart = 18,
54 SystemSound = 1,
55 SystemSwitchEnd = 21,
56 SystemSwitchStart = 20,
57 ValueChange = 32782