mirror of https://github.com/axmolengine/axmol.git
ScrollViewBar - Change wording in comment.
This commit is contained in:
parent
b9a4449494
commit
a2bc0d4859
|
@ -59,8 +59,8 @@ public:
|
||||||
virtual ~ScrollViewBar();
|
virtual ~ScrollViewBar();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a ScrollView with its parent ScrollView and direction.
|
* Create a scroll bar with its parent scroll view and direction.
|
||||||
* @return A ScrollViewBar instance.
|
* @return A scroll bar instance.
|
||||||
*/
|
*/
|
||||||
static ScrollViewBar* create(ScrollView* parent, ScrollView::Direction direction);
|
static ScrollViewBar* create(ScrollView* parent, ScrollView::Direction direction);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue