Class CellRendererText
- Namespace
 - Gtk
 
- Assembly
 - Gtk-4.0.dll
 
public class CellRendererText : CellRenderer, IDisposable, GTypeProvider, InstanceFactory
  - Inheritance
 - 
      
      
      
      
      CellRendererText
 
- Implements
 
- Derived
 
- Inherited Members
 
Constructors
CellRendererText(params ConstructArgument[])
public CellRendererText(params ConstructArgument[] constructArguments)
  Parameters
constructArgumentsConstructArgument[]
CellRendererText(CellRendererTextHandle)
public CellRendererText(CellRendererTextHandle handle)
  Parameters
handleCellRendererTextHandle
Fields
AlignSetPropertyDefinition
public static readonly Property<bool, CellRendererText> AlignSetPropertyDefinition
  Field Value
AlignmentPropertyDefinition
public static readonly Property<Alignment, CellRendererText> AlignmentPropertyDefinition
  Field Value
AttributesPropertyDefinition
public static readonly Property<AttrList, CellRendererText> AttributesPropertyDefinition
  Field Value
BackgroundPropertyDefinition
public static readonly Property<string?, CellRendererText> BackgroundPropertyDefinition
  Field Value
BackgroundRgbaPropertyDefinition
public static readonly Property<RGBA, CellRendererText> BackgroundRgbaPropertyDefinition
  Field Value
BackgroundSetPropertyDefinition
public static readonly Property<bool, CellRendererText> BackgroundSetPropertyDefinition
  Field Value
EditablePropertyDefinition
public static readonly Property<bool, CellRendererText> EditablePropertyDefinition
  Field Value
EditableSetPropertyDefinition
public static readonly Property<bool, CellRendererText> EditableSetPropertyDefinition
  Field Value
EditedSignal
Signal Descriptor for OnEdited.
public static readonly Signal<CellRendererText, CellRendererText.EditedSignalArgs> EditedSignal
  Field Value
EllipsizePropertyDefinition
public static readonly Property<EllipsizeMode, CellRendererText> EllipsizePropertyDefinition
  Field Value
EllipsizeSetPropertyDefinition
public static readonly Property<bool, CellRendererText> EllipsizeSetPropertyDefinition
  Field Value
FamilyPropertyDefinition
public static readonly Property<string?, CellRendererText> FamilyPropertyDefinition
  Field Value
FamilySetPropertyDefinition
public static readonly Property<bool, CellRendererText> FamilySetPropertyDefinition
  Field Value
FontDescPropertyDefinition
public static readonly Property<FontDescription, CellRendererText> FontDescPropertyDefinition
  Field Value
FontPropertyDefinition
public static readonly Property<string?, CellRendererText> FontPropertyDefinition
  Field Value
ForegroundPropertyDefinition
public static readonly Property<string?, CellRendererText> ForegroundPropertyDefinition
  Field Value
ForegroundRgbaPropertyDefinition
public static readonly Property<RGBA, CellRendererText> ForegroundRgbaPropertyDefinition
  Field Value
ForegroundSetPropertyDefinition
public static readonly Property<bool, CellRendererText> ForegroundSetPropertyDefinition
  Field Value
LanguagePropertyDefinition
public static readonly Property<string?, CellRendererText> LanguagePropertyDefinition
  Field Value
LanguageSetPropertyDefinition
public static readonly Property<bool, CellRendererText> LanguageSetPropertyDefinition
  Field Value
MarkupPropertyDefinition
public static readonly Property<string?, CellRendererText> MarkupPropertyDefinition
  Field Value
MaxWidthCharsPropertyDefinition
public static readonly Property<int, CellRendererText> MaxWidthCharsPropertyDefinition
  Field Value
PlaceholderTextPropertyDefinition
public static readonly Property<string?, CellRendererText> PlaceholderTextPropertyDefinition
  Field Value
RisePropertyDefinition
public static readonly Property<int, CellRendererText> RisePropertyDefinition
  Field Value
RiseSetPropertyDefinition
public static readonly Property<bool, CellRendererText> RiseSetPropertyDefinition
  Field Value
ScalePropertyDefinition
public static readonly Property<double, CellRendererText> ScalePropertyDefinition
  Field Value
ScaleSetPropertyDefinition
public static readonly Property<bool, CellRendererText> ScaleSetPropertyDefinition
  Field Value
SingleParagraphModePropertyDefinition
public static readonly Property<bool, CellRendererText> SingleParagraphModePropertyDefinition
  Field Value
SizePointsPropertyDefinition
public static readonly Property<double, CellRendererText> SizePointsPropertyDefinition
  Field Value
SizePropertyDefinition
public static readonly Property<int, CellRendererText> SizePropertyDefinition
  Field Value
SizeSetPropertyDefinition
public static readonly Property<bool, CellRendererText> SizeSetPropertyDefinition
  Field Value
StretchPropertyDefinition
public static readonly Property<Stretch, CellRendererText> StretchPropertyDefinition
  Field Value
StretchSetPropertyDefinition
public static readonly Property<bool, CellRendererText> StretchSetPropertyDefinition
  Field Value
StrikethroughPropertyDefinition
public static readonly Property<bool, CellRendererText> StrikethroughPropertyDefinition
  Field Value
