projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
optimized default GUI font loading
[wxWidgets.git]
/
docs
/
latex
/
wx
/
propval.tex
diff --git
a/docs/latex/wx/propval.tex
b/docs/latex/wx/propval.tex
index 6283a5a0d45efb51308fc272e3bda2f8659a9f1c..1abe60958ec9626b84b37a45c1cdbee0bfc4b940 100644
(file)
--- a/
docs/latex/wx/propval.tex
+++ b/
docs/latex/wx/propval.tex
@@
-18,6
+18,8
@@
A wxPropertyValue has one of the following types:
\item wxPropertyValueStringPtr
\end{itemize}
\item wxPropertyValueStringPtr
\end{itemize}
+\latexignore{\rtfignore{\wxheading{Members}}}
+
\membersection{wxPropertyValue::wxPropertyValue}
\func{void}{wxPropertyValue}{\void}
\membersection{wxPropertyValue::wxPropertyValue}
\func{void}{wxPropertyValue}{\void}
@@
-35,9
+37,9
@@
Construction from a string value.
\func{void}{wxPropertyValue}{\param{long}{ val}}
Construction from an integer value. You may need to cast to (long) to
\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
B
ool constructor).
+avoid confusion with other constructors (such as the
b
ool constructor).
-\func{void}{wxPropertyValue}{\param{
B
ool}{ val}}
+\func{void}{wxPropertyValue}{\param{
b
ool}{ val}}
Construction from a boolean value.
Construction from a boolean value.
@@
-71,7
+73,7
@@
Construction from a string pointer.
Construction from an integer pointer.
Construction from an integer pointer.
-\func{void}{wxPropertyValue}{\param{
B
ool *}{val}}
+\func{void}{wxPropertyValue}{\param{
b
ool *}{val}}
Construction from an boolean pointer.
Construction from an boolean pointer.
@@
-97,13
+99,13
@@
Appends a property value to the list.
\membersection{wxPropertyValue::BoolValue}
\membersection{wxPropertyValue::BoolValue}
-\func{
B
ool}{BoolValue}{\void}
+\func{
b
ool}{BoolValue}{\void}
Returns the boolean value.
\membersection{wxPropertyValue::BoolValuePtr}
Returns the boolean value.
\membersection{wxPropertyValue::BoolValuePtr}
-\func{
B
ool *}{BoolValuePtr}{\void}
+\func{
b
ool *}{BoolValuePtr}{\void}
Returns the pointer to the boolean value.
Returns the pointer to the boolean value.
@@
-133,7
+135,7
@@
Gets the last value in the list.
\membersection{wxPropertyValue::GetModified}
\membersection{wxPropertyValue::GetModified}
-\func{
B
ool}{GetModified}{\void}
+\func{
b
ool}{GetModified}{\void}
Returns TRUE if the value was modified since being created
(or since SetModified was called).
Returns TRUE if the value was modified since being created
(or since SetModified was called).
@@
-194,7
+196,7
@@
Returns the pointer to the floating point value.
\membersection{wxPropertyValue::SetModified}
\membersection{wxPropertyValue::SetModified}
-\func{void}{SetModified}{\param{
B
ool}{ flag}}
+\func{void}{SetModified}{\param{
b
ool}{ flag}}
Sets the `modified' flag.
Sets the `modified' flag.
@@
-224,7
+226,7
@@
Returns the value type.
\func{void}{operator $=$}{\param{const long }{val}}
\func{void}{operator $=$}{\param{const long }{val}}
-\func{void}{operator $=$}{\param{const
B
ool }{val}}
+\func{void}{operator $=$}{\param{const
b
ool }{val}}
\func{void}{operator $=$}{\param{const float }{val}}
\func{void}{operator $=$}{\param{const float }{val}}
@@
-232,11
+234,9
@@
Returns the value type.
\func{void}{operator $=$}{\param{const long *}{val}}
\func{void}{operator $=$}{\param{const long *}{val}}
-\func{void}{operator $=$}{\param{const
B
ool *}{val}}
+\func{void}{operator $=$}{\param{const
b
ool *}{val}}
\func{void}{operator $=$}{\param{const float *}{val}}
Assignment operators.
\func{void}{operator $=$}{\param{const float *}{val}}
Assignment operators.
-
-