HdyApplicationWindow

HdyApplicationWindow — A freeform application window.

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBin
                    ╰── GtkWindow
                        ╰── GtkApplicationWindow
                            ╰── HdyApplicationWindow

Implemented Interfaces

HdyApplicationWindow implements AtkImplementorIface, GtkBuildable, GActionGroup and GActionMap.

Description

HdyApplicationWindow is a GtkApplicationWindow subclass providing the same features as HdyWindow.

See HdyWindow for details.

Using gtk_application_set_app_menu() and gtk_application_set_menubar() is not supported and may result in visual glitches.

Functions

hdy_application_window_new ()

GtkWidget *
hdy_application_window_new (void);

Creates a new HdyApplicationWindow.

Returns

a newly created HdyApplicationWindow.

[transfer full]

Since: 1.0

Types and Values

HDY_TYPE_APPLICATION_WINDOW

#define HDY_TYPE_APPLICATION_WINDOW (hdy_application_window_get_type())

struct HdyApplicationWindowClass

struct HdyApplicationWindowClass {
  GtkApplicationWindowClass parent_class;
};

HdyApplicationWindow

typedef struct _HdyApplicationWindow HdyApplicationWindow;

See Also

HdyHeaderBar, HdyWindow, HdyWindowHandle