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:
@@ -332,6 +332,8 @@ public:
|
|||||||
- wxSHOW_SB_DEFAULT: To restore the default behaviour described
|
- wxSHOW_SB_DEFAULT: To restore the default behaviour described
|
||||||
above.
|
above.
|
||||||
|
|
||||||
|
Note that the window must be created before calling this method.
|
||||||
|
|
||||||
@param horz
|
@param horz
|
||||||
The desired visibility for the horizontal scrollbar.
|
The desired visibility for the horizontal scrollbar.
|
||||||
@param vert
|
@param vert
|
||||||
|
Reference in New Issue
Block a user