File: kviewbrowser.rc

package info (click to toggle)
kdegraphics 4%3A3.5.5-3etch4
  • links: PTS
  • area: main
  • in suites: etch
  • size: 42,448 kB
  • ctags: 42,411
  • sloc: cpp: 372,033; sh: 10,035; ansic: 8,355; perl: 3,040; makefile: 1,794; xml: 1,128; php: 311; lisp: 60
file content (18 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE kpartgui>
<kpartplugin name="kviewbrowser" library="kview_browserplugin">
	<MenuBar>
		<Menu name="tools"><Text>&amp;Tools</Text>
			<Action name="previous_image"/>
			<Action name="next_image"/>
		</Menu>
	</MenuBar>
	<ToolBar name="extraToolBar">
		<text>Extra Toolbar</text>
		<Action name="previous_image"/>
		<Action name="next_image"/>
	</ToolBar>
	<Menu name="popupmenu">
		<Action name="previous_image"/>
		<Action name="next_image"/>
	</Menu>
</kpartplugin>