[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: lazgtk3.pas line 13320
type TGtkTextAttributes_union_ = record |
||
case LongInt of |
||
0: ( |
||
font_features: Pgchar; |
|
|
); |
||
1: ( |
||
padding: array [0..1] of guint; |
|
|
); |
||
end; |