2013-03-15 13:11:33 +00:00
|
|
|
namespace phoenix {
|
|
|
|
|
|
|
|
bool pRadioButton::checked() {
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
|
|
|
void pRadioButton::setChecked() {
|
|
|
|
}
|
|
|
|
|
2013-05-02 11:25:45 +00:00
|
|
|
void pRadioButton::setGroup(const group<RadioButton>& group) {
|
2013-03-15 13:11:33 +00:00
|
|
|
}
|
|
|
|
|
2013-05-02 11:25:45 +00:00
|
|
|
void pRadioButton::setText(const string& text) {
|
2013-03-15 13:11:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
void pRadioButton::constructor() {
|
|
|
|
}
|
|
|
|
|
2013-03-21 12:59:01 +00:00
|
|
|
void pRadioButton::destructor() {
|
|
|
|
}
|
|
|
|
|
2013-03-15 13:11:33 +00:00
|
|
|
}
|