Handy.HeaderGroupChild¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Handy.HeaderGroupChild(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
A child object for [class`HeaderGroup`].
New in version 1.0.
- get_child_type()¶
- Returns:
the child type
- Return type:
Gets the child type.
New in version 1.0.
- get_gtk_header_bar()¶
- Returns:
the child header bar
- Return type:
Gets the child [class`Gtk`.HeaderBar].
Use [method`HeaderGroupChild`.get_child_type] to check the child type.
New in version 1.0.
- get_header_bar()¶
- Returns:
the child headerbar
- Return type:
Gets the child [class`HeaderBar`].
Use [method`HeaderGroupChild`.get_child_type] to check the child type.
New in version 1.0.
- get_header_group()¶
- Returns:
the child header bar
- Return type:
Gets the child [class`HeaderGroup`].
Use [method`HeaderGroupChild`.get_child_type] to check the child type.
New in version 1.0.