Class: Handy::HeaderGroup
- Inherits:
-
Object
- Object
- Handy::HeaderGroup
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#add_gtk_header_bar(header_bar) ⇒ nil
Adds header_bar to self.
-
#add_header_bar(header_bar) ⇒ nil
Adds header_bar to self.
-
#add_header_group(header_group) ⇒ nil
Adds header_group to self.
-
#children ⇒ GLib::SList<Handy::HeaderGroupChild>
Returns the list of children associated with self.
-
#decorate_all ⇒ Boolean
Gets whether the elements of the group should all receive the full decoration.
-
#decorate_all=(decorate_all) ⇒ Boolean
Whether the elements of the group should all receive the full decoration.
-
#decorate_all? ⇒ Boolean
Whether the elements of the group should all receive the full decoration.
-
#initialize ⇒ Handy::HeaderGroup
constructor
Creates a new
HdyHeaderGroup. -
#remove_child(child) ⇒ nil
Removes child from self.
-
#remove_gtk_header_bar(header_bar) ⇒ nil
Removes header_bar from self.
-
#remove_header_bar(header_bar) ⇒ nil
Removes header_bar from self.
-
#remove_header_group(header_group) ⇒ nil
Removes a nested
HdyHeaderGroupfrom self.
Constructor Details
#initialize ⇒ Handy::HeaderGroup
Creates a new HdyHeaderGroup.
Instance Method Details
#add_gtk_header_bar(header_bar) ⇒ nil
Adds header_bar to self.
When the widget is destroyed or no longer referenced elsewhere, it will be removed from the header group.
#add_header_bar(header_bar) ⇒ nil
Adds header_bar to self.
When the widget is destroyed or no longer referenced elsewhere, it will be removed from the header group.
#add_header_group(header_group) ⇒ nil
Adds header_group to self.
When the nested group is no longer referenced elsewhere, it will be removed from the header group.
#children ⇒ GLib::SList<Handy::HeaderGroupChild>
Returns the list of children associated with self.
#decorate_all ⇒ Boolean
Gets whether the elements of the group should all receive the full decoration.
#decorate_all=(decorate_all) ⇒ Boolean
Whether the elements of the group should all receive the full decoration.
This is useful in conjunction with [propertyLeaflet:folded] when the leaflet contains the header bars of the group, as you want them all to display the complete decoration when the leaflet is folded.
#decorate_all? ⇒ Boolean
Whether the elements of the group should all receive the full decoration.
This is useful in conjunction with [propertyLeaflet:folded] when the leaflet contains the header bars of the group, as you want them all to display the complete decoration when the leaflet is folded.
#remove_child(child) ⇒ nil
Removes child from self.
#remove_gtk_header_bar(header_bar) ⇒ nil
Removes header_bar from self.
#remove_header_bar(header_bar) ⇒ nil
Removes header_bar from self.
#remove_header_group(header_group) ⇒ nil
Removes a nested HdyHeaderGroup from self.