StrikethroughSetPropertyDefinition
public static readonly Property<bool, CellRendererText> StrikethroughSetPropertyDefinition
  Field Value
StylePropertyDefinition
public static readonly Property<Style, CellRendererText> StylePropertyDefinition
  Field Value
StyleSetPropertyDefinition
public static readonly Property<bool, CellRendererText> StyleSetPropertyDefinition
  Field Value
TextPropertyDefinition
public static readonly Property<string?, CellRendererText> TextPropertyDefinition
  Field Value
UnderlinePropertyDefinition
public static readonly Property<Underline, CellRendererText> UnderlinePropertyDefinition
  Field Value
UnderlineSetPropertyDefinition
public static readonly Property<bool, CellRendererText> UnderlineSetPropertyDefinition
  Field Value
VariantPropertyDefinition
public static readonly Property<Variant, CellRendererText> VariantPropertyDefinition
  Field Value
VariantSetPropertyDefinition
public static readonly Property<bool, CellRendererText> VariantSetPropertyDefinition
  Field Value
WeightPropertyDefinition
public static readonly Property<int, CellRendererText> WeightPropertyDefinition
  Field Value
WeightSetPropertyDefinition
public static readonly Property<bool, CellRendererText> WeightSetPropertyDefinition
  Field Value
WidthCharsPropertyDefinition
public static readonly Property<int, CellRendererText> WidthCharsPropertyDefinition
  Field Value
WrapModePropertyDefinition
public static readonly Property<WrapMode, CellRendererText> WrapModePropertyDefinition
  Field Value
WrapWidthPropertyDefinition
public static readonly Property<int, CellRendererText> WrapWidthPropertyDefinition
  Field Value
Properties
AlignSet
public bool AlignSet { get; set; }
  Property Value
Alignment
public Alignment Alignment { get; set; }
  Property Value
Attributes
public AttrList Attributes { get; set; }
  Property Value
Background
public string? Background { set; }
  Property Value
BackgroundRgba
public RGBA BackgroundRgba { get; set; }
  Property Value
BackgroundSet
public bool BackgroundSet { get; set; }
  Property Value
Editable
public bool Editable { get; set; }
  Property Value
EditableSet
public bool EditableSet { get; set; }
  Property Value
Ellipsize
public EllipsizeMode Ellipsize { get; set; }
  Property Value
EllipsizeSet
public bool EllipsizeSet { get; set; }
  Property Value
Family
public string? Family { get; set; }
  Property Value
FamilySet
public bool FamilySet { get; set; }
  Property Value
Font
public string? Font { get; set; }
  Property Value
FontDesc
public FontDescription FontDesc { get; set; }
  Property Value
Foreground
public string? Foreground { set; }
  Property Value
ForegroundRgba
public RGBA ForegroundRgba { get; set; }
  Property Value
ForegroundSet
public bool ForegroundSet { get; set; }
  Property Value
Language
public string? Language { get; set; }
  Property Value
LanguageSet
public bool LanguageSet { get; set; }
  Property Value
Markup
public string? Markup { set; }
  Property Value
MaxWidthChars
public int MaxWidthChars { get; set; }
  Property Value
PlaceholderText
public string? PlaceholderText { get; set; }
  Property Value
Rise
public int Rise { get; set; }
  Property Value
RiseSet
public bool RiseSet { get; set; }
  Property Value
Scale
public double Scale { get; set; }
  Property Value
ScaleSet
public bool ScaleSet { get; set; }
  Property Value
SingleParagraphMode
public bool SingleParagraphMode { get; set; }
  Property Value
Size
public int Size { get; set; }
  Property Value
SizePoints
public double SizePoints { get; set; }
  Property Value
SizeSet
public bool SizeSet { get; set; }
  Property Value
Stretch
public Stretch Stretch { get; set; }
  Property Value
StretchSet
public bool StretchSet { get; set; }
  Property Value
Strikethrough
public bool Strikethrough { get; set; }
  Property Value
StrikethroughSet
public bool StrikethroughSet { get; set; }
  Property Value
Style
public Style Style { get; set; }
  Property Value
StyleSet
public bool StyleSet { get; set; }
  Property Value
Text
public string? Text { get; set; }
  Property Value
Underline
public Underline Underline { get; set; }
  Property Value
UnderlineSet
public bool UnderlineSet { get; set; }
  Property Value
Variant
public Variant Variant { get; set; }
  Property Value
VariantSet
public bool VariantSet { get; set; }
  Property Value
Weight
public int Weight { get; set; }
  Property Value
WeightSet
public bool WeightSet { get; set; }
  Property Value
WidthChars
public int WidthChars { get; set; }
  Property Value
WrapMode
public WrapMode WrapMode { get; set; }
  Property Value
WrapWidth
public int WrapWidth { get; set; }
  Property Value
Methods
GetGType()
public static Type GetGType()
  Returns
New()
public static CellRendererText New()
  Returns
SetFixedHeightFromFont(int)
public void SetFixedHeightFromFont(int numberOfRows)
  Parameters
numberOfRowsint
Events
OnEdited
public event SignalHandler<CellRendererText, CellRendererText.EditedSignalArgs> OnEdited