X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1b055864b65201f8cf2c704a03da62bd91e7f497..c0f8674c79186e83854f43e53e4805fd3ee866b4:/samples/typetest/typetest.h diff --git a/samples/typetest/typetest.h b/samples/typetest/typetest.h index c7b9d15e0f..90c4e153bb 100644 --- a/samples/typetest/typetest.h +++ b/samples/typetest/typetest.h @@ -31,6 +31,9 @@ public: void DoByteOrderDemo(wxCommandEvent& event); void DoStreamDemo(wxCommandEvent& event); void DoStreamDemo2(wxCommandEvent& event); + void DoStreamDemo3(wxCommandEvent& event); + void DoStreamDemo4(wxCommandEvent& event); + void DoStreamDemo5(wxCommandEvent& event); #if wxUSE_UNICODE void DoUnicodeDemo(wxCommandEvent& event); #endif @@ -76,6 +79,9 @@ enum TYPES_UNICODE, TYPES_STREAM, TYPES_STREAM2, + TYPES_STREAM3, + TYPES_STREAM4, + TYPES_STREAM5, TYPES_MIME };