mirror of https://github.com/bsnes-emu/bsnes.git
22 lines
293 B
C++
Executable File
22 lines
293 B
C++
Executable File
bool pWidget::enabled() {
|
|
return false;
|
|
}
|
|
|
|
void pWidget::setEnabled(bool enabled) {
|
|
}
|
|
|
|
void pWidget::setFocused() {
|
|
}
|
|
|
|
void pWidget::setFont(Font &font) {
|
|
}
|
|
|
|
void pWidget::setGeometry(const Geometry &geometry) {
|
|
}
|
|
|
|
void pWidget::setVisible(bool visible) {
|
|
}
|
|
|
|
void pWidget::constructor() {
|
|
}
|