You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
499 B
22 lines
499 B
<!DOCTYPE kpargui>
|
|
<kpartgui name="kugar" >
|
|
<MenuBar>
|
|
<Menu name="view" >
|
|
<Text>&View</Text>
|
|
<Separator/>
|
|
<Action name="kuPrevPage" />
|
|
<Action name="kuNextPage" />
|
|
<Separator/>
|
|
<Action name="kuFirstPage" />
|
|
<Action name="kuLastPage" />
|
|
</Menu>
|
|
</MenuBar>
|
|
<ToolBar name="Metaphrast-ToolBar" >
|
|
<Action name="kuPrevPage" />
|
|
<Action name="kuNextPage" />
|
|
<Action name="kuFirstPage" />
|
|
<Action name="kuLastPage" />
|
|
</ToolBar>
|
|
<!-- <StatusBar/> -->
|
|
</kpartgui>
|