2013-03-15 13:11:33 +00:00
|
|
|
namespace phoenix {
|
|
|
|
|
|
|
|
void pComboButton::append(const string &text) {
|
|
|
|
}
|
|
|
|
|
|
|
|
void pComboButton::modify(unsigned row, const string &text) {
|
|
|
|
}
|
|
|
|
|
|
|
|
void pComboButton::remove(unsigned row) {
|
|
|
|
}
|
|
|
|
|
|
|
|
void pComboButton::reset() {
|
|
|
|
}
|
|
|
|
|
|
|
|
unsigned pComboButton::selection() {
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
void pComboButton::setSelection(unsigned row) {
|
|
|
|
}
|
|
|
|
|
|
|
|
void pComboButton::constructor() {
|
|
|
|
}
|
|
|
|
|
2013-03-21 12:59:01 +00:00
|
|
|
void pComboButton::destructor() {
|
|
|
|
}
|
|
|
|
|
2013-03-15 13:11:33 +00:00
|
|
|
}
|