summaryrefslogtreecommitdiff
path: root/src/rootwindow.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-04 02:03:30 +0000
committerDana Jansens <danakj@orodu.net>2003-01-04 02:03:30 +0000
commit8d5bd298540b98eb10072c5ee281c64f221ce9a6 (patch)
tree892d214346d09221001696d5752390f8985b9407 /src/rootwindow.hh
parent0c96f0fc8980143213fb4b15950ab806b6da634d (diff)
set desktop names on startup
Diffstat (limited to 'src/rootwindow.hh')
-rw-r--r--src/rootwindow.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rootwindow.hh b/src/rootwindow.hh
index 180f239c..5ff386e1 100644
--- a/src/rootwindow.hh
+++ b/src/rootwindow.hh
@@ -53,6 +53,9 @@ public:
//! Destroys the OBRootWindow object
virtual ~OBRootWindow();
+ //! Sets the name of all desktops
+ void setDesktopNames(const otk::OBProperty::StringVect &names);
+
//! Sets the name of a desktop
/*!
@param i The index of the desktop to set the name for (base 0)