Class

HandyPreferencesPage

Description [src]

class Handy.PreferencesPage : Gtk.Bin {
  parent_instance: GtkBin
}

A page from HdyPreferencesWindow.

The HdyPreferencesPage widget gathers preferences groups into a single page of a preferences window.

CSS nodes

HdyPreferencesPage has a single CSS node with name preferencespage.

Available since:1.0

Ancestors

  • GtkBin
  • GtkContainer
  • GtkWidget
  • GInitiallyUnowned
  • GObject

Implements

  • AtkImplementorIface
  • GtkBuildable

Constructors

hdy_preferences_page_new

Creates a new HdyPreferencesPage.

Available since: 1.0

Instance methods

hdy_preferences_page_get_icon_name

Gets the icon name for self.

Available since: 1.0

hdy_preferences_page_get_title

Gets the title of self.

Available since: 1.0

hdy_preferences_page_set_icon_name

Sets the icon name for self.

Available since: 1.0

hdy_preferences_page_set_title

Sets the title of self.

Available since: 1.0

Properties

Handy.PreferencesPage:icon-name

The icon name for this page of preferences.

Available since: 1.0

Handy.PreferencesPage:title

The title for this page of preferences.

Available since: 1.0

Class structure

struct HandyPreferencesPageClass {
  GtkBinClass parent_class;
  
}
Class members
parent_class
GtkBinClass
 

The parent class.