StringCompletion.this

Creates a new GCompletion.

  1. this(GCompletion* gCompletion)
  2. this(GCompletionFunc func)
    class StringCompletion

Parameters

func GCompletionFunc

the function to be called to return the string representing an item in the GCompletion, or NULL if strings are going to be used as the GCompletion items.

Throws

ConstructionException GTK+ fails to create the object.

Meta