GimpHintBox
GimpHintBox — Displays a wilber icon and a text.
|
|
Object Hierarchy
GObject
╰── GInitiallyUnowned
╰── GtkObject
╰── 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_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” char *
The hint to display.
Owner: GimpHintBox
Flags: Read / Write / Construct Only
Default value: NULL
The “icon-name”
property
“icon-name” char *
The icon to show next to the hint.
Owner: GimpHintBox
Flags: Read / Write / Construct Only
Default value: "gimp-info"
The “stock-id”
property
“stock-id” char *
Deprecated: use icon-name instead.
Owner: GimpHintBox
Flags: Read / Write / Construct Only
Default value: "gimp-info"