]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/radiobox.cpp
use hand-written samples/Makefile.in
[wxWidgets.git] / src / msw / radiobox.cpp
index bbb4333cf92b7333ad0d8cd7e004247967481cd4..39e4d068f641cc2f808e4ea05fd7c076665531a8 100644 (file)
 
 IMPLEMENT_DYNAMIC_CLASS(wxRadioBox, wxControl)
 
+/*
+       selection
+       content
+               label
+               dimension
+               item
+*/
+
 // there are two possible ways to create the radio buttons: either as children
 // of the radiobox or as siblings of it - allow playing with both variants for
 // now, eventually we will choose the best one for our purposes