GUI
GUI.GridLayoutToggleButton
GridLayoutToggleButton - A toggle button wrapper for GridLayout This provides toggle button functionality using a standard uibutton since uitogglebutton requires a ButtonGroup parent.
This is a lightweight wrapper that manages a uibutton and provides toggle state behavior without creating an extra container layer.
GUI.PlotPanel
Component Properties
GUI.GridLayoutButtonGroup
GridLayoutButtonGroup - A resizable button group using GridLayout This replaces the standard uibuttongroup which uses fixed positioning with a GridLayout-based implementation that resizes with the GUI.
GUI.GridLayoutButtonGroup.GridLayoutButtonGroup
Constructor - mimics uibuttongroup interface Call superclass constructor to handle parent assignment
GUI.GridLayoutButtonGroup.addButton
Add a toggle button to the group
Input arguments:
-
text–Button text label
-
row–Row position in grid (optional, auto-increments if not provided)