return false;
}
-void wxRadioBox::Show(int n, bool show)
+bool wxRadioBox::Show(int n, bool show)
{
-}
-
- // layout parameters
-int wxRadioBox::GetColumnCount() const
-{
- return 0;
-}
-
-int wxRadioBox::GetRowCount() const
-{
- return 0;
+ // TODO
+ return false;
}
wxSize wxRadioBox::DoGetBestSize() const