CellView.this

Creates a new GtkCellView widget, adds a GtkCellRendererText to it, and makes its show text. If markup is true the text can be marked up with the Pango text markup language. Since 2.6

  1. this(GtkCellView* gtkCellView)
  2. this(string text, bool markup)
    class CellView
    this
    (
    string text
    ,
    bool markup = true
    )
  3. this()
  4. this(Pixbuf pixbuf)

Parameters

text string

the text to display in the cell view

Return Value

A newly created GtkCellView widget.

Throws

ConstructionException GTK+ fails to create the object.

Meta