projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Implemented wxRadioBox using a GtkTable.
[wxWidgets.git]
/
src
/
motif
/
statbox.cpp
diff --git
a/src/motif/statbox.cpp
b/src/motif/statbox.cpp
index 5bdf05ea044c030b20a8b57269100130db3029ca..fe2c52163cdb7f6617add66aeb9cb30de84b23c6 100644
(file)
--- a/
src/motif/statbox.cpp
+++ b/
src/motif/statbox.cpp
@@
-127,7
+127,7
@@
bool wxStaticBox::Create(wxWindow *parent, wxWindowID id,
AttachWidget (parent, m_mainWidget, NULL, pos.x, pos.y, size.x, size.y);
ChangeBackgroundColour();
AttachWidget (parent, m_mainWidget, NULL, pos.x, pos.y, size.x, size.y);
ChangeBackgroundColour();
- return
TRUE
;
+ return
true
;
}
wxStaticBox::~wxStaticBox()
}
wxStaticBox::~wxStaticBox()