Add a docstring for add_spacer
This commit is contained in:
parent
6f1f7e66ab
commit
9af37968b5
|
@ -37,6 +37,7 @@ pub trait RemoteControlsPage {
|
||||||
// Add a reference to one of the plugin's parameters to the page.
|
// Add a reference to one of the plugin's parameters to the page.
|
||||||
fn add_param(&mut self, param: &impl Param);
|
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);
|
fn add_spacer(&mut self);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue