PreferencesPage

Constructors

this
this(HdyPreferencesPage* hdyPreferencesPage, bool ownedRef = false)

Sets our main struct and passes it to the parent class.

this
this()

Creates a new #HdyPreferencesPage.

Members

Functions

getIconName
string getIconName()

Gets the icon name for @self, or %NULL.

getPreferencesPageStruct
HdyPreferencesPage* getPreferencesPageStruct(bool transferOwnership = false)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

getTitle
string getTitle()

Gets the title of @self, or %NULL.

setIconName
void setIconName(string iconName)

Sets the icon name for @self.

setTitle
void setTitle(string title)

Sets the title of @self.

Static functions

getType
GType getType()

Variables

hdyPreferencesPage
HdyPreferencesPage* hdyPreferencesPage;

the main Gtk struct

Meta