Skip to content

0.3.0

Latest
Compare
Choose a tag to compare
@bodil bodil released this 05 Jul 13:06
· 28 commits to master since this release

CHANGED

  • vgtk now uses gtk version 0.9, along with the matching versions of its dependencies. This will affect your code, as many method names have changed, most notably the names of specialised widget constructors. You should consult the gtk-rs blog for details on the changes.

ADDED

  • New child properties action_widget_start and action_widget_end for Notebook let you add children as action widgets to notebooks. (#47)
  • There's a new function vgtk::run_dialog_props() for launching a dialog component with a given set of properties, where vgtk::run_dialog() would use Default::default() to construct a properties object for you. (#43)
  • A new child property custom_title on HeaderBar lets you set a widget as a custom title, emulating the set_custom_title() method. (#38)