]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/typetest/typetest.h
a temporary hack to make testing wxTLW/Univ easier
[wxWidgets.git] / samples / typetest / typetest.h
index 481b26ff346c48e9a9f2be8241615dd77b840e09..90c4e153bbbd12a1e4a370cca5fb7f5a3942d088 100644 (file)
@@ -33,6 +33,7 @@ public:
     void DoStreamDemo2(wxCommandEvent& event);
     void DoStreamDemo3(wxCommandEvent& event);
     void DoStreamDemo4(wxCommandEvent& event);
+    void DoStreamDemo5(wxCommandEvent& event);
 #if wxUSE_UNICODE
     void DoUnicodeDemo(wxCommandEvent& event);
 #endif
@@ -80,6 +81,7 @@ enum
     TYPES_STREAM2,
     TYPES_STREAM3,
     TYPES_STREAM4,
+    TYPES_STREAM5,
     TYPES_MIME
 };