SwipeGroup

Constructors

this
this(HdySwipeGroup* hdySwipeGroup, bool ownedRef)

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

this
this()

Create a new #HdySwipeGroup object.

Members

Functions

addSwipeable
void addSwipeable(SwipeableIF swipeable)

When the widget is destroyed or no longer referenced elsewhere, it will be removed from the swipe group.

getStruct
void* getStruct()

the main Gtk struct as a void*

getSwipeGroupStruct
HdySwipeGroup* getSwipeGroupStruct(bool transferOwnership)

Get the main Gtk struct

getSwipeables
ListSG getSwipeables()

Returns the list of swipeables associated with @self.

removeSwipeable
void removeSwipeable(SwipeableIF swipeable)

Removes a widget from a #HdySwipeGroup.

Mixins

__anonymous
mixin BuildableT!(HdySwipeGroup)
Undocumented in source.

Static functions

getType
GType getType()

Variables

hdySwipeGroup
HdySwipeGroup* hdySwipeGroup;

the main Gtk struct

Meta