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 IToolkit.cs,1


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

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

Modified Files:
        IToolkit.cs 
Log Message:


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


Index: IToolkit.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Drawing/Toolkit/IToolkit.cs,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** IToolkit.cs 23 Jun 2003 05:14:42 -0000      1.8
--- IToolkit.cs 24 Jun 2003 07:52:48 -0000      1.9
***************
*** 89,94 ****
                         IToolkitWindow dialogParent);
  
!       // Create a top-level menu shell.
!       IToolkitWindow CreateTopLevelMenu(int x, int y, int width, int height);
  
        // Create a child window.  If "parent" is null, then the child
--- 89,96 ----
                         IToolkitWindow dialogParent);
  
!       // 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.
!       IToolkitWindow CreatePopupWindow(int x, int y, int width, int height);
  
        // Create a child window.  If "parent" is null, then the child





reply via email to

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