Class

PhoshStatusPage

[]

Description [src]

class Phosh.StatusPage : Gtk.Bin
  implements Atk.ImplementorIface, Gtk.Buildable {
  /* No available fields */
}

Additional status information associated with a PhoshQuickSetting.

This is displayed when the quick setting needs to show status.

[]

Constructors

phosh_status_page_new
No description available.

[]

Instance methods

phosh_status_page_get_content

Get the content widget of the status page.

phosh_status_page_get_footer

Get the footer of the status page.

phosh_status_page_get_header

Get the header widget of the status page.

phosh_status_page_get_title
No description available.

phosh_status_page_set_content

Set the content widget of the status page. See PhoshStatusPage:content. Use NULL to remove existing content.

phosh_status_page_set_footer

Set the footer widget shown at the bottom of a status page.

phosh_status_page_set_header

Set the header widget of the status page. See PhoshStatusPage:header.

phosh_status_page_set_title
No description available.

Methods inherited from GtkBin (1)
Methods inherited from GtkContainer (33)
Methods inherited from GtkWidget (263)
Methods inherited from GObject (43)
Methods inherited from GtkBuildable (10)
[]

Properties

Phosh.StatusPage:content

The content of status page.

Phosh.StatusPage:footer

Widget displayed at the very bottom - usually a button.

Phosh.StatusPage:header

An extra widget to add to end of the status page’s header.

Phosh.StatusPage:title

The status page title.

Properties inherited from GtkContainer (3)
Properties inherited from GtkWidget (39)
[]

Signals

Phosh.StatusPage::done

The status page should be closed.

Signals inherited from GtkContainer (4)
Signals inherited from GtkWidget (69)
Signals inherited from GObject (1)

Class structure