CHANGED
vgtk
now usesgtk
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
andaction_widget_end
forNotebook
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, wherevgtk::run_dialog()
would useDefault::default()
to construct a properties object for you. (#43) - A new child property
custom_title
onHeaderBar
lets you set a widget as a custom title, emulating theset_custom_title()
method. (#38)