25 #ifndef NCRadioButton_h
26 #define NCRadioButton_h
30 #include <yui/YRadioButton.h>
40 friend std::ostream & operator<<( std::ostream & STREAM,
const NCRadioButton & OBJ );
50 virtual const char * location()
const {
return "NCRadioButton"; }
52 virtual void wRedraw();
57 const std::string & label,
62 virtual int preferredWidth();
63 virtual int preferredHeight();
65 virtual void setSize(
int newWidth,
int newHeight );
67 virtual void setLabel(
const std::string & nlabel );
69 virtual void setValue(
bool newval );
70 virtual bool value() {
return checked; }
76 virtual bool setKeyboardFocus()
79 return YWidget::setKeyboardFocus();
86 #endif // NCRadioButton_h