ColorDialog.title

Set title property.

  1. string title [@property getter]
  2. string title [@property setter]
    class ColorDialog
    @property
    void
    title
    (
    string propval
    )

Parameters

propval string

A title that may be shown on the color chooser dialog that is presented by gtk.color_dialog.ColorDialog.chooseRgba.