dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/System.Drawing/Toolkit IToolkitEvent


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/System.Drawing/Toolkit IToolkitEventSink.cs,1.2,1.3
Date: Sat, 21 Jun 2003 23:19:47 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/System.Drawing/Toolkit
In directory subversions:/tmp/cvs-serv30487/System.Drawing/Toolkit

Modified Files:
        IToolkitEventSink.cs 
Log Message:


Correct "Close" handling for top-level forms; implement
"DestroyHandle" and "Dispose".


Index: IToolkitEventSink.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System.Drawing/Toolkit/IToolkitEventSink.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** IToolkitEventSink.cs        11 Jun 2003 10:37:27 -0000      1.2
--- IToolkitEventSink.cs        22 Jun 2003 03:19:45 -0000      1.3
***************
*** 85,88 ****
--- 85,92 ----
        void ToolkitExternalResize(int width, int height);
  
+       // Event that is emitted when the close button on a window
+       // is selected by the user.
+       void ToolkitClose();
+ 
  }; // interface IToolkitEventSink
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]