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 IToolkitWindow


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/System.Drawing/Toolkit IToolkitWindow.cs, 1.6, 1.7
Date: Thu, 31 Jul 2003 20:33:44 -0400

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

Modified Files:
        IToolkitWindow.cs 
Log Message:


Add toolkit support for "Capture", which is needed for Win32, but ignored
under Xsharp since X already does implicit captures between a mouse down
and a mouse up.


Index: IToolkitWindow.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System.Drawing/Toolkit/IToolkitWindow.cs,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** IToolkitWindow.cs   24 Jul 2003 17:56:10 -0000      1.6
--- IToolkitWindow.cs   1 Aug 2003 00:33:42 -0000       1.7
***************
*** 44,47 ****
--- 44,50 ----
        bool Focused { get; }
  
+       // Get or set the mouse capture on this window.
+       bool Capture { get; set; }
+ 
        // Set the focus to this window.
        void Focus();





reply via email to

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