old-hiro/reference/widget/tab-frame.cpp

25 lines
355 B
C++
Raw Normal View History

2016-05-15 10:45:15 +00:00
namespace phoenix {
void pTabFrame::append() {
}
void pTabFrame::remove(unsigned selection) {
}
void pTabFrame::setImage(unsigned selection, const image& image) {
}
void pTabFrame::setSelected(unsigned selection) {
}
void pTabFrame::setText(unsigned selection, string text) {
}
void pTabFrame::constructor() {
}
void pTabFrame::destructor() {
}
}