#ifndef _WDCRADIOBOX_H_
#define _WDCRADIOBOX_H_

#include "guiutil.h"
#include <Xm/RowColumn.h>

@interface WDCRadioBox: WDCGUIObject
{
  id _popupShell;
  id _popupWindow;
}

- setPopupShell:shell;
- setPopupWindow:window;
- getPopupShell;
- getPopupWindow;

@end

#endif
