HeaderGroup

Constructors

this
this(HdyHeaderGroup* hdyHeaderGroup, bool ownedRef)

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

this
this()

Members

Functions

addGtkHeaderBar
void addGtkHeaderBar(GtkdHeaderBar headerBar)

Adds @header_bar to @self. When the widget is destroyed or no longer referenced elsewhere, it will be removed from the header group.

addHeaderBar
void addHeaderBar(HdydHeaderBar headerBar)

Adds @header_bar to @self. When the widget is destroyed or no longer referenced elsewhere, it will be removed from the header group.

addHeaderGroup
void addHeaderGroup(HeaderGroup headerGroup)

Adds @header_group to @self. When the nested group is no longer referenced elsewhere, it will be removed from the header group.

addOnUpdateDecorationLayouts
gulong addOnUpdateDecorationLayouts(void delegate(HeaderGroup) dlg, ConnectFlags connectFlags)

This signal is emitted before updating the decoration layouts.

getChildren
ListSG getChildren()

Returns the list of children associated with @self.

getDecorateAll
bool getDecorateAll()

Gets whether the elements of the group should all receive the full decoration.

getHeaderGroupStruct
HdyHeaderGroup* getHeaderGroupStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

removeChild
void removeChild(HeaderGroupChild child)

Removes @child from @self.

removeGtkHeaderBar
void removeGtkHeaderBar(GtkdHeaderBar headerBar)

Removes @header_bar from @self.

removeHeaderBar
void removeHeaderBar(HdydHeaderBar headerBar)

Removes @header_bar from @self.

removeHeaderGroup
void removeHeaderGroup(HeaderGroup headerGroup)

Removes a nested #HdyHeaderGroup from a #HdyHeaderGroup

setDecorateAll
void setDecorateAll(bool decorateAll)

Sets whether the elements of the group should all receive the full decoration.

Mixins

__anonymous
mixin BuildableT!(HdyHeaderGroup)
Undocumented in source.

Static functions

getType
GType getType()

Variables

hdyHeaderGroup
HdyHeaderGroup* hdyHeaderGroup;

the main Gtk struct

Meta