From 7371bd05253f815c5e089a4de273f68336daa87a Mon Sep 17 00:00:00 2001 From: Jinhao Date: Sun, 23 Jul 2017 22:57:01 +0800 Subject: [PATCH] add comment --- include/nana/gui/widgets/toolbar.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/nana/gui/widgets/toolbar.hpp b/include/nana/gui/widgets/toolbar.hpp index 24f27b32..d92c7f8a 100644 --- a/include/nana/gui/widgets/toolbar.hpp +++ b/include/nana/gui/widgets/toolbar.hpp @@ -94,6 +94,7 @@ namespace nana void enable(size_type index, bool enable_state); void scale(unsigned s); ///< Sets the scale of control button. + /// Enable to place buttons at right part. After calling it, every new button is right aligned. void go_right(); bool detached() { return detached_; };