projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add wxGrid::Render() for drawing the grid to any wxDC.
[wxWidgets.git]
/
include
/
wx
/
gtk1
/
spinctrl.h
diff --git
a/include/wx/gtk1/spinctrl.h
b/include/wx/gtk1/spinctrl.h
index 3237b1eeeea6cc2687160c1e5ea040886396e7a7..e748a60ac9162b980dfc86dbe7eaaab0ef36efee 100644
(file)
--- a/
include/wx/gtk1/spinctrl.h
+++ b/
include/wx/gtk1/spinctrl.h
@@
-32,7
+32,7
@@
public:
const wxSize& size = wxDefaultSize,
long style = wxSP_ARROW_KEYS,
int min = 0, int max = 100, int initial = 0,
const wxSize& size = wxDefaultSize,
long style = wxSP_ARROW_KEYS,
int min = 0, int max = 100, int initial = 0,
- const wxString& name =
_
T("wxSpinCtrl"))
+ const wxString& name =
wx
T("wxSpinCtrl"))
{
Create(parent, id, value, pos, size, style, min, max, initial, name);
}
{
Create(parent, id, value, pos, size, style, min, max, initial, name);
}
@@
-44,7
+44,7
@@
public:
const wxSize& size = wxDefaultSize,
long style = wxSP_ARROW_KEYS,
int min = 0, int max = 100, int initial = 0,
const wxSize& size = wxDefaultSize,
long style = wxSP_ARROW_KEYS,
int min = 0, int max = 100, int initial = 0,
- const wxString& name =
_
T("wxSpinCtrl"));
+ const wxString& name =
wx
T("wxSpinCtrl"));
void SetValue(const wxString& text);
void SetSelection(long from, long to);
void SetValue(const wxString& text);
void SetSelection(long from, long to);