Class: Handy::ExpanderRow
- Inherits:
-
PreferencesRow
- Object
- Gtk::ListBoxRow
- PreferencesRow
- Handy::ExpanderRow
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#add_action(widget) ⇒ nil
Adds an action widget to self.
-
#add_prefix(widget) ⇒ nil
Adds a prefix widget to self.
-
#enable_expansion ⇒ Boolean
Gets whether the expansion of self is enabled.
-
#enable_expansion=(enable_expansion) ⇒ Boolean
Whether expansion is enabled.
-
#enable_expansion? ⇒ Boolean
Whether expansion is enabled.
- #expanded ⇒ Boolean
-
#expanded=(expanded) ⇒ Boolean
Whether the row is expanded.
-
#expanded? ⇒ Boolean
Whether the row is expanded.
-
#icon_name ⇒ String
The icon name for this row.
-
#icon_name=(icon_name) ⇒ String
The icon name for this row.
-
#initialize ⇒ Gtk::Widget
constructor
Creates a new
HdyExpanderRow. -
#show_enable_switch ⇒ Boolean
Gets whether the switch enabling the expansion of self is visible.
-
#show_enable_switch=(show_enable_switch) ⇒ Boolean
Whether the switch enabling the expansion is visible.
-
#show_enable_switch? ⇒ Boolean
Whether the switch enabling the expansion is visible.
-
#subtitle ⇒ String
The subtitle for this row.
-
#subtitle=(subtitle) ⇒ String
The subtitle for this row.
-
#use_underline ⇒ Boolean
Gets whether an embedded underline in the title or subtitle labels indicates a mnemonic.
-
#use_underline=(use_underline) ⇒ Boolean
Whether an embedded underline in the title or subtitle labels indicates a mnemonic.
-
#use_underline? ⇒ Boolean
Whether an embedded underline in the title or subtitle labels indicates a mnemonic.
Methods inherited from PreferencesRow
Constructor Details
#initialize ⇒ Gtk::Widget
Creates a new HdyExpanderRow.
Instance Method Details
#add_action(widget) ⇒ nil
Adds an action widget to self.
#add_prefix(widget) ⇒ nil
Adds a prefix widget to self.
#enable_expansion ⇒ Boolean
Gets whether the expansion of self is enabled.
#enable_expansion=(enable_expansion) ⇒ Boolean
Whether expansion is enabled.
#enable_expansion? ⇒ Boolean
Whether expansion is enabled.
#expanded ⇒ Boolean
#expanded=(expanded) ⇒ Boolean
Whether the row is expanded.
#expanded? ⇒ Boolean
Whether the row is expanded.
#icon_name ⇒ String
The icon name for this row.
#icon_name=(icon_name) ⇒ String
The icon name for this row.
#show_enable_switch ⇒ Boolean
Gets whether the switch enabling the expansion of self is visible.
#show_enable_switch=(show_enable_switch) ⇒ Boolean
Whether the switch enabling the expansion is visible.
#show_enable_switch? ⇒ Boolean
Whether the switch enabling the expansion is visible.
#subtitle ⇒ String
The subtitle for this row.
#subtitle=(subtitle) ⇒ String
The subtitle for this row.
#use_underline ⇒ Boolean
Gets whether an embedded underline in the title or subtitle labels indicates a mnemonic.
#use_underline=(use_underline) ⇒ Boolean
Whether an embedded underline in the title or subtitle labels indicates a mnemonic.
#use_underline? ⇒ Boolean
Whether an embedded underline in the title or subtitle labels indicates a mnemonic.