Hdy
Description:
Content:
Interfaces:
Classes:
- ActionRow
- ApplicationWindow
- Avatar
- Carousel
- CarouselIndicatorDots
- CarouselIndicatorLines
- Clamp
- ComboRow
- Deck
- EnumValueObject
- ExpanderRow
- Flap
- HeaderBar
- HeaderGroup
- HeaderGroupChild
- Keypad
- Leaflet
- PreferencesGroup
- PreferencesPage
- PreferencesRow
- PreferencesWindow
- SearchBar
- Squeezer
- StatusPage
- SwipeGroup
- SwipeTracker
- TabBar
- TabPage
- TabView
- TitleBar
- ValueObject
- ViewSwitcher
- ViewSwitcherBar
- ViewSwitcherTitle
- Window
- WindowHandle
Enums:
- CenteringPolicy
- DeckTransitionType - This enumeration value describes the possible transitions between children in a Deck widget.
- FlapFoldPolicy - These enumeration values describe the possible folding behavior in a Flap widget.
- FlapTransitionType - These enumeration values describe the possible transitions between children in a Flap widget, as well as which areas can be swiped via swipe_to_open and swipe_to_close.
- HeaderGroupChildType - This enumeration value describes the child types handled by HeaderGroup.
- LeafletTransitionType - This enumeration value describes the possible transitions between modes and children in a Leaflet widget.
- NavigationDirection - Represents direction of a swipe navigation gesture in Deck and Leaflet.
- SqueezerTransitionType - These enumeration values describe the possible transitions between children in a Squeezer widget.
- ViewSwitcherPolicy
Delegates:
- public delegate Pixbuf? AvatarImageLoadFunc (int size)
The returned Pixbuf is expected to be square with width and height set to
size
. - public delegate string ComboRowGetEnumValueNameFunc (EnumValueObject value)
Called for combo rows that are bound to an enumeration with set_for_enum for each value from that enumeration.
- public delegate string ComboRowGetNameFunc (Object item)
Called for combo rows that are bound to a ListModel with bind_name_model for each item that gets added to the model.
Functions:
- public double ease_out_cubic (double t)
Computes the ease out for
t
. - public string enum_value_row_name (EnumValueObject value, void* user_data)
This is a default implementation of ComboRowGetEnumValueNameFunc to be used with set_for_enum.
- public bool get_enable_animations (Widget widget)
Returns whether animations are enabled for that widget.
- public void init ()
Call this function just after initializing GTK, if you are using Application it means it must be called when the startup signal is emitted.