PreferencesRow

Constructors

this
this(HdyPreferencesRow* hdyPreferencesRow, bool ownedRef = false)

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

this
this()

Creates a new #HdyPreferencesRow.

Members

Functions

getPreferencesRowStruct
HdyPreferencesRow* getPreferencesRowStruct(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 the preference represented by @self.

getUseUnderline
bool getUseUnderline()

Gets whether an embedded underline in the text of the title indicates a mnemonic. See hdy_preferences_row_set_use_underline().

setTitle
void setTitle(string title)

Sets the title of the preference represented by @self.

setUseUnderline
void setUseUnderline(bool useUnderline)

If true, an underline in the text of the title indicates the next character should be used for the mnemonic accelerator key.

Static functions

getType
GType getType()

Variables

hdyPreferencesRow
HdyPreferencesRow* hdyPreferencesRow;

the main Gtk struct

Meta