BudgiePopover

BudgiePopover

Functions

GtkWidget * budgie_popover_new ()

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBin
                    ╰── GtkPopover
                        ╰── BudgiePopover

Implemented Interfaces

BudgiePopover implements AtkImplementorIface and GtkBuildable.

Description

Functions

budgie_popover_new ()

GtkWidget *
budgie_popover_new (GtkWidget *relative_to);

Types and Values

struct BudgiePopoverClass

struct BudgiePopoverClass {
	GtkPopoverClass parent_class;

	gpointer padding[4];
};

BUDGIE_TYPE_POPOVER

#define BUDGIE_TYPE_POPOVER (budgie_popover_get_type())

BudgiePopover

typedef struct _BudgiePopover BudgiePopover;