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

Modified Files:
        Moptions.h 
Log Message:
clean up of the folder tree options page, added a possibility to set the
default folder tree foreground there as well


Index: Moptions.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Moptions.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -b -u -2 -r1.39 -r1.40
--- Moptions.h  15 Feb 2002 18:05:28 -0000      1.39
+++ Moptions.h  20 Feb 2002 17:56:45 -0000      1.40
@@ -282,5 +282,6 @@
 
 // folder tree
-extern const MOption MP_FOLDER_BGCOLOUR;
+extern const MOption MP_FTREE_FGCOLOUR;
+extern const MOption MP_FTREE_BGCOLOUR;
 extern const MOption MP_FTREE_FORMAT;
 extern const MOption MP_FTREE_PROPAGATE;
@@ -918,6 +919,8 @@
 /**@name  Font settings for folder tree */
 //@{
+/// the foreground colour for the folder tree
+#define MP_FTREE_FGCOLOUR_NAME "FTreeFgColour"
 /// the background colour for the folder tree
-#define MP_FOLDER_BGCOLOUR_NAME "FTreeBgColour"
+#define MP_FTREE_BGCOLOUR_NAME "FTreeBgColour"
 /// format for the folder tree entries
 #define MP_FTREE_FORMAT_NAME "FTreeFormat"
@@ -1806,6 +1809,8 @@
 /**@name Font settings for folder tree */
 //@{
+/// the foreground colour for the folder tree
+#define MP_FTREE_FGCOLOUR_DEFVAL ""
 /// the background colour for the folder tree
-#define MP_FOLDER_BGCOLOUR_DEFVAL ""
+#define MP_FTREE_BGCOLOUR_DEFVAL ""
 /// format for the folder tree entries
 #define MP_FTREE_FORMAT_DEFVAL " (%t, %u)"


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

Reply via email to