From cd8dea93d589df6f285f596d6f175c7ab989385a Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 21 Jun 2007 15:52:52 +0000 Subject: [PATCH] docstring update git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46592 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_window.i | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/wxPython/src/_window.i b/wxPython/src/_window.i index faebaa4ddd..65671f3515 100644 --- a/wxPython/src/_window.i +++ b/wxPython/src/_window.i @@ -127,9 +127,15 @@ Styles deactivate it. wx.VSCROLL Use this style to enable a vertical scrollbar. + Notice that this style should cannot be used + with native controls which don't support + scrollbars nor with top-level windows in most + ports. wx.HSCROLL Use this style to enable a horizontal scrollbar. - + The same limitations as for wx.VSCROLL apply to + this style. + wx.ALWAYS_SHOW_SB If a window has scrollbars, disable them instead of hiding them when they are not needed (i.e. when the size of the