TABLE OF CONTENTS


::pwtk::di::clear

SYNOPSIS

proc ::pwtk::di::clear {} {

DESCRIPTION

Clear the content of the dos.x input

SOURCE

    variable input_flow_list
    
    foreach name $input_flow_list {
        ::pwtk::input::clear $name
    }
}