1
0
Fork 0

Add a docstring for add_spacer

This commit is contained in:
Robbert van der Helm 2023-04-22 17:26:40 +02:00
parent 6f1f7e66ab
commit 9af37968b5

View file

@ -37,6 +37,7 @@ pub trait RemoteControlsPage {
// Add a reference to one of the plugin's parameters to the page.
fn add_param(&mut self, param: &impl Param);
//
// Add an empty space on the page. Can be useful for grouping and aligning parameters within a
// page.
fn add_spacer(&mut self);
}