projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
really show the menubar (calling Show(TRUE) doesn't do it any more)
[wxWidgets.git]
/
src
/
univ
/
checkbox.cpp
diff --git
a/src/univ/checkbox.cpp
b/src/univ/checkbox.cpp
index c9a95a631868adeba3d47b40db4700e5ae5f7322..e80d036343707c130a76773718447049813f9521 100644
(file)
--- a/
src/univ/checkbox.cpp
+++ b/
src/univ/checkbox.cpp
@@
-6,7
+6,7
@@
// Created: 25.08.00
// RCS-ID: $Id$
// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com)
// Created: 25.08.00
// RCS-ID: $Id$
// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com)
-// Licence: wxWindows licen
s
e
+// Licence: wxWindows licen
c
e
/////////////////////////////////////////////////////////////////////////////
// ============================================================================
/////////////////////////////////////////////////////////////////////////////
// ============================================================================
@@
-17,7
+17,7
@@
// headers
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "univcheckbox.h"
#endif
#pragma implementation "univcheckbox.h"
#endif
@@
-67,7
+67,7
@@
bool wxCheckBox::Create(wxWindow *parent,
const wxValidator& validator,
const wxString &name)
{
const wxValidator& validator,
const wxString &name)
{
- if ( !wxControl::Create(parent, id, pos, size, style,
wxDefaultV
alidator, name) )
+ if ( !wxControl::Create(parent, id, pos, size, style,
v
alidator, name) )
return FALSE;
SetLabel(label);
return FALSE;
SetLabel(label);
@@
-279,7
+279,7
@@
wxStdCheckboxInputHandler::wxStdCheckboxInputHandler(wxInputHandler *inphand)
}
bool wxStdCheckboxInputHandler::HandleActivation(wxInputConsumer *consumer,
}
bool wxStdCheckboxInputHandler::HandleActivation(wxInputConsumer *consumer,
- bool
activated
)
+ bool
WXUNUSED(activated)
)
{
// only the focused checkbox appearance changes when the app gains/loses
// activation
{
// only the focused checkbox appearance changes when the app gains/loses
// activation