PreferencesGroup

Constructors

this
this(HdyPreferencesGroup* hdyPreferencesGroup, bool ownedRef = false)

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

this
this()

Creates a new #HdyPreferencesGroup.

Members

Functions

getDescription
string getDescription()
getPreferencesGroupStruct
HdyPreferencesGroup* getPreferencesGroupStruct(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.

setDescription
void setDescription(string description)

Sets the description for @self.

setTitle
void setTitle(string title)

Sets the title for @self.

Static functions

getType
GType getType()

Variables

hdyPreferencesGroup
HdyPreferencesGroup* hdyPreferencesGroup;

the main Gtk struct

Meta