AnacondaHubWindow

AnacondaHubWindow

Functions

Types and Values

Object Hierarchy

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

Implemented Interfaces

AnacondaHubWindow implements AtkImplementorIface and GtkBuildable.

Description

Functions

anaconda_hub_window_new ()

GtkWidget *
anaconda_hub_window_new ();

Creates a new AnacondaHubWindow, which is a window designed for displaying multiple spokes in one location.

Returns

A new AnacondaHubWindow.


anaconda_hub_window_get_spoke_area ()

GtkWidget *
anaconda_hub_window_get_spoke_area (AnacondaHubWindow *win);

Returns the scrolled window of win where spokes may be displayed

Parameters

Returns

The spoke area.

[transfer none]

Since: 1.0

Types and Values

struct AnacondaHubWindow

struct AnacondaHubWindow;

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


struct AnacondaHubWindowClass

struct AnacondaHubWindowClass {
    AnacondaBaseStandaloneClass parent_class;
};

Members