GimpUi.BusyBox

g Atk.ImplementorIface Atk.ImplementorIface Gtk.Widget Gtk.Widget Atk.ImplementorIface->Gtk.Widget GObject.GInterface GObject.GInterface GObject.GInterface->Atk.ImplementorIface Gtk.Buildable Gtk.Buildable GObject.GInterface->Gtk.Buildable Gtk.Orientable Gtk.Orientable GObject.GInterface->Gtk.Orientable GObject.InitiallyUnowned GObject.InitiallyUnowned GObject.InitiallyUnowned->Gtk.Widget GObject.Object GObject.Object GObject.Object->GObject.InitiallyUnowned GimpUi.BusyBox GimpUi.BusyBox Gtk.Box Gtk.Box Gtk.Box->GimpUi.BusyBox Gtk.Buildable->Gtk.Widget Gtk.Container Gtk.Container Gtk.Container->Gtk.Box Gtk.Orientable->Gtk.Box Gtk.Widget->Gtk.Container

Subclasses:

None

Methods

Inherited:

Gtk.Box (14), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10), Gtk.Orientable (2)

Structs:

Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)

class

new (message)

get_message ()

set_message (message)

Virtual Methods

Inherited:

Gtk.Container (10), Gtk.Widget (82), GObject.Object (7), Gtk.Buildable (10)

Properties

Inherited:

Gtk.Box (3), Gtk.Container (3), Gtk.Widget (39), Gtk.Orientable (1)

Name

Type

Flags

Short Description

message

str

r/w/c

The message to display

Child Properties

Inherited:

Gtk.Box (5)

Style Properties

Inherited:

Gtk.Widget (17)

Signals

Inherited:

Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)

Fields

Inherited:

Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)

Class Details

class GimpUi.BusyBox(*args, **kwargs)
Bases:

Gtk.Box

Abstract:

No

Structure:

GimpUi.BusyBoxClass

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

classmethod new(message)
Parameters:

message (str or None) – the displayed message, or None

Returns:

A pointer to the new GimpUi.BusyBox widget.

Return type:

Gtk.Widget

Creates a new GimpUi.BusyBox widget.

New in version 2.10.4.

get_message()
Returns:

The displayed message.

Return type:

str

Returns the displayed message of self.

New in version 2.10.4.

set_message(message)
Parameters:

message (str) – the displayed message

Sets the displayed message og self to message.

New in version 2.10.4.

Property Details

GimpUi.BusyBox.props.message
Name:

message

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE, CONSTRUCT

Specifies the displayed message.

New in version 2.10.4.