aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/RadioMenuItem.hh
AgeCommit message (Collapse)AuthorFilesLines
2011-11-01Store menus if smart pointers (RefCount)Pavel Labath1-1/+1
This was originally intended to be a bugfix for an memory error reported by valgrind (accessing freed memory). While debugging it, I found the menu ownership semantics confusing (setInternalMenu() et al.), so I decided to get rid of it and store it in smart pointers everywhere. Looking back, I'm not sure if this was worth all the trouble, but the good news is that the valgrind error disappeared. :)
2008-08-04add selection box to various "choose one of these" menu itemsMark Tiefenbruck1-0/+63