Свойство | Type | Description | |
---|---|---|---|
DefaultLinkColor | Gdk.Color |
Méthode | Description | |
---|---|---|
Add ( |
||
AddAttribute ( |
||
AddAttributes ( |
||
AddBackgroundAttribute ( Gdk color, uint start, uint end ) : void | ||
AddFontAttribute ( Pango font, uint start, uint end ) : void | ||
AddForegroundAttribute ( Gdk color, uint start, uint end ) : void | ||
AddStrikethroughAttribute ( bool strikethrough, uint start, uint end ) : void | ||
AddStyleAttribute ( Pango style, uint start, uint end ) : void | ||
AddUnderlineAttribute ( Pango underline, uint start, uint end ) : void | ||
AddWeightAttribute ( Pango weight, uint start, uint end ) : void | ||
AssignTo ( Pango layout ) : void | ||
Dispose ( ) : void | ||
FastPangoAttrList ( ) : System | ||
Splice ( Pango attrs, int pos, int len ) : void |
Méthode | Description | |
---|---|---|
pango_attr_background_new ( ushort red, ushort green, ushort blue ) : |
||
pango_attr_font_desc_new ( |
||
pango_attr_foreground_new ( ushort red, ushort green, ushort blue ) : |
||
pango_attr_list_insert ( |
||
pango_attr_list_new ( ) : |
||
pango_attr_list_splice ( |
||
pango_attr_list_unref ( |
||
pango_attr_stretch_new ( Pango stretch ) : |
||
pango_attr_strikethrough_new ( bool strikethrough ) : |
||
pango_attr_style_new ( Pango style ) : |
||
pango_attr_underline_new ( Pango underline ) : |
||
pango_attr_weight_new ( Pango weight ) : |
||
pango_layout_set_attributes ( |
public Add ( |
||
attribute | ||
start | uint | |
end | uint | |
Résultat | void |
public AddAttribute ( |
||
indexer | ||
attr | Xwt.Drawing.TextAttribute | |
Résultat | void |
public AddAttributes ( |
||
indexer | ||
attrs | IEnumerable |
|
Résultat | void |
public AddBackgroundAttribute ( Gdk color, uint start, uint end ) : void | ||
color | Gdk | |
start | uint | |
end | uint | |
Résultat | void |
public AddFontAttribute ( Pango font, uint start, uint end ) : void | ||
font | Pango | |
start | uint | |
end | uint | |
Résultat | void |
public AddForegroundAttribute ( Gdk color, uint start, uint end ) : void | ||
color | Gdk | |
start | uint | |
end | uint | |
Résultat | void |
public AddStrikethroughAttribute ( bool strikethrough, uint start, uint end ) : void | ||
strikethrough | bool | |
start | uint | |
end | uint | |
Résultat | void |
public AddStyleAttribute ( Pango style, uint start, uint end ) : void | ||
style | Pango | |
start | uint | |
end | uint | |
Résultat | void |
public AddUnderlineAttribute ( Pango underline, uint start, uint end ) : void | ||
underline | Pango | |
start | uint | |
end | uint | |
Résultat | void |
public AddWeightAttribute ( Pango weight, uint start, uint end ) : void | ||
weight | Pango | |
start | uint | |
end | uint | |
Résultat | void |
public Splice ( Pango attrs, int pos, int len ) : void | ||
attrs | Pango | |
pos | int | |
len | int | |
Résultat | void |