renoise.Dialog
A custom dialog created via the scripting API. Dialogs can be created via
renoise.app():show_custom_dialog
.See
create custom views
on top of the renoise.ViewBuilder docs on how to create views for the dialog.
Properties
visible : boolean
READ-ONLY Check if a dialog is alive and visible.
Functions
show(self)
Bring an already visible dialog to front and make it the key window.
close(self)
Close a visible dialog.