projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
removed TTN_NEEDTEXT handlers, we don't use tooltips on demand
[wxWidgets.git]
/
src
/
common
/
gaugecmn.cpp
diff --git
a/src/common/gaugecmn.cpp
b/src/common/gaugecmn.cpp
index eeee3569084aee20b9c081ca0b92098c58cc9cd7..9a5b31881c007d2fc04222dfb39cc015602716a1 100644
(file)
--- a/
src/common/gaugecmn.cpp
+++ b/
src/common/gaugecmn.cpp
@@
-6,7
+6,7
@@
// Created: 20.02.01
// RCS-ID: $Id$
// Copyright: (c) 2001 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
// Created: 20.02.01
// RCS-ID: $Id$
// Copyright: (c) 2001 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// License: wxWindows licen
s
e
+// License: wxWindows licen
c
e
///////////////////////////////////////////////////////////////////////////////
// ============================================================================
///////////////////////////////////////////////////////////////////////////////
// ============================================================================
@@
-17,10
+17,6
@@
// headers
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
-#ifdef __GNUG__
- #pragma implementation "gaugebase.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
@@
-58,7
+54,7
@@
bool wxGaugeBase::Create(wxWindow *parent,
const wxString& name)
{
if ( !wxControl::Create(parent, id, pos, size, style, validator, name) )
const wxString& name)
{
if ( !wxControl::Create(parent, id, pos, size, style, validator, name) )
- return
FALSE
;
+ return
false
;
SetName(name);
SetName(name);
@@
-69,7
+65,7
@@
bool wxGaugeBase::Create(wxWindow *parent,
SetRange(range);
SetValue(0);
SetRange(range);
SetValue(0);
- return
TRUE
;
+ return
true
;
}
// ----------------------------------------------------------------------------
}
// ----------------------------------------------------------------------------