gtk-sharp 2.8.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(Name="size") Property System.Double Font scaling factor. an object of type GLib.Property(Name="scale") Property System.String Foreground color as a string. an object of type GLib.Property(Name="foreground") Property System.Boolean Whether to strike through the text. an object of type GLib.Property(Name="strikethrough") Property Pango.FontDescription The font description as a an object of type GLib.Property(Name="font-desc") Property System.String Font description as a . an object of type GLib.Property(Name="font") Property System.Double Font size in points. an object of type GLib.Property(Name="size-points") Property System.Int32 Offset of text above the baseline (below the baseline if rise is negative). an object of type GLib.Property(Name="rise") Property System.String Text to render. an object of type GLib.Property(Name="text") Property System.Int32 Font weight. an object of type GLib.Property(Name="weight") Property System.String Background color as a . an object of type GLib.Property(Name="background") Property System.Boolean Whether the text can be modified by the user. an object of type GLib.Property(Name="editable") Property Pango.Variant Font variant. an object of type GLib.Property(Name="variant") Property Gdk.Color Background color as a . an object of type GLib.Property(Name="background-gdk") Property System.String Name of the font family, e.g. Sans, Helvetica, Times, Monospace. an object of type GLib.Property(Name="family") Property Pango.AttrList A list of style attributes to apply to the text of the renderer. an object of type GLib.Property(Name="attributes") Property Pango.Stretch Font stretch. an object of type GLib.Property(Name="stretch") Property System.String Marked up text to render. an object of type GLib.Property(Name="markup") Property Pango.Style Font style. an object of type GLib.Property(Name="style") Property Pango.Underline Style of underline for this text. an object of type GLib.Property(Name="underline") Property Gdk.Color Foreground color as a . an object of type GLib.Property(Name="foreground-gdk") Event Gtk.EditedHandler Emitted when the cell is edited. GLib.Signal(CName="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(Message=null, IsError=False) Property System.Boolean Whether or not to keep all text in a single paragraph. a GLib.Property(Name="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(Name="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(Name="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(Name="width-chars") Property GLib.Property(Name="wrap-width") System.Int32 The width at which text is wrapped. a width >= -1, where -1 denotes no wrapping. Property GLib.Property(Name="wrap-mode") Pango.WrapMode Wrapping mode. a indicating how text is wrapped. Defaults to .