mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-24 01:11:39 -04:00
Add virtual title() to View class.
This commit is contained in:
parent
a13e19a907
commit
0efe2ea0ae
2 changed files with 6 additions and 0 deletions
|
@ -247,6 +247,10 @@ Widget* View::initial_focus() {
|
|||
return nullptr;
|
||||
}
|
||||
|
||||
std::string View::title() const {
|
||||
return "";
|
||||
};
|
||||
|
||||
/* Rectangle *************************************************************/
|
||||
|
||||
Rectangle::Rectangle(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue