projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ignore .lo and .la
[wxWidgets.git]
/
src
/
motif
/
spinbutt.cpp
diff --git
a/src/motif/spinbutt.cpp
b/src/motif/spinbutt.cpp
index 0afe79ada052b5c773d1dd03fe074aa87b1ea259..73cedd396da727314152b971fb1325e3868c9e3c 100644
(file)
--- a/
src/motif/spinbutt.cpp
+++ b/
src/motif/spinbutt.cpp
@@
-32,8
+32,8
@@
bool wxSpinButton::Create(wxWindow *parent, wxWindowID id, const wxPoint& pos, c
m_windowStyle = style;
-
SetParent(parent
);
-
+
if (parent) parent->AddChild(this
);
+
m_min = 0;
m_max = 100;
@@
-68,7
+68,7
@@
void wxSpinButton::SetRange(int minVal, int maxVal)
// TODO
}
-void wxSpinButton::ChangeFont()
+void wxSpinButton::ChangeFont(
bool keepOriginalSize
)
{
// TODO
}