projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
warning fixes for BCC and OW (heavily modified patch 819146)
[wxWidgets.git]
/
include
/
wx
/
tbarbase.h
diff --git
a/include/wx/tbarbase.h
b/include/wx/tbarbase.h
index 076620e4471c768eb6e3380d9d8507ad61e0c117..30396a4b077500dc01bca1c422cb3e1b1e35de5a 100644
(file)
--- a/
include/wx/tbarbase.h
+++ b/
include/wx/tbarbase.h
@@
-575,6
+575,9
@@
protected:
// find the tool by id
wxToolBarToolBase *FindById(int toolid) const;
+ // un-toggle all buttons in the same radio group
+ void UnToggleRadioGroup(wxToolBarToolBase *tool);
+
// the list of all our tools
wxToolBarToolsList m_tools;