Skip to content

Releases: atornel/Aduct

Aduct 1.2.0

09 Jul 14:59
Compare
Choose a tag to compare

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

26 Apr 15:50
6e41680
Compare
Choose a tag to compare

Changes

  1. Updated docs.
  2. Accessing type as an attribute is no longer allowed. Instead use the get_type method on the element or view.
  3. Providers do no have name as attribute, it is now a GObject property and can be retrieved using get_name method on the provider.
  4. Following (3), use GObject property to give name to providers.
  5. The default name for element and views are now CSS names.