Module vView

vView is the base class for child views in the vLib library

Fields

self.vb (ViewBuilder) required constructor argument
self.id (string) view id, optional constructor argument
self.visible (bool, r/w) visible property
self.width (int, r/w) width property
self.height (int, r/w) height property
self.tooltip (string, r/w) tooltip property note: when nil is specified, tooltip is removed
self.view (renoise.Views.Rack) implementation will define the view


Fields

self.vb
(ViewBuilder) required constructor argument
self.id
(string) view id, optional constructor argument
self.visible
(bool, r/w) visible property
self.width
(int, r/w) width property
self.height
(int, r/w) height property
self.tooltip
(string, r/w) tooltip property note: when nil is specified, tooltip is removed
self.view
(renoise.Views.Rack) implementation will define the view
generated by LDoc 1.4.2