Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | gimp_busy_box_new () |
void | gimp_busy_box_set_message () |
const gchar * | gimp_busy_box_get_message () |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GimpBusyBox
GtkWidget *
gimp_busy_box_new (const gchar *message
);
Creates a new GimpBusyBox widget.
Since: 2.10.4
void gimp_busy_box_set_message (GimpBusyBox *box
,const gchar *message
);
Sets the displayed message og box
to message
.
Since: 2.10.4
const gchar *
gimp_busy_box_get_message (GimpBusyBox *box
);
Returns the displayed message of box
.
Since: 2.10.4
“message”
property “message” gchar *
Specifies the displayed message.
Flags: Read / Write / Construct
Default value: NULL
Since: 2.10.4