diff m_property.h @ 27647:98478619a22c

Add a m_property_flag_ro function for the default behaviour of a read-only flag.
author reimar
date Wed, 01 Oct 2008 17:05:18 +0000
parents 83c95bd31aab
children 0f1b5b68af32
line wrap: on
line diff
--- a/m_property.h	Wed Oct 01 06:47:26 2008 +0000
+++ b/m_property.h	Wed Oct 01 17:05:18 2008 +0000
@@ -169,6 +169,9 @@
 int m_property_choice(const m_option_t* prop,int action,
                       void* arg,int* var);
 
+int m_property_flag_ro(const m_option_t* prop,int action,
+                    void* arg,int var);
+
 /// Switch betwen min and max.
 int m_property_flag(const m_option_t* prop,int action,
                     void* arg,int* var);