gtk-sharp 2.10.0.0 Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. Renders text in a cell Used to add text to a . Gtk.CellRenderer Constructor Internal constructor Pointer to the C object. This is an internal constructor, and should not be used by user code. Constructor Creates a new . The default constructor. Property System.Int32 Sets the height of a renderer to explicitly be determined by the . an object of type Property System.Int32 Font size. an object of type GLib.Property("size") Property System.Double Font scaling factor. an object of type GLib.Property("scale") Property System.String Foreground color as a string. an object of type GLib.Property("foreground") Property System.Boolean Whether to strike through the text. an object of type GLib.Property("strikethrough") Property Pango.FontDescription The font description as a an object of type GLib.Property("font-desc") Property System.String Font description as a . an object of type GLib.Property("font") Property System.Double Font size in points. an object of type GLib.Property("size-points") Property System.Int32 Offset of text above the baseline (below the baseline if rise is negative). an object of type GLib.Property("rise") Property System.String Text to render. an object of type GLib.Property("text") Property System.Int32 Font weight. an object of type GLib.Property("weight") Property System.String Background color as a . an object of type GLib.Property("background") Property System.Boolean Whether the text can be modified by the user. an object of type GLib.Property("editable") Property Pango.Variant Font variant. an object of type GLib.Property("variant") Property Gdk.Color Background color as a . an object of type GLib.Property("background-gdk") Property System.String Name of the font family, e.g. Sans, Helvetica, Times, Monospace. an object of type GLib.Property("family") Property Pango.AttrList A list of style attributes to apply to the text of the renderer. an object of type GLib.Property("attributes") Property Pango.Stretch Font stretch. an object of type GLib.Property("stretch") Property System.String Marked up text to render. an object of type GLib.Property("markup") Property Pango.Style Font style. an object of type GLib.Property("style") Property Pango.Underline Style of underline for this text. an object of type GLib.Property("underline") Property Gdk.Color Foreground color as a . an object of type GLib.Property("foreground-gdk") Event Gtk.EditedHandler Emitted when the cell is edited. GLib.Signal("edited") Property GLib.GType GType Property. a Returns the native value for . Method System.Void Default handler for the event. a a Override this method in a subclass to provide a default handler for the event. Constructor Protected Constructor. a Chain to this constructor if you have manually registered a native value for your subclass. System.Obsolete Property System.Boolean Whether or not to keep all text in a single paragraph. a GLib.Property("single-paragraph-mode") Property System.String The 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") Property Pango.EllipsizeMode Specifies 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") Property System.Int32 The 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") Property GLib.Property("wrap-width") System.Int32 The width at which text is wrapped. a width >= -1, where -1 denotes no wrapping. Property GLib.Property("wrap-mode") Pango.WrapMode Wrapping mode. a indicating how text is wrapped. Defaults to . Property GLib.Property("alignment") Pango.Alignment Identifies the Alignment of text within the renderer. a .