Releases: atornel/Aduct
Releases · atornel/Aduct
Aduct 1.2.0
Element is now based on Gtk.Grid
. Action buttons and header child is attached directly to the grid therefore.
Added functions Aduct.Element.enable_action_button
and Aduct.Element.disable_action_button
.
Aduct 1.1.0
Changes
- Updated docs.
- Accessing
type
as an attribute is no longer allowed. Instead use theget_type
method on the element or view. - Providers do no have
name
as attribute, it is now a GObject property and can be retrieved usingget_name
method on the provider. - Following (3), use GObject property to give name to providers.
- The default name for element and views are now CSS names.