]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected the include file names (rest of patch 1757479)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Jul 2007 00:00:13 +0000 (00:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Jul 2007 00:00:13 +0000 (00:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/comboctrl.tex
docs/latex/wx/combopopup.tex
docs/latex/wx/datetime.tex
docs/latex/wx/iconbndl.tex
docs/latex/wx/object.tex
docs/latex/wx/odcbox.tex
docs/latex/wx/pen.tex
docs/latex/wx/richtextheaderfooterdata.tex
docs/latex/wx/sizer.tex
docs/latex/wx/strcldat.tex
docs/latex/wx/treebookevent.tex

index 07d9608518e899a0e677e526b47374e4fbadb887..acc1ed56761f1bd41918103e9503c9de31f8975f 100644 (file)
@@ -130,7 +130,7 @@ Here's how you would create and populate it in a dialog constructor:
 
 \wxheading{Include files}
 
 
 \wxheading{Include files}
 
-<combo.h>
+<wx/combo.h>
 
 \wxheading{Window styles}
 
 
 \wxheading{Window styles}
 
index 94dd1702f684be8142c587a009022553bd0b6f41..fcc16996c8501bc09e56f8a39bc6f10cc711b63c 100644 (file)
@@ -17,7 +17,7 @@ how to use it, see \helpref{Setting Custom Popup for wxComboCtrl}{wxcomboctrl}.
 
 \wxheading{Include files}
 
 
 \wxheading{Include files}
 
-<combo.h>
+<wx/combo.h>
 
 \wxheading{See also}
 
 
 \wxheading{See also}
 
index dd0a45076612d6c04ace4da1f7123d56c624e071..3e0609b22741f6f1c7310390f817f8d4b2dacf49 100644 (file)
@@ -1564,9 +1564,29 @@ Returns {\tt true} if the DST is applied for this date in the given country.
 
 \section{\class{wxDateTimeHolidayAuthority}}\label{wxdatetimeholidayauthority}
 
 
 \section{\class{wxDateTimeHolidayAuthority}}\label{wxdatetimeholidayauthority}
 
+\wxheading{Derived from}
+
+No base class
+
+\wxheading{Include files}
+
+<wx/datetime.h>
+
+\latexignore{\rtfignore{\wxheading{Members}}}
+
 TODO
 
 \section{\class{wxDateTimeWorkDays}}\label{wxdatetimeworkdays}
 
 TODO
 
 \section{\class{wxDateTimeWorkDays}}\label{wxdatetimeworkdays}
 
+\wxheading{Derived from}
+
+No base class
+
+\wxheading{Include files}
+
+<wx/datetime.h>
+
+\latexignore{\rtfignore{\wxheading{Members}}}
+
 TODO
 
 TODO
 
index ac9fdece25fe74b603e8a2f33d1178e2d6be4297..a757dad840598951568789f8f4ea3f7f4c084b81 100644 (file)
@@ -9,6 +9,10 @@ see also \helpref{wxDialog::SetIcons}{wxdialogseticons} and
 \helpref{wxGDIObject}{wxgdiobject}\\
 \helpref{wxObject}{wxobject}
 
 \helpref{wxGDIObject}{wxgdiobject}\\
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/iconbndl.h>
+
 \wxheading{Predefined objects}
 
 {\bf wxNullIconBundle}
 \wxheading{Predefined objects}
 
 {\bf wxNullIconBundle}
index 0e2c9d9cf197c8f590a59f8e8048a3b766dd85b9..dedf8275bda8609a9312e98d1cc3b1775e6c6bc5 100644 (file)
@@ -20,6 +20,14 @@ such as wxPen, wxBitmap and others (see \helpref{this list}{refcountlist}).
 \helpref{wxClassInfo}{wxclassinfo}, \helpref{Debugging overview}{debuggingoverview},\rtfsp
 \helpref{wxObjectRefData}{wxobjectrefdata}
 
 \helpref{wxClassInfo}{wxclassinfo}, \helpref{Debugging overview}{debuggingoverview},\rtfsp
 \helpref{wxObjectRefData}{wxobjectrefdata}
 
+\wxheading{Derived from}
+
+No base class
+
+\wxheading{Include files}
+
+<wx/object.h>
+
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 \membersection{wxObject::wxObject}\label{wxobjectctor}
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 \membersection{wxObject::wxObject}\label{wxobjectctor}
@@ -220,6 +228,14 @@ you will need to cast to your own derived class.
 
 \helpref{wxObject}{wxobject}
 
 
 \helpref{wxObject}{wxobject}
 
+\wxheading{Derived from}
+
+No base class
+
+\wxheading{Include files}
+
+<wx/object.h>
+
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 
index 8415a8c1b700717f1467f40d797b5464f35af326..adb64733d89a260c805d36c051d0b49b5531a461 100644 (file)
@@ -33,7 +33,7 @@ and \helpref{OnMeasureItemWidth()}{wxownerdrawncomboboxonmeasureitemwidth}.
 
 \wxheading{Include files}
 
 
 \wxheading{Include files}
 
-<odcombo.h>
+<wx/odcombo.h>
 
 \wxheading{Window styles}
 
 
 \wxheading{Window styles}
 
index 6f3176292f3aa823afd92ac5dc0a16758e697613..1d2009eeaeeead03f50209c609e3724a7d7c2e83 100644 (file)
@@ -344,6 +344,10 @@ See \helpref{reference-counted object comparison}{refcountequality} for more inf
 Inequality operator.
 See \helpref{reference-counted object comparison}{refcountequality} for more info.
 
 Inequality operator.
 See \helpref{reference-counted object comparison}{refcountequality} for more info.
 
+
+
+%% wxPenList
+
 \section{\class{wxPenList}}\label{wxpenlist}
 
 There is only one instance of this class: {\bf wxThePenList}.  Use
 \section{\class{wxPenList}}\label{wxpenlist}
 
 There is only one instance of this class: {\bf wxThePenList}.  Use
@@ -377,6 +381,14 @@ backward compatibility with earlier versions of wxWidgets.
 
 \helpref{wxPen}{wxpen}
 
 
 \helpref{wxPen}{wxpen}
 
+\wxheading{Derived from}
+
+No base class
+
+\wxheading{Include files}
+
+<wx/gdicmn.h>
+
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 \membersection{wxPenList::wxPenList}\label{wxpenlistctor}
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 \membersection{wxPenList::wxPenList}\label{wxpenlistctor}
index b0f0fbe1807bda84fd6a59ced4f58363329c9146..5022b62128660c7106416c96be77735b0476f554 100644 (file)
@@ -23,7 +23,7 @@ be substituted for the actual values during printing and preview.
 
 \wxheading{Include files}
 
 
 \wxheading{Include files}
 
-<wx/richtex/richtextprint.h>
+<wx/richtext/richtextprint.h>
 
 \wxheading{Data structures}
 
 
 \wxheading{Data structures}
 
index a04d36f72b34d413d8a7a5895a6618e72c696bda..f74a4713fbd1f679054cd600728fbc0c69550745 100644 (file)
@@ -580,6 +580,19 @@ Note that by specification, all methods of wxSizerFlags return the wxSizerFlags
 object itself to allowing chaining multiple methods calls like in the examples
 above.
 
 object itself to allowing chaining multiple methods calls like in the examples
 above.
 
+\wxheading{See also}
+
+\helpref{wxSizer}{wxsizer}
+
+\wxheading{Derived from}
+
+No base class
+
+\wxheading{Include files}
+
+<wx/sizer.h>
+
+\latexignore{\rtfignore{\wxheading{Members}}}
 
 \membersection{wxSizerFlags::wxSizerFlags}\label{wxsizerflagsctor}
 
 
 \membersection{wxSizerFlags::wxSizerFlags}\label{wxsizerflagsctor}
 
index cd1a74febc1260aa2a035ce4a88c685bd5229595..bd0e2ec68ce86c03ff00a7a49564beb4ee2e3b78 100644 (file)
@@ -8,7 +8,7 @@ Predefined client data class for holding a string.
 
 \wxheading{Include files}
 
 
 \wxheading{Include files}
 
-<clntdata.h>
+<wx/clntdata.h>
 
 \wxheading{Data structures}
 
 
 \wxheading{Data structures}
 
index 289e9a52ed1497e819042ae4a88d19f09be980ec..56a4ffcf3bd55d5f0bd5898bc50002858d9f63d7 100644 (file)
@@ -33,7 +33,7 @@ wxBookCtrlBaseEvent\\
 
 \wxheading{Include files}
 
 
 \wxheading{Include files}
 
-<treebook.h>
+<wx/treebook.h>