You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)