gtk-sharpGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.Gtk.CellRendererRenders text in a cellUsed to add text to a .ConstructorCreates a new .The default constructor.Constructor
Pointer to the C object.
Internal constructorThis is an internal constructor, and should not be used by user code.PropertyGLib.Property("alignment")Pango.AlignmentIdentifies the Alignment of text within the renderer.a .PropertyGLib.Property("attributes")Pango.AttrListA list of style attributes to apply to the text of the renderer.an object of type PropertyGLib.Property("background")System.StringBackground color as a .an object of type PropertyGLib.Property("background-gdk")Gdk.ColorBackground color as a .an object of type PropertyGLib.Property("background-rgba")Gdk.RGBATo be added.To be added.To be added.PropertyGLib.Property("editable")System.BooleanWhether the text can be modified by the user.an object of type EventGLib.Signal("edited")Gtk.EditedHandlerEmitted when the cell is edited.PropertyGLib.Property("ellipsize")Pango.EllipsizeModeSpecifies the preferred place to ellipsize the string, if the cell renderer does not have enough room to display the entire string.A .Setting it to turns off ellipsizing. See the property for another way of making the text fit in a given width.PropertyGLib.Property("family")System.StringName of the font family, e.g. Sans, Helvetica, Times, Monospace.an object of type PropertySystem.Int32Sets the height of a renderer to explicitly be determined by the .an object of type PropertyGLib.Property("font")System.StringFont description as a .an object of type PropertyGLib.Property("font-desc")Pango.FontDescriptionThe font description as a an object of type PropertyGLib.Property("foreground")System.StringForeground color as a string.an object of type PropertyGLib.Property("foreground-gdk")Gdk.ColorForeground color as a .an object of type PropertyGLib.Property("foreground-rgba")Gdk.RGBATo be added.To be added.To be added.PropertyGLib.GTypeGType Property.a Returns the native value for .PropertyGLib.Property("language")System.StringThe language this text is in, as an ISO code. a
Pango can use this as a hint when rendering the text. If you
don't understand this parameter, you probably don't need it.
PropertyGLib.Property("markup")System.StringMarked up text to render.an object of type PropertyGLib.Property("max-width-chars")System.Int32To be added.To be added.To be added.MethodGLib.DefaultSignalHandler(ConnectionMethod="OverrideEdited", Type=typeof(Gtk.CellRendererText))System.Void
a
a Default handler for the event.Override this method in a subclass to provide a default handler for the event.PropertyGLib.Property("rise")System.Int32Offset of text above the baseline (below the baseline if rise is negative).an object of type PropertyGLib.Property("scale")System.DoubleFont scaling factor.an object of type PropertyGLib.Property("single-paragraph-mode")System.BooleanWhether or not to keep all text in a single paragraph.a PropertyGLib.Property("size")System.Int32Font size.an object of type PropertyGLib.Property("size-points")System.DoubleFont size in points.an object of type PropertyGLib.Property("stretch")Pango.StretchFont stretch.an object of type PropertyGLib.Property("strikethrough")System.BooleanWhether to strike through the text.an object of type PropertyGLib.Property("style")Pango.StyleFont style.an object of type PropertyGLib.Property("text")System.StringText to render.an object of type PropertyGLib.Property("underline")Pango.UnderlineStyle of underline for this text.an object of type PropertyGLib.Property("variant")Pango.VariantFont variant.an object of type PropertyGLib.Property("weight")System.Int32Font weight.an object of type PropertyGLib.Property("width-chars")System.Int32The desired width of the cell, in characters.A that is equal or greater than -1.If this property is set to -1, the width will be calculated automatically, otherwise the cell will request either 3 characters or the property value, whichever is greater. It's default value is -1.PropertyGLib.Property("wrap-mode")Pango.WrapModeWrapping mode.a indicating how text is wrapped.Defaults to .PropertyGLib.Property("wrap-width")System.Int32The width at which text is wrapped.a width >= -1, where -1 denotes no wrapping.