Home | Trees | Index | Help |
|
---|
Package wx :: Class VScrolledWindow |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ |Panel
--+ | VScrolledWindow
VListBox
Proxy of C++ VScrolledWindow class
Method Summary | |
---|---|
Window |
Construct and show a generic Window. |
bool |
Create the GUI part of the Window for 2-phase creation mode. |
size_t | FindFirstFromBottom(self,
lineLast,
fullyVisible)
|
size_t | GetFirstVisibleLine(self)
|
size_t | GetLastVisibleLine(self)
|
size_t | GetLineCount(self)
|
int | GetLinesHeight(self,
lineMin,
lineMax)
|
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 | ScrollToLine(self,
line)
|
SetLineCount(self,
count)
|
Property Summary | |
---|---|
FirstVisibleLine : See GetFirstVisibleLine | |
LastVisibleLine : See GetLastVisibleLine | |
LineCount : See GetLineCount and SetLineCount | |
thisown : The membership flag | |
VisibleBegin : See GetVisibleBegin | |
VisibleEnd : See GetVisibleEnd |
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
|
Property Details |
---|
FirstVisibleLine
|
LastVisibleLine
|
LineCountSee
|
thisownThe membership flag |
VisibleBeginSee
|
VisibleEndSee
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:10:33 2007 | http://epydoc.sf.net |