| Top | 
    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkBox
                        ╰── GimpHintBox
GtkWidget *
gimp_hint_box_new (const gchar *hint);
Creates a new widget that shows a text label showing hint
,
decorated with a GIMP_ICON_DIALOG_INFORMATION wilber icon.
“hint” property  “hint”                     gchar *
The hint to display.
Owner: GimpHintBox
Flags: Read / Write / Construct Only
Default value: NULL
“icon-name” property  “icon-name”                gchar *
The icon to show next to the hint.
Owner: GimpHintBox
Flags: Read / Write / Construct Only
Default value: "gimp-info"