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

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

[Dotgnu-pnet-commits] pnetlib/System.Drawing/Toolkit IToolkitEventSink.c


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/System.Drawing/Toolkit IToolkitEventSink.cs, 1.7, 1.8
Date: Wed, 03 Dec 2003 05:14:23 +0000

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

Modified Files:
        IToolkitEventSink.cs 
Log Message:


Implement window maximize and restore; track dynamic changes to
the minimized and maximized window states.


Index: IToolkitEventSink.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System.Drawing/Toolkit/IToolkitEventSink.cs,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** IToolkitEventSink.cs        2 Dec 2003 07:28:06 -0000       1.7
--- IToolkitEventSink.cs        3 Dec 2003 05:14:19 -0000       1.8
***************
*** 102,105 ****
--- 102,109 ----
        void ToolkitHelp();
  
+       // Event that is emitted when the window state changes.
+       // The argument is the "int" version of a "FormWindowState" value.
+       void ToolkitStateChanged(int state);
+ 
  }; // interface IToolkitEventSink
  





reply via email to

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