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 DrawingToolkit.


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/System.Drawing.Win32 DrawingToolkit.cs,1.4,1.5
Date: Tue, 24 Jun 2003 03:52:51 -0400

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

Modified Files:
        DrawingToolkit.cs 
Log Message:


Add the internal "PopupControl" class to Forms, to support popup menus and
combox box drop-down lists.


Index: DrawingToolkit.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Drawing.Win32/DrawingToolkit.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** DrawingToolkit.cs   23 Jun 2003 05:14:42 -0000      1.4
--- DrawingToolkit.cs   24 Jun 2003 07:52:48 -0000      1.5
***************
*** 218,223 ****
                        }
  
!       // Create a top-level menu shell.
!       public IToolkitWindow CreateTopLevelMenu
                                (int x, int y, int width, int height)
                        {
--- 218,225 ----
                        }
  
!       // Create a top-level popup window.  Popup windows do not have
!       // any borders and grab the mouse and keyboard when they are mapped
!       // to the screen.  They are used for menus, drop-down lists, etc.
!       public IToolkitWindow CreatePopupWindow
                                (int x, int y, int width, int height)
                        {
***************
*** 225,228 ****
--- 227,231 ----
                                return null;
                        }
+ 
  
        // Create a child window.  If "parent" is null, then the child





reply via email to

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