diff options
Diffstat (limited to 'src/rootwindow.hh')
| -rw-r--r-- | src/rootwindow.hh | 3 |
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) |
