~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
// WARNING
//
// This file has been generated automatically by MonoDevelop to store outlets and
// actions made in the Xcode designer. If it is removed, they will be lost.
// Manual changes to this file may not be handled correctly.
//
using MonoMac.Foundation;

namespace NSAlertSample
{
	[Register ("MainWindowController")]
	partial class MainWindowController
	{
		[Outlet]
		MonoMac.AppKit.NSTextField ResultLabel { get; set; }

		[Outlet]
		MonoMac.AppKit.NSMatrix AlertOptions { get; set; }

		[Outlet]
		MonoMac.AppKit.NSTextField ModalCounter { get; set; }

		[Action ("NSAlertWithMessage:")]
		partial void NSAlertWithMessage (MonoMac.Foundation.NSObject sender);

		[Action ("NSAlertWithError:")]
		partial void NSAlertWithError (MonoMac.Foundation.NSObject sender);

		[Action ("CustomButtons:")]
		partial void CustomButtons (MonoMac.Foundation.NSObject sender);

		[Action ("CustomImage:")]
		partial void CustomImage (MonoMac.Foundation.NSObject sender);

		[Action ("DefaultSuppression:")]
		partial void DefaultSuppression (MonoMac.Foundation.NSObject sender);

		[Action ("CustomSuppression:")]
		partial void CustomSuppression (MonoMac.Foundation.NSObject sender);
		
		void ReleaseDesignerOutlets ()
		{
			if (ResultLabel != null) {
				ResultLabel.Dispose ();
				ResultLabel = null;
			}

			if (AlertOptions != null) {
				AlertOptions.Dispose ();
				AlertOptions = null;
			}

			if (ModalCounter != null) {
				ModalCounter.Dispose ();
				ModalCounter = null;
			}
		}
	}

	[Register ("MainWindow")]
	partial class MainWindow
	{
		
		void ReleaseDesignerOutlets ()
		{
		}
	}
}