YaST2 Developers Documentation: yast2-storage

yast2-storage

TabPanel.ycp
Expert Partitioner
  • Arvin Schnell
  • The Tree widget must have id `tree. The ids of the items of the Tree
  • widget must be made of symbols or strings.

This module has an unstable interface.

Imports

  • Event

Global Functions

global Init (map<any, map> d) -> void

Initialises internal data and calls the create function of the selected panel.

Parameters:
d
global Update (map<any, map> d, list<term> tree, any new_item) -> void

Update the contents of the Tree widget.

Parameters:
d
tree
new_item
global Handle (map event) -> void

Handle user input by either switching the panel or delegating the input to the selected panel.

Parameters:
event
global Destroy () -> void

Delegating destroying to the selected panel.