Add archive sample
This sample shows usage of wxArchiveStream and wxArchiveFactory. It also allows for easy testing of wxArchiveStream implementations outside of the unit tests. See https://github.com/wxWidgets/wxWidgets/pull/730
This commit is contained in:
committed by
Vadim Zeitlin
parent
2ec2837f6d
commit
f3f1819daf
@@ -76,6 +76,14 @@ in wxAnimation.
|
||||
|
||||
@sampledir{animate}
|
||||
|
||||
@section page_samples_archive Archive Sample
|
||||
|
||||
This sample shows how you can use wxArchiveClassFactory, wxArchiveOutputStream
|
||||
and wxArchiveInputStream. This shows how to process ZIP and TAR archives using
|
||||
wxZipOutputStream and wxTarOutputStream
|
||||
|
||||
@sampledir{archive}
|
||||
|
||||
@section page_samples_artprov Art Provider Sample
|
||||
|
||||
This sample shows how you can customize the look of standard
|
||||
|
Reference in New Issue
Block a user