diff --git a/ChangeLog b/ChangeLog index 05ff60478..93a06ab7a 100755 --- a/ChangeLog +++ b/ChangeLog @@ -22,6 +22,8 @@ NEW JavaFX UI toolkit * Issue #344 - Ability to hide/show value display added to Knob, Sliders, and SliderBanks + * Issue #312 - Added Group widget that allows grouping of widgets into a + panel that has a titled border around it for better organization of UI * RhinoInstrument and RhinoObject were renamed as JavaScriptInstrument and JavaScriptObject diff --git a/manual/docbook/users/reference/instruments/blueSynthBuilder.xml b/manual/docbook/users/reference/instruments/blueSynthBuilder.xml index 64e692b90..2faf6d4e7 100644 --- a/manual/docbook/users/reference/instruments/blueSynthBuilder.xml +++ b/manual/docbook/users/reference/instruments/blueSynthBuilder.xml @@ -360,6 +360,26 @@ instruments: + +
+Groups + +Widgets may be organized into Groups that provide titled border around the +set of widgets. Double-clicking on a group will allow editing of the group's +set of widgets. The Breadcrumb bar that appears when edit mode is enabled allows +for navigating back up the hierarchy of groups to the root group for the interface. + + +Users may either start by creating an empty group, double-clicking, then + editing the interface for the group. Optionally, they may select a number of existing + widgets, right-click on one of the selected widgets, then choose "Make Group" to + embed the selected widgets within a group. + + + +
+ +
Presets