Class: Handy::SwipeGroup
- Inherits:
-
Object
- Object
- Handy::SwipeGroup
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#add_swipeable(swipeable) ⇒ nil
Adds a swipeable to self.
-
#initialize ⇒ Handy::SwipeGroup
constructor
Creates a new
HdySwipeGroup. -
#remove_swipeable(swipeable) ⇒ nil
Removes a widget from a [classSwipeGroup].
-
#swipeables ⇒ GLib::SList<Handy::Swipeable>
Gets the list of swipeables associated with self.
Constructor Details
#initialize ⇒ Handy::SwipeGroup
Creates a new HdySwipeGroup.
Instance Method Details
#add_swipeable(swipeable) ⇒ nil
Adds a swipeable to self.
When the widget is destroyed or no longer referenced elsewhere, it will be removed from the swipe group.
#remove_swipeable(swipeable) ⇒ nil
Removes a widget from a [classSwipeGroup].
#swipeables ⇒ GLib::SList<Handy::Swipeable>
Gets the list of swipeables associated with self.