GimpHintBox
GimpHintBox — Displays a wilber icon and a text.
|
|
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_DIALOG_INFORMATION wilber icon.
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.
Flags: Read / Write / Construct Only
Default value: NULL
The “icon-name”
property
“icon-name” gchar *
The icon to show next to the hint.
Flags: Read / Write / Construct Only
Default value: "gimp-info"
The “stock-id”
property
“stock-id” gchar *
Deprecated: use icon-name instead.
Flags: Read / Write / Construct Only
Default value: "gimp-info"