\item wxPropertyValueStringPtr
\end{itemize}
+\latexignore{\rtfignore{\wxheading{Members}}}
+
\membersection{wxPropertyValue::wxPropertyValue}
\func{void}{wxPropertyValue}{\void}
\func{void}{wxPropertyValue}{\param{long}{ val}}
Construction from an integer value. You may need to cast to (long) to
-avoid confusion with other constructors (such as the Bool constructor).
+avoid confusion with other constructors (such as the bool constructor).
-\func{void}{wxPropertyValue}{\param{Bool}{ val}}
+\func{void}{wxPropertyValue}{\param{bool}{ val}}
Construction from a boolean value.
Construction from an integer pointer.
-\func{void}{wxPropertyValue}{\param{Bool *}{val}}
+\func{void}{wxPropertyValue}{\param{bool *}{val}}
Construction from an boolean pointer.
\membersection{wxPropertyValue::BoolValue}
-\func{Bool}{BoolValue}{\void}
+\func{bool}{BoolValue}{\void}
Returns the boolean value.
\membersection{wxPropertyValue::BoolValuePtr}
-\func{Bool *}{BoolValuePtr}{\void}
+\func{bool *}{BoolValuePtr}{\void}
Returns the pointer to the boolean value.
\membersection{wxPropertyValue::GetModified}
-\func{Bool}{GetModified}{\void}
+\func{bool}{GetModified}{\void}
Returns TRUE if the value was modified since being created
(or since SetModified was called).
\membersection{wxPropertyValue::SetModified}
-\func{void}{SetModified}{\param{Bool}{ flag}}
+\func{void}{SetModified}{\param{bool}{ flag}}
Sets the `modified' flag.
\func{void}{operator $=$}{\param{const long }{val}}
-\func{void}{operator $=$}{\param{const Bool }{val}}
+\func{void}{operator $=$}{\param{const bool }{val}}
\func{void}{operator $=$}{\param{const float }{val}}
\func{void}{operator $=$}{\param{const long *}{val}}
-\func{void}{operator $=$}{\param{const Bool *}{val}}
+\func{void}{operator $=$}{\param{const bool *}{val}}
\func{void}{operator $=$}{\param{const float *}{val}}
Assignment operators.
-
-