projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix for colspan or rowspan = 0 in HTML tables
[wxWidgets.git]
/
samples
/
typetest
/
typetest.h
diff --git
a/samples/typetest/typetest.h
b/samples/typetest/typetest.h
index c7b9d15e0fb5bb57b8df84c789590895fc20dccd..90c4e153bbbd12a1e4a370cca5fb7f5a3942d088 100644
(file)
--- 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 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
#if wxUSE_UNICODE
void DoUnicodeDemo(wxCommandEvent& event);
#endif
@@
-76,6
+79,9
@@
enum
TYPES_UNICODE,
TYPES_STREAM,
TYPES_STREAM2,
TYPES_UNICODE,
TYPES_STREAM,
TYPES_STREAM2,
+ TYPES_STREAM3,
+ TYPES_STREAM4,
+ TYPES_STREAM5,
TYPES_MIME
};
TYPES_MIME
};