Public Member Functions | |
this (IntPtr wxobj) | |
this (HtmlContainerCell parent) | |
override void | Layout (int w) |
override void | Draw (DC dc, int x, int y, int view_y1, int view_y2, HtmlRenderingInfo info) |
override void | DrawInvisible (DC dc, int x, int y, HtmlRenderingInfo info) |
override bool | AdjustPagebreak (inout int pagebreak) |
void | InsertCell (HtmlCell cell) |
void | AlignHor (int value) |
int | AlignHor () |
void | AlignVer (int value) |
int | AlignVer () |
void | SetIndent (int i, int what, int units) |
int | GetIndent (int ind) |
int | GetIndentUnits (int ind) |
void | Align (HtmlTag value) |
void | SetWidthFloat (int w, int units) |
void | SetWidthFloat (HtmlTag tag, double pixel_scale) |
void | SetMinHeight (int h, int alignment) |
void | BackgroundColour (Colour value) |
Colour | BackgroundColour () |
void | SetBorder (Colour clr1, Colour clr2) |
virtual HtmlLinkInfo | GetLink (int x, int y) |
override HtmlCell | Find (int condition, wxObject param) |
override void | OnMouseClick (Window parent, int x, int y, MouseEvent evt) |
override bool | IsTerminalCell () |
override HtmlCell | FindCellByPos (int x, int y) |
Static Public Member Functions | |
static wxObject | New (IntPtr ptr) |
this | ( | IntPtr | wxobj | ) |
Reimplemented from HtmlCell.
this | ( | HtmlContainerCell | parent | ) |
static wxObject New | ( | IntPtr | ptr | ) | [static] |
Reimplemented from HtmlCell.
override void Layout | ( | int | w | ) |
Reimplemented from HtmlCell.
override void Draw | ( | DC | dc, | |
int | x, | |||
int | y, | |||
int | view_y1, | |||
int | view_y2, | |||
HtmlRenderingInfo | info | |||
) |
override void DrawInvisible | ( | DC | dc, | |
int | x, | |||
int | y, | |||
HtmlRenderingInfo | info | |||
) |
override bool AdjustPagebreak | ( | inout int | pagebreak | ) |
Reimplemented from HtmlCell.
void InsertCell | ( | HtmlCell | cell | ) |
void AlignHor | ( | int | value | ) |
int AlignHor | ( | ) |
void AlignVer | ( | int | value | ) |
int AlignVer | ( | ) |
void SetIndent | ( | int | i, | |
int | what, | |||
int | units | |||
) |
int GetIndent | ( | int | ind | ) |
int GetIndentUnits | ( | int | ind | ) |
void Align | ( | HtmlTag | value | ) |
void SetWidthFloat | ( | int | w, | |
int | units | |||
) |
void SetWidthFloat | ( | HtmlTag | tag, | |
double | pixel_scale | |||
) |
void SetMinHeight | ( | int | h, | |
int | alignment | |||
) |
void BackgroundColour | ( | Colour | value | ) |
Colour BackgroundColour | ( | ) |
virtual HtmlLinkInfo GetLink | ( | int | x, | |
int | y | |||
) |
override void OnMouseClick | ( | Window | parent, | |
int | x, | |||
int | y, | |||
MouseEvent | evt | |||
) |
Reimplemented from HtmlCell.
override bool IsTerminalCell | ( | ) |
Reimplemented from HtmlCell.