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

« back to all changes in this revision

Viewing changes to external/monomac/samples/NSAlert/MainWindow.designer.cs

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// WARNING
 
2
//
 
3
// This file has been generated automatically by MonoDevelop to store outlets and
 
4
// actions made in the Xcode designer. If it is removed, they will be lost.
 
5
// Manual changes to this file may not be handled correctly.
 
6
//
 
7
using MonoMac.Foundation;
 
8
 
 
9
namespace NSAlertSample
 
10
{
 
11
        [Register ("MainWindowController")]
 
12
        partial class MainWindowController
 
13
        {
 
14
                [Outlet]
 
15
                MonoMac.AppKit.NSTextField ResultLabel { get; set; }
 
16
 
 
17
                [Outlet]
 
18
                MonoMac.AppKit.NSMatrix AlertOptions { get; set; }
 
19
 
 
20
                [Outlet]
 
21
                MonoMac.AppKit.NSTextField ModalCounter { get; set; }
 
22
 
 
23
                [Action ("NSAlertWithMessage:")]
 
24
                partial void NSAlertWithMessage (MonoMac.Foundation.NSObject sender);
 
25
 
 
26
                [Action ("NSAlertWithError:")]
 
27
                partial void NSAlertWithError (MonoMac.Foundation.NSObject sender);
 
28
 
 
29
                [Action ("CustomButtons:")]
 
30
                partial void CustomButtons (MonoMac.Foundation.NSObject sender);
 
31
 
 
32
                [Action ("CustomImage:")]
 
33
                partial void CustomImage (MonoMac.Foundation.NSObject sender);
 
34
 
 
35
                [Action ("DefaultSuppression:")]
 
36
                partial void DefaultSuppression (MonoMac.Foundation.NSObject sender);
 
37
 
 
38
                [Action ("CustomSuppression:")]
 
39
                partial void CustomSuppression (MonoMac.Foundation.NSObject sender);
 
40
                
 
41
                void ReleaseDesignerOutlets ()
 
42
                {
 
43
                        if (ResultLabel != null) {
 
44
                                ResultLabel.Dispose ();
 
45
                                ResultLabel = null;
 
46
                        }
 
47
 
 
48
                        if (AlertOptions != null) {
 
49
                                AlertOptions.Dispose ();
 
50
                                AlertOptions = null;
 
51
                        }
 
52
 
 
53
                        if (ModalCounter != null) {
 
54
                                ModalCounter.Dispose ();
 
55
                                ModalCounter = null;
 
56
                        }
 
57
                }
 
58
        }
 
59
 
 
60
        [Register ("MainWindow")]
 
61
        partial class MainWindow
 
62
        {
 
63
                
 
64
                void ReleaseDesignerOutlets ()
 
65
                {
 
66
                }
 
67
        }
 
68
}