Rev 1323 | Rev 1334 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1323 | Rev 1332 | ||
---|---|---|---|
Line 32... | Line 32... | ||
32 | accessKey="L" key="latrus-key" /> |
32 | accessKey="L" key="latrus-key" /> |
33 | </popup> |
33 | </popup> |
34 | 34 | ||
35 | <popupset id="mainPopupSet"> |
35 | <popupset id="mainPopupSet"> |
36 | <popup id="panel-latrus-popup"> |
36 | <popup id="panel-latrus-popup"> |
- | 37 | <menuitem id="panel-latrus-show-hint" type="checkbox" label="Hints" oncommand="LatRus.toggleHint()" /> |
|
37 | <menuitem id="panel-latrus-options" label="Options" oncommand="LatRus.showOptions()" /> |
38 | <menuitem id="panel-latrus-options" label="Options" oncommand="LatRus.showOptions()" /> |
38 | </popup> |
39 | </popup> |
39 | </popupset> |
40 | </popupset> |
40 | 41 | ||
41 | <statusbar id="status-bar"> |
42 | <statusbar id="status-bar"> |
42 | <statusbarpanel id="latrus-panel" onclick="if(event.button == 0) LatRus.toggleEnabled();" |
43 | <statusbarpanel id="latrus-panel" onclick="if(event.button == 0) LatRus.toggleEnabled();" |
43 | contextmenu="panel-latrus-popup"> |
44 | contextmenu="panel-latrus-popup"> |
44 | </statusbarpanel> |
45 | </statusbarpanel> |
45 | </statusbar> |
46 | </statusbar> |
46 | 47 | ||
- | 48 | <vbox id="appcontent" flex="1"> |
|
- | 49 | <splitter id="latrus_splitter" state="open" resizebefore="farthest" resizeafter="closest" /> |
|
- | 50 | <vbox id="latrus_hint"> |
|
- | 51 | <iframe src="chrome://latrus/content/hint.xul" type="content" flex="1" /> |
|
- | 52 | </vbox> |
|
- | 53 | </vbox> |
|
- | 54 | ||
47 | </overlay> |
55 | </overlay> |
- | 56 |