PageContent


Object Hierarchy:

Object hierarchy for PageContent

Description:

public class PageContent : Widget

Builder class for adding UI content to an existing Tuner.Page.

Used by plugins to extend pages with additional groups and widgets.

Example

// Add content to page with tag "target_page_id"
Tuner.PageContent {
tag: "target_page_id";

// Add to existing group "target_group_id"
Tuner.GroupContent target_group_id {
Adw.ActionRow {}
}

// Create new unnamed group
Tuner.Group extra {
Adw.ActionRow {}
}
}


Namespace: Tuner
Package: tuner-1

Content:

Properties:

Creation methods:

Methods:

Fields:

Inherited Members:

All known members inherited from class Gtk.Widget
All known members inherited from class GLib.Object
All known members inherited from interface Gtk.Accessible
All known members inherited from interface Gtk.Buildable