mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-09 15:12:35 -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
|
@ -155,6 +155,8 @@ public:
|
|||
|
||||
virtual Widget* initial_focus();
|
||||
|
||||
virtual std::string title() const;
|
||||
|
||||
protected:
|
||||
std::vector<Widget*> children_;
|
||||
Rect dirty_screen_rect;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue