add comment

This commit is contained in:
Jinhao 2017-07-23 22:57:01 +08:00
parent a4f7d46eee
commit 7371bd0525

View File

@ -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_; };