Skip to content

0.4.4

Compare
Choose a tag to compare
@bilelmoussaoui bilelmoussaoui released this 19 Jan 18:00
· 76 commits to 0.4 since this release

API changes:

  • Removal of the useless gsk::RoundedRect::init & gsk::RoundedRect::init_from_rect. Use gsk::RoundedRect::new and gsk::RoundedRect::from_rect respectively instead.
  • Type parameter to impl trait for manually implemented functions.
  • gtk::TextIter::child_anchor and gtk::TextIter::paintable are now returning an Option instead of T, those were just wrong before.
  • Add mutators to gdk::Rectangle and make it possible to convert between it and pango::Rectangle/cairo::Rectangle