Multivalent API

Uses of Class
multivalent.node.IParaBox

Packages that use IParaBox
multivalent.gui Graphical user interface widgets, natively implemented as Nodes. 
multivalent.node Many types of tree nodes: scrolled panel, fixed format document nodes, media leaves. 
 

Uses of IParaBox in multivalent.gui
 

Subclasses of IParaBox in multivalent.gui
 class VButton
          Button widget: click to invoke the associated script (as given by SCRIPT attribute).
 class VCheckbox
          Checkbox widget: toggle ON and OFF.
 class VMenuButton
          Menu button widget that pops up associated VMenu when mouse pressed.
 class VRadiobox
          Radiobox widget: only on in associated Radiogroup can be selected at the same time.
 

Uses of IParaBox in multivalent.node
 

Subclasses of IParaBox in multivalent.node
 class IGroup
          Logical grouping, like IParaBox except doesn't cause linebreaks.
 class IHBox
          Place children in horizontal line, no line breaking.
 


Multivalent API