Update of /cvsroot/mahogany/M/include/adb
In directory usw-pr-cvs1:/tmp/cvs-serv16565/include/adb

Modified Files:
        AdbDialogs.h 
Log Message:
implemented support for setting the expansion priority to -1 (meaning: don't use) from 
the address expansion dialog

Index: AdbDialogs.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/adb/AdbDialogs.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -u -2 -r1.3 -r1.4
--- AdbDialogs.h        16 Apr 2002 22:48:23 -0000      1.3
+++ AdbDialogs.h        29 Apr 2002 00:00:53 -0000      1.4
@@ -43,4 +43,5 @@
   @param aMoreEntries the array of entries to show if the user chooses
                       to see all possible matches
+  @param nGroups first nGroups elements of aEverything are groups, not entries
   @param parent the parent frame
   @return the index in the concatenation of aEverything and aMoreEntries arrays
@@ -49,4 +50,5 @@
 extern int AdbShowExpandDialog(ArrayAdbElements& aEverything,
                                ArrayAdbEntries& aMoreEntries,
+                               size_t nGroups,
                                wxFrame *parent);
 


_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to