ExpanderRow

Constructors

this
this(HdyExpanderRow* hdyExpanderRow, bool ownedRef = false)

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

this
this()

Creates a new #HdyExpanderRow.

Members

Functions

getEnableExpansion
bool getEnableExpansion()

Gets whether the expansion of @self is enabled.

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

Get the main Gtk struct

getShowEnableSwitch
bool getShowEnableSwitch()

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

getStruct
void* getStruct()

the main Gtk struct as a void*

setEnableExpansion
void setEnableExpansion(bool enableExpansion)

Sets whether the expansion of @self is enabled.

setExpanded
void setExpanded(bool expanded)
setShowEnableSwitch
void setShowEnableSwitch(bool showEnableSwitch)

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

Static functions

getType
GType getType()

Variables

hdyExpanderRow
HdyExpanderRow* hdyExpanderRow;

the main Gtk struct

Inherited Members

From ActionRow

hdyActionRow
HdyActionRow* hdyActionRow;

the main Gtk struct

getActionRowStruct
HdyActionRow* getActionRowStruct(bool transferOwnership = false)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

activate
void activate()
getType
GType getType()
addAction
void addAction(Widget widget)

Adds an action widget to @self.

addPrefix
void addPrefix(Widget widget)

Adds a prefix widget to @self.

getActivatableWidget
Widget getActivatableWidget()

Gets the widget activated when @self is activated.

getIconName
string getIconName()

Gets the icon name for @self.

getSubtitle
string getSubtitle()

Gets the subtitle for @self.

getTitle
string getTitle()

Gets the title for @self.

getUseUnderline
bool getUseUnderline()

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

setActivatableWidget
void setActivatableWidget(Widget widget)

Sets the widget to activate when @self is activated, either by clicking on it, by calling hdy_action_row_activate(), or via mnemonics in the title or the subtitle. See the “use_underline” property to enable mnemonics.

setIconName
void setIconName(string iconName)

Sets the icon name for @self.

setSubtitle
void setSubtitle(string subtitle)

Sets the subtitle for @self.

setTitle
void setTitle(string title)

Sets the title 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.

Meta