GimpBusyBox

GimpBusyBox — A widget indicating an ongoing operation

Functions

Properties

char * message Read / Write / Construct

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── GimpBusyBox

Implemented Interfaces

GimpBusyBox implements AtkImplementorIface, GtkBuildable and GtkOrientable.

Description

GimpBusyBox displays a styled message, providing indication of an ongoing operation.

Functions

gimp_busy_box_new ()

GtkWidget *
gimp_busy_box_new (const gchar *message);

Creates a new GimpBusyBox widget.

Parameters

message

the displayed message, or NULL.

[allow-none]

Returns

A pointer to the new GimpBusyBox widget.

Since: 2.10.4


gimp_busy_box_set_message ()

void
gimp_busy_box_set_message (GimpBusyBox *box,
                           const gchar *message);

Sets the displayed message og box to message .

Parameters

box

a GimpBusyBox

 

message

the displayed message

 

Since: 2.10.4


gimp_busy_box_get_message ()

const gchar *
gimp_busy_box_get_message (GimpBusyBox *box);

Returns the displayed message of box .

Parameters

box

a GimpBusyBox

 

Returns

The displayed message.

Since: 2.10.4

Types and Values

GimpBusyBox

typedef struct _GimpBusyBox GimpBusyBox;

Property Details

The “message” property

  “message”                  char *

Specifies the displayed message.

Owner: GimpBusyBox

Flags: Read / Write / Construct

Default value: NULL

Since: 2.10.4