ExpanderRow

Constructors

this
this(HdyExpanderRow* hdyExpanderRow, bool ownedRef)

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

this
this()

Creates a new #HdyExpanderRow.

Members

Functions

addAction
void addAction(Widget widget)

Adds an action widget to @self.

addPrefix
void addPrefix(Widget widget)

Adds a prefix widget to @self.

getEnableExpansion
bool getEnableExpansion()

Gets whether the expansion of @self is enabled.

getExpanded
bool getExpanded()
getExpanderRowStruct
HdyExpanderRow* getExpanderRowStruct(bool transferOwnership)

Get the main Gtk struct

getIconName
string getIconName()

Gets the icon name for @self.

getShowEnableSwitch
bool getShowEnableSwitch()

Gets whether the switch enabling the expansion of @self is visible.

getStruct
void* getStruct()

the main Gtk struct as a void*

getSubtitle
string getSubtitle()

Gets the subtitle for @self.

getUseUnderline
bool getUseUnderline()

Gets whether an embedded underline in the text of the title and subtitle labels indicates a mnemonic. See hdy_expander_row_set_use_underline().

setEnableExpansion
void setEnableExpansion(bool enableExpansion)

Sets whether the expansion of @self is enabled.

setExpanded
void setExpanded(bool expanded)
setIconName
void setIconName(string iconName)

Sets the icon name for @self.

setShowEnableSwitch
void setShowEnableSwitch(bool showEnableSwitch)

Sets whether the switch enabling the expansion of @self is visible.

setSubtitle
void setSubtitle(string subtitle)

Sets the subtitle for @self.

setUseUnderline
void setUseUnderline(bool useUnderline)

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

Static functions

getType
GType getType()

Variables

hdyExpanderRow
HdyExpanderRow* hdyExpanderRow;

the main Gtk struct

Inherited Members

From PreferencesRow

hdyPreferencesRow
HdyPreferencesRow* hdyPreferencesRow;

the main Gtk struct

getPreferencesRowStruct
HdyPreferencesRow* getPreferencesRowStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

getType
GType getType()
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.

Meta