| Home | Trees | Index | Help |
|
|---|
| Package wx :: Class VScrolledWindow |
|
object--+ |Object--+ |EvtHandler--+ |Window--+ |Panel--+ | VScrolledWindow
VListBoxProxy of C++ VScrolledWindow class
| Method Summary | |
|---|---|
| Window |
Construct and show a generic Window. |
__repr__(self)
| |
| bool |
Create the GUI part of the Window for 2-phase creation mode. |
| size_t | GetFirstVisibleLine(self)
|
| size_t | GetLastVisibleLine(self)
|
| size_t | GetLineCount(self)
|
| size_t | GetVisibleBegin(self)
|
| size_t | GetVisibleEnd(self)
|
| int |
Test where the given (in client coords) point lies |
| int |
Test where the given (in client coords) point lies |
| bool | IsVisible(self,
line)
|
RefreshAll(self)
| |
RefreshLine(self,
line)
| |
RefreshLines(self,
from,
to)
| |
| bool |
If the platform and window class supports it, scrolls the window by the given number of lines down, if lines is positive, or up if lines is negative. |
| bool |
If the platform and window class supports it, scrolls the window by the given number of pages down, if pages is positive, or up if pages is negative. |
| bool | ScrollToLine(self,
line)
|
SetLineCount(self,
count)
| |
| Instance Method Details |
|---|
__init__(self,
parent,
id=ID_ANY,
pos=DefaultPosition,
size=DefaultSize,
style=0,
name=PanelNameStr)
|
Create(self, parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=0, name=PanelNameStr)Create the GUI part of the Window for 2-phase creation mode.
|
HitTest(self, pt)Test where the given (in client coords) point lies
|
HitTestXY(self, x, y)Test where the given (in client coords) point lies
|
ScrollLines(self, lines)If the platform and window class supports it, scrolls the window by the given number of lines down, if lines is positive, or up if lines is negative. Returns True if the window was scrolled, False if it was already on top/bottom and nothing was done.
|
ScrollPages(self, pages)If the platform and window class supports it, scrolls the window by the given number of pages down, if pages is positive, or up if pages is negative. Returns True if the window was scrolled, False if it was already on top/bottom and nothing was done.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Sun Mar 26 10:03:41 2006 | http://epydoc.sf.net |