AnacondaStandaloneWindow

AnacondaStandaloneWindow

Functions

Properties

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBin
                    ╰── AnacondaBaseWindow
                        ╰── AnacondaBaseStandalone
                            ╰── AnacondaStandaloneWindow

Implemented Interfaces

AnacondaStandaloneWindow implements AtkImplementorIface and GtkBuildable.

Description

Functions

anaconda_standalone_window_new ()

GtkWidget *
anaconda_standalone_window_new ();

Creates a new AnacondaStandaloneWindow, which is a window designed for displaying a standalone spoke, such as the welcome screen or network configuration.

Returns

A new AnacondaStandaloneWindow.


anaconda_standalone_window_retranslate ()

void
anaconda_standalone_window_retranslate
                               (AnacondaStandaloneWindow *win);

Reload translations for this widget as needed. Generally, this is not needed. However when changing the language during installation, we need to be able to make sure the screen gets retranslated. This function is kind of ugly but avoids having to destroy and reload the screen.

Parameters

Since: 1.0

Types and Values

struct AnacondaStandaloneWindow

struct AnacondaStandaloneWindow;

The AnacondaStandaloneWindow struct contains only private fields and should not be directly accessed.


struct AnacondaStandaloneWindowClass

struct AnacondaStandaloneWindowClass {
    AnacondaBaseStandaloneClass parent_class;
};

Members

Property Details

The “continue-button” property

  “continue-button”          GtkButton *

The button to continue to the next window.

Owner: AnacondaStandaloneWindow

Flags: Read


The “quit-button” property

  “quit-button”              GtkButton *

The button to quit Anaconda.

Owner: AnacondaStandaloneWindow

Flags: Read