Property | Type | Description | |
---|---|---|---|
MinString | string |
Method | Description | |
---|---|---|
ColumnCellText ( string property, bool expand ) : System | ||
GetAccessible ( ICellAccessibleParent parent ) : Atk.Object | ||
GetTextAlternative ( object obj ) : string | ||
GetTooltipMarkup ( |
||
GetWidthRange ( Pango layout, int &min, int &max ) : void | ||
Render ( |
||
SetMinMaxStrings ( object min_max ) : void | ||
SetMinMaxStrings ( object min, object max ) : void | ||
UpdateText ( |
||
UpdateText ( Pango layout, double cellWidth, string text ) : void |
Method | Description | |
---|---|---|
GetText ( object obj ) : string |
Method | Description | |
---|---|---|
ComputeRowHeight ( Gtk.Widget widget ) : int | ||
GetFormattedText ( string text ) : string | ||
UpdateLayout ( Pango layout, string text ) : void |
public ColumnCellText ( string property, bool expand ) : System | ||
property | string | |
expand | bool | |
return | System |
public GetAccessible ( ICellAccessibleParent parent ) : Atk.Object | ||
parent | ICellAccessibleParent | |
return | Atk.Object |
public GetTextAlternative ( object obj ) : string | ||
obj | object | |
return | string |
public GetTooltipMarkup ( |
||
cellContext | ||
columnWidth | double | |
return | string |
public GetWidthRange ( Pango layout, int &min, int &max ) : void | ||
layout | Pango | |
min | int | |
max | int | |
return | void |
public Render ( |
||
context | ||
cellWidth | double | |
cellHeight | double | |
return | void |
public SetMinMaxStrings ( object min_max ) : void | ||
min_max | object | |
return | void |
public SetMinMaxStrings ( object min, object max ) : void | ||
min | object | |
max | object | |
return | void |
public UpdateText ( |
||
context | ||
cellWidth | double | |
return | void |
public UpdateText ( Pango layout, double cellWidth, string text ) : void | ||
layout | Pango | |
cellWidth | double | |
text | string | |
return | void |