Package wx :: Module html :: Class HtmlCell
[frames | no frames]

Type HtmlCell

object --+    
         |    
    Object --+
             |
            HtmlCell

Known Subclasses:
HtmlColourCell, HtmlContainerCell, HtmlFontCell, HtmlWidgetCell, HtmlWordCell

Proxy of C++ HtmlCell class


Method Summary
HtmlCell __init__(self)
  __del__(self)
String ConvertToText(self, sel)
  Draw(self, dc, x, y, view_y1, view_y2, info)
  DrawInvisible(self, dc, x, y, info)
HtmlCell Find(self, condition, param)
  FindCellByPos(*args, **kwargs)
FindCellByPos(self, int x, int y, unsigned int flags=HTML_FIND_EXACT) -> HtmlCell
Point GetAbsPos(self, rootCell)
  GetCursor(*args, **kwargs)
<function GetCursor at 0xb7578844> is deprecated
unsigned int GetDepth(self)
int GetDescent(self)
HtmlCell GetFirstChild(self)
HtmlCell GetFirstTerminal(self)
int GetHeight(self)
String GetId(self)
HtmlCell GetLastTerminal(self)
HtmlLinkInfo GetLink(self, x, y)
int GetMaxTotalWidth(self)
Cursor GetMouseCursor(self, window)
HtmlCell GetNext(self)
HtmlContainerCell GetParent(self)
int GetPosX(self)
int GetPosY(self)
HtmlCell GetRootCell(self)
int GetWidth(self)
bool IsBefore(self, cell)
bool IsFormattingCell(self)
bool IsLinebreakAllowed(self)
bool IsTerminalCell(self)
  Layout(self, w)
bool ProcessMouseClick(self, window, pos, event)
  SetCanLiveOnPagebreak(self, can)
  SetId(self, id)
  SetLink(self, link)
  SetNext(self, cell)
  SetParent(self, p)
  SetPos(self, x, y)

Property Summary
  Cursor: See GetCursor
  Depth: See GetDepth
  Descent: See GetDescent
  FirstChild: See GetFirstChild
  FirstTerminal: See GetFirstTerminal
  Height: See GetHeight
  Id: See GetId and SetId
  LastTerminal: See GetLastTerminal
  Link: See GetLink and SetLink
  MaxTotalWidth: See GetMaxTotalWidth
  MouseCursor: See GetMouseCursor
  Next: See GetNext and SetNext
  Parent: See GetParent and SetParent
  PosX: See GetPosX
  PosY: See GetPosY
  RootCell: See GetRootCell
  thisown: The membership flag
  Width: See GetWidth

Method Details

FindCellByPos(*args, **kwargs)

FindCellByPos(self, int x, int y, unsigned int flags=HTML_FIND_EXACT) -> HtmlCell

GetCursor(*args, **kwargs)

<function GetCursor at 0xb7578844> is deprecated


Property Details

Cursor

See GetCursor

Get Method:
deprecatedWrapper(*args, **kwargs)

Depth

See GetDepth

Get Method:
GetDepth(self)

Descent

See GetDescent

Get Method:
GetDescent(self)

FirstChild

See GetFirstChild

Get Method:
GetFirstChild(self)

FirstTerminal

See GetFirstTerminal

Get Method:
GetFirstTerminal(self)

Height

See GetHeight

Get Method:
GetHeight(self)

Id

See GetId and SetId

Get Method:
GetId(self)
Set Method:
SetId(self, id)

LastTerminal

See GetLastTerminal

Get Method:
GetLastTerminal(self)

Link

See GetLink and SetLink

Get Method:
GetLink(self, x, y)
Set Method:
SetLink(self, link)

MaxTotalWidth

See GetMaxTotalWidth

Get Method:
GetMaxTotalWidth(self)

MouseCursor

See GetMouseCursor

Get Method:
GetMouseCursor(self, window)

Next

See GetNext and SetNext

Get Method:
GetNext(self)
Set Method:
SetNext(self, cell)

Parent

See GetParent and SetParent

Get Method:
GetParent(self)
Set Method:
SetParent(self, p)

PosX

See GetPosX

Get Method:
GetPosX(self)

PosY

See GetPosY

Get Method:
GetPosY(self)

RootCell

See GetRootCell

Get Method:
GetRootCell(self)

thisown

The membership flag

Get Method:
unknown--1219001204(...)
Set Method:
unknown--1219001148(...)

Width

See GetWidth

Get Method:
GetWidth(self)

Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:10:47 2007 http://epydoc.sf.net