ScrolledWindow() -> None ScrolledWindow(parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=ScrolledWindowStyle, name=PanelNameStr) -> None
Scrolled window derived from wxPanel.
Initialize self. See help(type(self)) for accurate signature. |
|
AdjustScrollbars() -> None |
|
get length of longest line on screen |
|
CanScroll(orient) -> bool |
|
Move(x, y, flags=SIZE_USE_EXISTING) -> None |
|
ScrolledWindow() -> None ScrolledWindow(parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=ScrolledWindowStyle, name=PanelNameStr) -> None
Scrolled window derived from wxPanel.
Initialize self. See help(type(self)) for accurate signature.
AdjustScrollbars() -> None
get length of longest line on screen
CanScroll(orient) -> bool
Returns true if this window can have a scroll bar in this orientation.
Move(x, y, flags=SIZE_USE_EXISTING) -> None Move(pt, flags=SIZE_USE_EXISTING) -> None
Moves the window to the given position.