mirror of
https://github.com/fltk/fltk.git
synced 2026-05-26 10:07:06 +08:00
Bringing over fix [r11756] from 1.3 current to the porting branch.
Small doxygen doc fix for scrollbar_width(). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11830 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -220,7 +220,7 @@ public:
|
||||
|
||||
/**
|
||||
Gets the width/height of the scrollbars.
|
||||
/return width of scrollbars
|
||||
\return width of scrollbars
|
||||
*/
|
||||
int scrollbar_width() const { return scrollbar_width_; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user