1 <?xml version="1.0" encoding="UTF-8"?>
3 <!-- Would be cool to have others Editor layouts (e.g. Glade-like with
4 a window for each function). -->
6 <dialog xmlns="http://openoffice.org/2007/layout"
7 xmlns:cnt="http://openoffice.org/2007/layout/container"
8 id="dialog" title="Layout Editor" sizeable="true" >
11 <min-size min-width="120" cnt:expand="false">
13 <fixedtext label="Layout:" cnt:expand="false" />
15 <listbox id="layout-tree" has_border="true" />
16 <vbox cnt:expand="false">
17 <pushbutton id="layout-up-button" cnt:expand="false" />
18 <pushbutton id="layout-down-button" cnt:expand="false" />
19 <fixedtext cnt:expand="true" />
20 <pushbutton id="layout-remove-button" cnt:expand="false" />
25 <min-size min-width="120">
27 <fixedtext label="Preview:" cnt:expand="false" />
29 <bin id="preview-box" />
33 <min-size min-width="120" cnt:expand="false">
35 <fixedtext label="Properties:" cnt:expand="false" />
36 <table id="properties-box" columns="3" />
40 <hfixedline cnt:expand="false" />
41 <vbox cnt:expand="false">
42 <fixedtext label="Create widgets:" cnt:expand="false" />
43 <flow id="create-widget" homogeneous="true" spacing="2" />
44 <fixedtext label="Create containers:" cnt:expand="false" />
45 <flow id="create-container" homogeneous="true" spacing="2" />
47 <hbox cnt:expand="false">
48 <vbox><fixedline /><fixedline /><fixedline /><fixedline /></vbox>
49 <!-- <pushbutton id="import-button" label="Import..." cnt:expand="false"/>-->
50 <pushbutton id="export-button" label="Export (stdout)" cnt:expand="false"/>