#89519# get work area
This commit is contained in:
parent
c3e1aa5cd1
commit
2254bf5c55
1 changed files with 14 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: wmadaptor.hxx,v $
|
||||
*
|
||||
* $Revision: 1.7 $
|
||||
* $Revision: 1.8 $
|
||||
*
|
||||
* last change: $Author: pl $ $Date: 2001-09-10 17:54:44 $
|
||||
* last change: $Author: pl $ $Date: 2001-09-14 12:46:16 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -200,6 +200,18 @@ public:
|
|||
const String& getWindowManagerName() const
|
||||
{ return m_aWMName; }
|
||||
|
||||
/*
|
||||
* gets the number of workareas
|
||||
*/
|
||||
int getWorkAreaCount() const
|
||||
{ return m_aWMWorkAreas.size(); }
|
||||
|
||||
/*
|
||||
* gets the specified workarea
|
||||
*/
|
||||
const Rectangle& getWorkArea( int n ) const
|
||||
{ return m_aWMWorkAreas[n]; }
|
||||
|
||||
/*
|
||||
* sets window title
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue