*** 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:
@@ -176,3 +176,4 @@ private:
|
||||
#endif // wxUSE_METAFILE
|
||||
#endif
|
||||
// _WX_METAFIILE_H_
|
||||
|
||||
|
@@ -151,5 +151,7 @@ private:
|
||||
// wxMetaFileDataObject: see metafile.h is a specialization of wxDataObject for bitmap data
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
TODO: wxFileDataObject.
|
||||
|
||||
#endif //_WX_OLEDATAOBJ_H
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -480,4 +480,3 @@ bool wxClipboard::GetData( wxDataObject *data )
|
||||
}
|
||||
|
||||
#endif // wxUSE_CLIPBOARD
|
||||
|
||||
|
@@ -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"
|
||||
|
||||
|
@@ -412,3 +412,4 @@ bool wxMakeMetafilePlaceable(const wxString& filename, int x1, int y1, int x2, i
|
||||
}
|
||||
|
||||
#endif // wxUSE_METAFILE
|
||||
|
||||
|
@@ -415,5 +415,7 @@ static const char *GetTymedName(DWORD tymed)
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: OLE parts of wxBitmap/File/MetafileDataObject
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user