Index: doc/v1.html ================================================================== --- doc/v1.html +++ doc/v1.html @@ -1,6 +1,6 @@ -

+

Private Procedure "setupCommonVariables"

    Required argument "force"
@@ -69,11 +69,11 @@     Required argument "channel"
    Required argument "quiet"
-    Required argument "args"
+    Optional argument list "args"

This procedure was stolen from the "getEagle.tcl" script. It is
designed to process a single HTTP request, including any HTTP
3XX redirects (up to the specified limit), and return the raw
@@ -1517,11 +1517,11 @@



Private Procedure "joinPath"

-    Required argument "args"
+    Optional argument list "args"

This procedure builds a native path using the specified parts and
returns it. All arguments are considered to be parts of the path.



@@ -1669,11 +1669,11 @@ Private Procedure "listBoxEventHandler"

    Required argument "varName"
-    Required argument "args"
+    Optional argument list "args"

This procedure is an event handler. It handles double-clicking the
list box in both Tk and Eagle. The varName argument is the name of
the scalar variable that must be updated with the list of items from
@@ -1685,11 +1685,11 @@



Private Procedure "handleFormClosedEvent"

-    Required argument "args"
+    Optional argument list "args"

This procedure is an event handler. It handles the Closed event for
a WinForms form -OR- the WM_DELETE_WINDOW event on a Tk window. The
args argument is not really used, it is a placeholder to make this
@@ -1698,11 +1698,11 @@



Internal API Procedure "submitEventHandler"

-    Required argument "args"
+    Optional argument list "args"

This procedure is an event handler. It handles the submit button in
both Tk and Eagle. It starts the package submission process. The
args argument is not really used, it is a placeholder to make this
@@ -1711,11 +1711,11 @@



Private Procedure "clearEventHandler"

-    Required argument "args"
+    Optional argument list "args"

This procedure is an event handler. It handles the clear button in
Tk and Eagle. It is used to clear the package submission data. The
args argument is not really used, it is a placeholder to make this