A mixin for panels that contain a MultiStructureTab.  Note that this 
  mixin assumes that the ReadEditMixin is present, and MultiStructureMixin 
  must be listed before ReadEditMixin in the class declaration.
    |  | 
        
          | setPanelOptions(self) Remove the input selector
 |  |  | 
    |  |  | 
    |  |  | 
    |  |  | 
    |  | 
        
          | _addStructureToMmJag(self) Override the BaseJaguarPanel function so that more than one structure
      can be written to the mmjag handle.
 |  |  | 
    |  | 
        
          | _loadStrucFromMmJag(self,
        jag_input,
        name) Override the ReadEditMixin function so that more than one structure 
      can be loaded.
 |  |  | 
    |  | 
        
          | editInput(self) Override the ReadEditMixin function to display the edit dialog.
 |  |  | 
  
    | Inherited from object:__delattr__,__format__,__getattribute__,__hash__,__init__,__new__,__reduce__,__reduce_ex__,__repr__,__setattr__,__sizeof__,__str__,__subclasshook__ |