1
2
3
4
5
6
|
1
2
3
4
5
6
|
-
+
|
<div class="fossil-doc" data-title="Package Client v1 Documentation"><br>
<div class="fossil-doc" data-title="Package Client Toolset API v1"><br>
<big><big><span style="font-family: monospace;">Private Procedure "setupCommonVariables"</span></big></big><br>
<br>
<big><span style="font-family: monospace;"> Required argument "force"</span></big><br>
|
︙ | | |
69
70
71
72
73
74
75
76
77
78
79
|
69
70
71
72
73
74
75
76
77
78
79
|
-
+
|
<big><span style="font-family: monospace;"> Required argument "channel"</span></big><br>
<big><span style="font-family: monospace;"> Required argument "quiet"</span></big><br>
<big><span style="font-family: monospace;"> Required argument "args"</span></big><br>
<big><span style="font-family: monospace;"> Optional argument list "args"</span></big><br>
<blockquote style="font-family: monospace;"><br>
This procedure was stolen from the "getEagle.tcl" script. It is<br>
designed to process a single HTTP request, including any HTTP<br>
3XX redirects (up to the specified limit), and return the raw<br>
|
︙ | | |
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
|
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
|
-
+
|
</blockquote><br><hr><br>
<big><big><span style="font-family: monospace;">Private Procedure "joinPath"</span></big></big><br>
<br>
<big><span style="font-family: monospace;"> Required argument "args"</span></big><br>
<big><span style="font-family: monospace;"> Optional argument list "args"</span></big><br>
<blockquote style="font-family: monospace;"><br>
This procedure builds a native path using the specified parts and<br>
returns it. All arguments are considered to be parts of the path.<br>
</blockquote><br><hr><br>
|
︙ | | |
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
|
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
|
-
+
|
<big><big><span style="font-family: monospace;">Private Procedure "listBoxEventHandler"</span></big></big><br>
<br>
<big><span style="font-family: monospace;"> Required argument "varName"</span></big><br>
<big><span style="font-family: monospace;"> Required argument "args"</span></big><br>
<big><span style="font-family: monospace;"> Optional argument list "args"</span></big><br>
<blockquote style="font-family: monospace;"><br>
This procedure is an event handler. It handles double-clicking the<br>
list box in both Tk and Eagle. The varName argument is the name of<br>
the scalar variable that must be updated with the list of items from<br>
|
︙ | | |
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
|
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
|
-
+
-
+
-
+
|
</blockquote><br><hr><br>
<big><big><span style="font-family: monospace;">Private Procedure "handleFormClosedEvent"</span></big></big><br>
<br>
<big><span style="font-family: monospace;"> Required argument "args"</span></big><br>
<big><span style="font-family: monospace;"> Optional argument list "args"</span></big><br>
<blockquote style="font-family: monospace;"><br>
This procedure is an event handler. It handles the Closed event for<br>
a WinForms form -OR- the WM_DELETE_WINDOW event on a Tk window. The<br>
args argument is not really used, it is a placeholder to make this<br>
procedure more portable between Tcl and Eagle. This procedure may<br>
raise script errors.<br>
</blockquote><br><hr><br>
<big><big><span style="font-family: monospace;">Internal API Procedure "submitEventHandler"</span></big></big><br>
<br>
<big><span style="font-family: monospace;"> Required argument "args"</span></big><br>
<big><span style="font-family: monospace;"> Optional argument list "args"</span></big><br>
<blockquote style="font-family: monospace;"><br>
This procedure is an event handler. It handles the submit button in<br>
both Tk and Eagle. It starts the package submission process. The<br>
args argument is not really used, it is a placeholder to make this<br>
procedure more portable between Tcl and Eagle. This procedure may<br>
raise script errors.<br>
</blockquote><br><hr><br>
<big><big><span style="font-family: monospace;">Private Procedure "clearEventHandler"</span></big></big><br>
<br>
<big><span style="font-family: monospace;"> Required argument "args"</span></big><br>
<big><span style="font-family: monospace;"> Optional argument list "args"</span></big><br>
<blockquote style="font-family: monospace;"><br>
This procedure is an event handler. It handles the clear button in<br>
Tk and Eagle. It is used to clear the package submission data. The<br>
args argument is not really used, it is a placeholder to make this<br>
|
︙ | | |