2013-03-15 13:11:33 +00:00
|
|
|
namespace phoenix {
|
|
|
|
|
2013-05-02 11:25:45 +00:00
|
|
|
void pButton::setImage(const image& image, Orientation orientation) {
|
2012-01-15 08:29:57 +00:00
|
|
|
}
|
|
|
|
|
2013-05-05 09:21:30 +00:00
|
|
|
void pButton::setText(string text) {
|
2011-02-16 12:35:40 +00:00
|
|
|
}
|
|
|
|
|
2011-02-24 09:25:20 +00:00
|
|
|
void pButton::constructor() {
|
2011-02-16 12:35:40 +00:00
|
|
|
}
|
2013-03-15 13:11:33 +00:00
|
|
|
|
2013-03-21 12:59:01 +00:00
|
|
|
void pButton::destructor() {
|
|
|
|
}
|
|
|
|
|
2013-03-15 13:11:33 +00:00
|
|
|
}
|