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.4,1.5
Date: Mon, 23 Jun 2003 01:35:22 -0400

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

Modified Files:
        IToolkitEventSink.cs 
Log Message:


Detect when top-level forms are activated or deactivated and dispatch
the appropriate events.


Index: IToolkitEventSink.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System.Drawing/Toolkit/IToolkitEventSink.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** IToolkitEventSink.cs        23 Jun 2003 01:04:21 -0000      1.4
--- IToolkitEventSink.cs        23 Jun 2003 05:35:20 -0000      1.5
***************
*** 43,46 ****
--- 43,54 ----
        void ToolkitFocusLeave();
  
+       // Event that is emitted when the primary focus enters this window.
+       // This is only called on top-level windows.
+       void ToolkitPrimaryFocusEnter();
+ 
+       // Event that is emitted when the primary focus leaves this window.
+       // This is only called on top-level windows.
+       void ToolkitPrimaryFocusLeave();
+ 
        // Event that is emitted for a key down event.
        bool ToolkitKeyDown(ToolkitKeys key);





reply via email to

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