YaST2 Developers Documentation: Sound



functions
files
intro

Sound

sound_complex
sound complex dialog
Params: 1st ... list of sound_cards 2nd ... list with save_info 3rd ... list with configured_unique

Imports

  • Label
  • Mode
  • Popup
  • Sound
  • Wizard

Includes

  • sound/mixer.ycp
  • sound/options.ycp

Local Functions

local createTable () -> list

creates summary table with card labels and thier states (running/not running/dissappeared)

Return value:
table contents

local enableButtons (boolean val) -> void

function for enabling relevant controls in complex dialog

Parameters:
val boolean enable/disable

local ComplexDialog () -> map

shows list of soundcards

Return value:
result

local sound_complex () -> map

just calls ComplexDialog

Return value:
passed from ComplexDialog

YaST2 Developers Documentation