diff options
| author | Thierry Crozat | 2017-04-06 21:50:16 +0100 | 
|---|---|---|
| committer | Thierry Crozat | 2017-04-06 21:55:28 +0100 | 
| commit | 91125bcbcd3cf9c0de9818f341a55f0e7f7b595c (patch) | |
| tree | 4a5dbc6de8dc2df4d509568ae5aafec35404855f /gui/widgets/tab.h | |
| parent | 47d339509f2386bd10d3245592408090cd55d733 (diff) | |
| download | scummvm-rg350-91125bcbcd3cf9c0de9818f341a55f0e7f7b595c.tar.gz scummvm-rg350-91125bcbcd3cf9c0de9818f341a55f0e7f7b595c.tar.bz2 scummvm-rg350-91125bcbcd3cf9c0de9818f341a55f0e7f7b595c.zip  | |
GUI: Add method to know if a widget contains a given widget
Diffstat (limited to 'gui/widgets/tab.h')
| -rw-r--r-- | gui/widgets/tab.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/widgets/tab.h b/gui/widgets/tab.h index a1a5e06481..fe5e4d82bc 100644 --- a/gui/widgets/tab.h +++ b/gui/widgets/tab.h @@ -107,6 +107,8 @@ public:  	virtual int getFirstVisible() const;  	virtual void setFirstVisible(int tabID, bool adjustIfRoom = false); +	virtual bool containsWidget(Widget *) const; +  	virtual void reflowLayout();  	virtual void draw();  | 
