Home | Trees | Index | Help |
|
---|
Package wx :: Module richtext :: Class RichTextLine |
|
object
--+
|
RichTextLine
This object represents a line in a paragraph, and stores offsets from the start of the paragraph representing the start and end positions of the line.
Method Summary | |
---|---|
RichTextLine |
This object represents a line in a paragraph, and stores offsets from the start of the paragraph representing the start and end positions of the line. |
__del__(self)
| |
RichTextLine | Clone(self)
|
Copy(self,
obj)
| |
Point | GetAbsolutePosition(self)
|
RichTextRange | GetAbsoluteRange(self)
|
int | GetDescent(self)
|
RichTextParagraph | GetParent(self)
|
Point | GetPosition(self)
|
RichTextRange | GetRange(self)
|
Rect | GetRect(self)
|
Size | GetSize(self)
|
Init(self,
parent)
| |
SetDescent(self,
descent)
| |
SetPosition(self,
pos)
| |
SetRange(self,
range)
| |
SetSize(self,
sz)
|
Property Summary | |
---|---|
thisown : The membership flag |
Method Details |
---|
__init__(self,
parent)
|
Property Details |
---|
thisownThe membership flag
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Mon Feb 16 12:55:28 2009 | http://epydoc.sf.net |