projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fill in flags parameter of HitTest() for all book controls; added new wxNB_HITTEST_ON...
[wxWidgets.git]
/
samples
/
typetest
/
typetest.h
diff --git
a/samples/typetest/typetest.h
b/samples/typetest/typetest.h
index 6c315508cff14a70646ef9c1272629183893852d..504ad26697a9907aeb02d0056586c7c3e8e978b3 100644
(file)
--- a/
samples/typetest/typetest.h
+++ b/
samples/typetest/typetest.h
@@
-1,6
+1,6
@@
/////////////////////////////////////////////////////////////////////////////
// Name: typetest.h
/////////////////////////////////////////////////////////////////////////////
// Name: typetest.h
-// Purpose: Types wxWi
ndow
s sample
+// Purpose: Types wxWi
dget
s sample
// Author: Julian Smart
// Modified by:
// Created: 04/01/98
// Author: Julian Smart
// Modified by:
// Created: 04/01/98
@@
-9,10
+9,6
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#if defined(__GNUG__) && !defined(__APPLE__)
-#pragma interface "typetest.h"
-#endif
-
#ifndef _WX_TYPETEST_H_
#define _WX_TYPETEST_H_
#ifndef _WX_TYPETEST_H_
#define _WX_TYPETEST_H_
@@
-70,9
+66,9
@@
enum
{
TYPES_QUIT = wxID_EXIT,
TYPES_TEXT = 101,
{
TYPES_QUIT = wxID_EXIT,
TYPES_TEXT = 101,
- TYPES_ABOUT,
+ TYPES_ABOUT
= wxID_ABOUT
,
- TYPES_DATE,
+ TYPES_DATE
= 102
,
TYPES_TIME,
TYPES_VARIANT,
TYPES_BYTEORDER,
TYPES_TIME,
TYPES_VARIANT,
TYPES_BYTEORDER,