YaST2 Developers Documentation: Unknown YCP Module

Unknown YCP Module

This module has an unstable interface.

Imports

  • Event

Global Functions

Info:

File: TabPanel.ycp Package: yast2-storage Summary: Expert Partitioner Authors: Arvin Schnell

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.