Enum atk_sys::AtkTextAttribute
[−]
[src]
#[repr(C)]pub enum AtkTextAttribute { Invalid, LeftMargin, RightMargin, Indent, Invisible, Editable, PixelsAboveLines, PixelsBelowLines, PixelsInsideWrap, BgFullHeight, Rise, Underline, Strikethrough, Size, Scale, Weight, Language, FamilyName, BgColor, FgColor, BgStipple, FgStipple, WrapMode, Direction, Justification, Stretch, Variant, Style, LastDefined, }
Variants
InvalidLeftMarginRightMarginIndentInvisibleEditablePixelsAboveLinesPixelsBelowLinesPixelsInsideWrapBgFullHeightRiseUnderlineStrikethroughSizeScaleWeightLanguageFamilyNameBgColorFgColorBgStippleFgStippleWrapModeDirectionJustificationStretchVariantStyleLastDefinedTrait Implementations
impl Clone for AtkTextAttribute[src]
fn clone(&self) -> AtkTextAttribute
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more