Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13783/include
Modified Files:
Moptions.h
Log Message:
added highlighting of options with non default values
Index: Moptions.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Moptions.h,v
retrieving revision 1.88
retrieving revision 1.89
diff -b -u -2 -r1.88 -r1.89
--- Moptions.h 12 Jan 2004 17:48:28 -0000 1.88
+++ Moptions.h 14 Mar 2004 23:12:44 -0000 1.89
@@ -418,4 +418,22 @@
extern const MOption MP_TREAT_AS_JUNK_MAIL_FOLDER;
+// miscellaneous
+// -------------
+
+// highlight the options according to their origin in the options dialog
+extern const MOption MP_OPTION_SHOW_ORIGIN;
+#define MP_OPTION_SHOW_ORIGIN_NAME _T("ShowOptionOrigin")
+#define MP_OPTION_SHOW_ORIGIN_DEFVAL 1l
+
+// the colour for the options set at this folder level
+extern const MOption MP_OPTION_ORIGIN_HERE;
+#define MP_OPTION_ORIGIN_HERE_NAME _T("OptionSetHereCol")
+#define MP_OPTION_ORIGIN_HERE_DEFVAL _T("blue")
+
+// the colour for the options inherited from parent (but non default)
+extern const MOption MP_OPTION_ORIGIN_INHERITED;
+#define MP_OPTION_ORIGIN_INHERITED_NAME _T("OptionInheritedCol")
+#define MP_OPTION_ORIGIN_INHERITED_DEFVAL _T("RGB(0, 0, 127)")
+
// ----------------------------------------------------------------------------
// the option names
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates