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.Win32 DrawingWindow.cs


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

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

Modified Files:
        DrawingWindow.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: DrawingWindow.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Drawing.Win32/DrawingWindow.cs,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** DrawingWindow.cs    29 Jul 2003 01:58:21 -0000      1.7
--- DrawingWindow.cs    1 Aug 2003 00:33:42 -0000       1.8
***************
*** 147,150 ****
--- 147,164 ----
        }
  
+       // Get or set the mouse capture on this window.
+       bool IToolkitWindow.Capture
+       {
+               get
+               {
+                       // TODO
+                       return false;
+               }
+               set
+               {
+                       // TODO
+               }
+       }
+ 
        //Set the focus to this window
        void IToolkitWindow.Focus()





reply via email to

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