Document that window must be created in ShowScrollbars()
Calling it before creating the window actually works under MSW, but not under the other platforms.
This commit is contained in:
parent
27c399adbe
commit
673ea07284
@ -332,6 +332,8 @@ public:
|
||||
- wxSHOW_SB_DEFAULT: To restore the default behaviour described
|
||||
above.
|
||||
|
||||
Note that the window must be created before calling this method.
|
||||
|
||||
@param horz
|
||||
The desired visibility for the horizontal scrollbar.
|
||||
@param vert
|
||||
|
Loading…
Reference in New Issue
Block a user