Tooltips.this

Warning gtk_tooltips_new has been deprecated since version 2.12 and should not be used in newly-written code. Creates an empty group of tooltips. This function initialises a GtkTooltips structure. Without at least one such structure, you can not add tips to your application.

  1. this(GtkTooltips* gtkTooltips)
  2. this()
    class Tooltips
    this
    ()

Throws

ConstructionException GTK+ fails to create the object.

Meta