gtk-sharp2.12.0.0Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.Renders text in a cellUsed to add text to a .Gtk.CellRendererConstructorInternal constructor
Pointer to the C object.
This is an internal constructor, and should not be used by user code.ConstructorCreates a new .The default constructor.PropertySystem.Int32Sets the height of a renderer to explicitly be determined by the .an object of type PropertySystem.Int32Font size.an object of type GLib.Property("size")PropertySystem.DoubleFont scaling factor.an object of type GLib.Property("scale")PropertySystem.StringForeground color as a string.an object of type GLib.Property("foreground")PropertySystem.BooleanWhether to strike through the text.an object of type GLib.Property("strikethrough")PropertyPango.FontDescriptionThe font description as a an object of type GLib.Property("font-desc")PropertySystem.StringFont description as a .an object of type GLib.Property("font")PropertySystem.DoubleFont size in points.an object of type GLib.Property("size-points")PropertySystem.Int32Offset of text above the baseline (below the baseline if rise is negative).an object of type GLib.Property("rise")PropertySystem.StringText to render.an object of type GLib.Property("text")PropertySystem.Int32Font weight.an object of type GLib.Property("weight")PropertySystem.StringBackground color as a .an object of type GLib.Property("background")PropertySystem.BooleanWhether the text can be modified by the user.an object of type GLib.Property("editable")PropertyPango.VariantFont variant.an object of type GLib.Property("variant")PropertyGdk.ColorBackground color as a .an object of type GLib.Property("background-gdk")PropertySystem.StringName of the font family, e.g. Sans, Helvetica, Times, Monospace.an object of type GLib.Property("family")PropertyPango.AttrListA list of style attributes to apply to the text of the renderer.an object of type GLib.Property("attributes")PropertyPango.StretchFont stretch.an object of type GLib.Property("stretch")PropertySystem.StringMarked up text to render.an object of type GLib.Property("markup")PropertyPango.StyleFont style.an object of type GLib.Property("style")PropertyPango.UnderlineStyle of underline for this text.an object of type GLib.Property("underline")PropertyGdk.ColorForeground color as a .an object of type GLib.Property("foreground-gdk")EventGtk.EditedHandlerEmitted when the cell is edited.GLib.Signal("edited")PropertyGLib.GTypeGType Property.a Returns the native value for .MethodSystem.VoidDefault handler for the event.
a
a Override this method in a subclass to provide a default handler for the event.ConstructorProtected Constructor.
a Chain to this constructor if you have manually registered a native value for your subclass.System.ObsoletePropertySystem.BooleanWhether or not to keep all text in a single paragraph.a GLib.Property("single-paragraph-mode")PropertySystem.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.
GLib.Property("language")PropertyPango.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.GLib.Property("ellipsize")PropertySystem.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.GLib.Property("width-chars")PropertyGLib.Property("wrap-width")System.Int32The width at which text is wrapped.a width >= -1, where -1 denotes no wrapping.PropertyGLib.Property("wrap-mode")Pango.WrapModeWrapping mode.a indicating how text is wrapped.Defaults to .PropertyGLib.Property("alignment")Pango.AlignmentIdentifies the Alignment of text within the renderer.a .