Public Types | |
enum | AttrKind { Any, Default, Cell, Row, Col, Merged } |
Public Member Functions | |
this (IntPtr wxobj) | |
this () | |
this (GridCellAttr attrDefault) | |
this (Colour colText, Colour colBack, Font font, int hAlign, int vAlign) | |
GridCellAttr | Clone () |
void | MergeWith (GridCellAttr mergefrom) |
void | IncRef () |
void | DecRef () |
void | TextColour (Colour value) |
Colour | TextColour () |
void | BackgroundColour (Colour value) |
Colour | BackgroundColour () |
void | font (Font value) |
Font | font () |
void | SetAlignment (int hAlign, int vAlign) |
void | GetAlignment (inout int hAlign, inout int vAlign) |
void | SetSize (int num_rows, int num_cols) |
void | GetSize (inout int num_rows, inout int num_cols) |
void | Overflow (bool value) |
bool | Overflow () |
void | ReadOnly (bool value) |
bool | ReadOnly () |
void | SetRenderer (GridCellRenderer renderer) |
void | Editor (GridCellEditor value) |
GridCellEditor | GetEditor (Grid grid, int row, int col) |
bool | HasTextColour () |
bool | HasBackgroundColour () |
bool | HasFont () |
bool | HasAlignment () |
bool | HasRenderer () |
bool | HasEditor () |
bool | HasReadWriteMode () |
GridCellRenderer | GetRenderer (Grid grid, int row, int col) |
void | DefAttr (GridCellAttr value) |
Static Public Member Functions | |
static wxObject | New (IntPtr ptr) |
Protected Member Functions | |
override void | dtor () |
enum AttrKind |
this | ( | IntPtr | wxobj | ) |
Reimplemented from wxObject.
this | ( | ) |
this | ( | GridCellAttr | attrDefault | ) |
static wxObject New | ( | IntPtr | ptr | ) | [static] |
override void dtor | ( | ) | [protected] |
Reimplemented from wxObject.
GridCellAttr Clone | ( | ) |
void MergeWith | ( | GridCellAttr | mergefrom | ) |
void IncRef | ( | ) |
void DecRef | ( | ) |
void TextColour | ( | Colour | value | ) |
Colour TextColour | ( | ) |
void BackgroundColour | ( | Colour | value | ) |
Colour BackgroundColour | ( | ) |
void font | ( | Font | value | ) |
Font font | ( | ) |
void SetAlignment | ( | int | hAlign, | |
int | vAlign | |||
) |
void GetAlignment | ( | inout int | hAlign, | |
inout int | vAlign | |||
) |
void SetSize | ( | int | num_rows, | |
int | num_cols | |||
) |
void GetSize | ( | inout int | num_rows, | |
inout int | num_cols | |||
) |
void Overflow | ( | bool | value | ) |
bool Overflow | ( | ) |
void ReadOnly | ( | bool | value | ) |
bool ReadOnly | ( | ) |
void SetRenderer | ( | GridCellRenderer | renderer | ) |
void Editor | ( | GridCellEditor | value | ) |
GridCellEditor GetEditor | ( | Grid | grid, | |
int | row, | |||
int | col | |||
) |
bool HasTextColour | ( | ) |
bool HasBackgroundColour | ( | ) |
bool HasFont | ( | ) |
bool HasAlignment | ( | ) |
bool HasRenderer | ( | ) |
bool HasEditor | ( | ) |
bool HasReadWriteMode | ( | ) |
GridCellRenderer GetRenderer | ( | Grid | grid, | |
int | row, | |||
int | col | |||
) |
void DefAttr | ( | GridCellAttr | value | ) |