| Line | |
|---|
| 1 | <widget class="CascadeButton" name="OnX_menu_File">
|
|---|
| 2 | <label>File</label>
|
|---|
| 3 | <widget class="Menu">
|
|---|
| 4 | <widget class="MenuItem">
|
|---|
| 5 | <label>Print</label>
|
|---|
| 6 | <activate exec="DLD">OnX ui_show_dialog $ONXROOT/scripts/OnX/InputPrint.onx OnX_InputPrint_dialog</activate>
|
|---|
| 7 | </widget>
|
|---|
| 8 | <widget class="MenuItem">
|
|---|
| 9 | <label>View .ps...</label>
|
|---|
| 10 | <activate exec="DLD">OnX ui_showFileChooser OnX OnX_File_ps *.ps .</activate>
|
|---|
| 11 | </widget>
|
|---|
| 12 | <widget class="MenuItem">
|
|---|
| 13 | <label>View .gif...</label>
|
|---|
| 14 | <activate exec="DLD">OnX ui_showFileChooser OnX OnX_File_gif *.gif .</activate>
|
|---|
| 15 | </widget>
|
|---|
| 16 | <widget class="MenuItem" name="OnX_File_exit">
|
|---|
| 17 | <label>Exit</label>
|
|---|
| 18 | <activate exec="DLD">OnX ui_exit</activate>
|
|---|
| 19 | </widget>
|
|---|
| 20 | </widget>
|
|---|
| 21 | </widget>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.