GimpHintBox

GimpHintBox — Displays a wilber icon and a text.

Functions

GtkWidget * gimp_hint_box_new ()

Properties

gchar * hint Read / Write / Construct Only
gchar * icon-name Read / Write / Construct Only

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── GimpHintBox

Implemented Interfaces

GimpHintBox implements AtkImplementorIface, GtkBuildable and GtkOrientable.

Description

Displays a wilber icon and a text.

Functions

gimp_hint_box_new ()

GtkWidget *
gimp_hint_box_new (const gchar *hint);

Creates a new widget that shows a text label showing hint , decorated with a GIMP_ICON_INFO wilber icon.

Parameters

hint

text to display as a user hint

 

Returns

a new widget

Since GIMP 2.4

Types and Values

GimpHintBox

typedef struct _GimpHintBox GimpHintBox;

Property Details

The “hint” property

  “hint”                     gchar *

The hint to display.

Owner: GimpHintBox

Flags: Read / Write / Construct Only

Default value: NULL


The “icon-name” property

  “icon-name”                gchar *

The icon to show next to the hint.

Owner: GimpHintBox

Flags: Read / Write / Construct Only

Default value: "dialog-information"