*** empty log message ***

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1999-01-13 18:21:04 +00:00
parent 2b1c162e22
commit 2845ddc25c
7 changed files with 8 additions and 2 deletions

View File

@@ -176,3 +176,4 @@ private:
#endif // wxUSE_METAFILE
#endif
// _WX_METAFIILE_H_

View File

@@ -151,5 +151,7 @@ private:
// wxMetaFileDataObject: see metafile.h is a specialization of wxDataObject for bitmap data
// ----------------------------------------------------------------------------
TODO: wxFileDataObject.
#endif //_WX_OLEDATAOBJ_H

View File

@@ -29,7 +29,7 @@
#endif
// ----------------------------------------------------------------------------
// Derive 2 simple classes which just put in the listbox the strings (text or
// Derive two simple classes which just put in the listbox the strings (text or
// file names) we drop on them
// ----------------------------------------------------------------------------
class DnDText : public wxTextDropTarget

View File

@@ -480,4 +480,3 @@ bool wxClipboard::GetData( wxDataObject *data )
}
#endif // wxUSE_CLIPBOARD

View File

@@ -1734,3 +1734,4 @@ updatedocs: touchmanual alldocs
# Office StartUp folder, and PDFMaker should be installed.
updatepdf: # touchmanual pdfrtf
start /w "winword d:\wx2\wxWindows\docs\latex\pdf\wx.rtf /mGeneratePDF"

View File

@@ -412,3 +412,4 @@ bool wxMakeMetafilePlaceable(const wxString& filename, int x1, int y1, int x2, i
}
#endif // wxUSE_METAFILE

View File

@@ -415,5 +415,7 @@ static const char *GetTymedName(DWORD tymed)
}
}
// TODO: OLE parts of wxBitmap/File/MetafileDataObject
#endif