From e977ca580b5f50c3f0503f30773c47d97622151b Mon Sep 17 00:00:00 2001 From: fluxgen Date: Wed, 10 Sep 2003 11:08:14 +0000 Subject: comments --- src/IconbarTool.hh | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/IconbarTool.hh b/src/IconbarTool.hh index a4cbdf2..d80bf85 100644 --- a/src/IconbarTool.hh +++ b/src/IconbarTool.hh @@ -20,7 +20,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: IconbarTool.hh,v 1.7 2003/09/08 17:52:34 fluxgen Exp $ +// $Id: IconbarTool.hh,v 1.8 2003/09/10 11:08:14 fluxgen Exp $ #ifndef ICONBARTOOL_HH #define ICONBARTOOL_HH @@ -44,8 +44,14 @@ class FluxboxWindow; class IconbarTool: public ToolbarItem, public FbTk::Observer { public: typedef std::list IconList; - - enum Mode {NONE, ICONS, WORKSPACEICONS, WORKSPACE, ALLWINDOWS}; + /// iconbar mode + enum Mode { + NONE, ///< no icons + ICONS, ///< all icons from all workspaces + WORKSPACEICONS, ///< icons on current workspace + WORKSPACE, ///< all windows and all icons on current workspace + ALLWINDOWS ///< all windows and all icons from all workspaces + }; IconbarTool(const FbTk::FbWindow &parent, IconbarTheme &theme, BScreen &screen, FbTk::Menu &menu); -- cgit v0.11.2