SourceCompletionItem.this

Creates a new GtkSourceCompletionItem from a stock item. If label is NULL, the stock label will be used.

  1. this(GtkSourceCompletionItem* gtkSourceCompletionItem)
  2. this(string label, string text, Pixbuf icon, string info)
  3. this(string label, string text, string stock, string info)
    class SourceCompletionItem
    this
    (
    string label
    ,
    string text
    ,
    string stock
    ,
    string info
    )

Parameters

label string

The item label

text string

The item text

stock string

The stock icon

info string

The item extra information

Throws

ConstructionException GTK+ fails to create the object.

Meta