Method: Yast::WFM.SCRClose
- Defined in:
- src/ruby/yast/wfm.rb
.SCRClose(handle) ⇒ Object
Closes SCR handle obtained via SCROpen
If SCR is set as default, then try to switch to another reasonable SCR openned
100 101 102 |
# File 'src/ruby/yast/wfm.rb', line 100 def self.SCRClose(handle) call_builtin_wrapper("SCRClose", handle) end |