]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/typetest/typetest.h
Initial checkin of the wxFrame support added by Aleks G.
[wxWidgets.git] / samples / typetest / typetest.h
index 51e35781976d6339d6141bc5a6b2f01f30ae13dd..90c4e153bbbd12a1e4a370cca5fb7f5a3942d088 100644 (file)
@@ -32,6 +32,8 @@ public:
     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
@@ -78,6 +80,8 @@ enum
     TYPES_STREAM,
     TYPES_STREAM2,
     TYPES_STREAM3,
+    TYPES_STREAM4,
+    TYPES_STREAM5,
     TYPES_MIME
 };