]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/typetest/typetest.h
testing wxToolBarSimple
[wxWidgets.git] / samples / typetest / typetest.h
index 51e35781976d6339d6141bc5a6b2f01f30ae13dd..481b26ff346c48e9a9f2be8241615dd77b840e09 100644 (file)
@@ -32,6 +32,7 @@ public:
     void DoStreamDemo(wxCommandEvent& event);
     void DoStreamDemo2(wxCommandEvent& event);
     void DoStreamDemo3(wxCommandEvent& event);
+    void DoStreamDemo4(wxCommandEvent& event);
 #if wxUSE_UNICODE
     void DoUnicodeDemo(wxCommandEvent& event);
 #endif
@@ -78,6 +79,7 @@ enum
     TYPES_STREAM,
     TYPES_STREAM2,
     TYPES_STREAM3,
+    TYPES_STREAM4,
     TYPES_MIME
 };