From: Julian Smart Date: Sat, 6 Nov 1999 10:22:11 +0000 (+0000) Subject: Minor doc fixes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0a2017e01e38377ab9f3f04af67010d724764822 Minor doc fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/category.tex b/docs/latex/wx/category.tex index 55f8dc34cb..806ffb90b7 100644 --- a/docs/latex/wx/category.tex +++ b/docs/latex/wx/category.tex @@ -363,7 +363,7 @@ The older classes are as follows: \twocolitem{\helpref{wxTextDataObject}{wxtextdataobject}}{Text data object class} \twocolitem{\helpref{wxFileDataObject}{wxtextdataobject}}{File data object class} \twocolitem{\helpref{wxBitmapDataObject}{wxbitmapdataobject}}{Bitmap data object class} -\twocolitem{\helpref{wxPrivateDataObject}{wxprivatedataobject}}{Private data object class} +\twocolitem{\helpref{wxCustomDataObject}{wxcustomdataobject}}{Custom data object class} \twocolitem{\helpref{wxClipboard}{wxclipboard}}{Clipboard class} \twocolitem{\helpref{wxDropTarget}{wxdroptarget}}{Drop target class} \twocolitem{\helpref{wxFileDropTarget}{wxfiledroptarget}}{File drop target class} diff --git a/docs/latex/wx/custdobj.tex b/docs/latex/wx/custdobj.tex index eb1bf4ab11..2f2a71043e 100644 --- a/docs/latex/wx/custdobj.tex +++ b/docs/latex/wx/custdobj.tex @@ -28,7 +28,7 @@ only the last one if you only allow reading/writing the data) \wxheading{Derived from} -\helpref{wxDataObjectSimple}{wxdataobjectsimple} +\helpref{wxDataObjectSimple}{wxdataobjectsimple}\\ \helpref{wxDataObject}{wxdataobject} \wxheading{Include files} @@ -76,7 +76,7 @@ nearly any object by pickling it first.} This function is called when the data is freed, you may override it to anything you want (or may be nothing at all). The default version calls operator -delete\[\] on the data. +delete$[]$ on the data. \membersection{wxCustomDataObject::GetSize}\label{wxcustomdataobjectgetsize} @@ -93,18 +93,15 @@ Returns a pointer to the data. \membersection{wxCustomDataObject::SetData}\label{wxcustomdataobjectsetdata} \func{virtual void}{SetData}{ - \param{size\_t }{size}, - \param{const void }{*data} -} + \param{size\_t }{size}, \param{const void }{*data}} Set the data. The data object will make an internal copy. \membersection{wxCustomDataObject::TakeData}\label{wxcustomdataobjecttakedata} \func{virtual void}{TakeData}{ - \param{size\_t }{size}, - \param{const void }{*data} -} + \param{size\_t }{size}, \param{const void }{*data}} Like \helpref{SetData}{wxcustomdataobjectsetdata}, but doesn't copy the data - instead the object takes ownership of the pointer. + diff --git a/docs/latex/wx/dataform.tex b/docs/latex/wx/dataform.tex index 9256dcefe0..62e0fdb5c7 100644 --- a/docs/latex/wx/dataform.tex +++ b/docs/latex/wx/dataform.tex @@ -112,4 +112,5 @@ Sets the format to be the custom format identified by the given name. \func{void}{SetType}{\param{NativeFormat}{ format}} -Sets the format to the given value which should be one of wxDF\_XXX constants. +Sets the format to the given value, which should be one of wxDF\_XXX constants. + diff --git a/docs/latex/wx/dataobj.tex b/docs/latex/wx/dataobj.tex index a7b595aea5..3e5cf060cc 100644 --- a/docs/latex/wx/dataobj.tex +++ b/docs/latex/wx/dataobj.tex @@ -91,8 +91,8 @@ wxDataObjectSimple: \helpref{wxFileDataObject}{wxfiledataobject}, \helpref{wxBitmapDataObject}{wxbitmapdataobject} which can be used without change. -You may also derive your own data object classes from -\helpref{wxCustomDataObject}{wxprivatedataobject} for user-defined types. The +You may also derive your own data object classes from +\helpref{wxCustomDataObject}{wxcustomdataobject} for user-defined types. The format of user-defined data is given as mime-type string literal, such as "application/word" or "image/png". These strings are used as they are under Unix (so far only GTK) to identify a format and are translated into their @@ -123,15 +123,15 @@ None \wxheading{See also} -\helpref{Clipboard and drag and drop overview}{wxdndoverview}, -\helpref{DnD sample}{samplednd}, -\helpref{wxFileDataObject}{wxfiledataobject}, -\helpref{wxTextDataObject}{wxtextdataobject}, -\helpref{wxBitmapDataObject}{wxbitmapdataobject}, -\helpref{wxPrivateDataObject}{wxprivatedataobject}, -\helpref{wxDropTarget}{wxdroptarget}, -\helpref{wxDropSource}{wxdropsource}, -\helpref{wxTextDropTarget}{wxtextdroptarget}, +\helpref{Clipboard and drag and drop overview}{wxdndoverview}, +\helpref{DnD sample}{samplednd}, +\helpref{wxFileDataObject}{wxfiledataobject}, +\helpref{wxTextDataObject}{wxtextdataobject}, +\helpref{wxBitmapDataObject}{wxbitmapdataobject}, +\helpref{wxCustomDataObject}{wxcustomdataobject}, +\helpref{wxDropTarget}{wxdroptarget}, +\helpref{wxDropSource}{wxdropsource}, +\helpref{wxTextDropTarget}{wxtextdroptarget}, \helpref{wxFileDropTarget}{wxfiledroptarget} \latexignore{\rtfignore{\wxheading{Members}}}