]> git.lyx.org Git - lyx.git/blob - src/frontends/gnome/dialogs/FormERT.glade
A lean, clean and working start to the new, improved gnome frontend.
[lyx.git] / src / frontends / gnome / dialogs / FormERT.glade
1 <?xml version="1.0"?>
2 <GTK-Interface>
3
4 <project>
5   <name>diainserturl</name>
6   <program_name>diainserturl</program_name>
7   <directory></directory>
8   <source_directory></source_directory>
9   <pixmaps_directory>pixmaps</pixmaps_directory>
10   <language>C</language>
11   <gnome_support>True</gnome_support>
12   <gettext_support>True</gettext_support>
13   <use_widget_names>True</use_widget_names>
14   <output_main_file>False</output_main_file>
15   <output_build_files>False</output_build_files>
16   <gnome_help_support>True</gnome_help_support>
17   <main_source_file>diainserturl_interface.c</main_source_file>
18   <main_header_file>diainserturl_interface.h</main_header_file>
19   <handler_source_file>diainserturl_callbacks.c</handler_source_file>
20   <handler_header_file>diainserturl_callbacks.h</handler_header_file>
21 </project>
22
23 <widget>
24   <class>GnomeDialog</class>
25   <name>FormERT</name>
26   <border_width>2</border_width>
27   <visible>False</visible>
28   <title>ERT Options</title>
29   <type>GTK_WINDOW_DIALOG</type>
30   <position>GTK_WIN_POS_NONE</position>
31   <modal>False</modal>
32   <allow_shrink>True</allow_shrink>
33   <allow_grow>True</allow_grow>
34   <auto_shrink>False</auto_shrink>
35   <auto_close>False</auto_close>
36   <hide_on_close>True</hide_on_close>
37
38   <widget>
39     <class>GtkVBox</class>
40     <child_name>GnomeDialog:vbox</child_name>
41     <name>dialog-vbox1</name>
42     <homogeneous>False</homogeneous>
43     <spacing>8</spacing>
44     <child>
45       <padding>4</padding>
46       <expand>True</expand>
47       <fill>True</fill>
48     </child>
49
50     <widget>
51       <class>GtkHButtonBox</class>
52       <child_name>GnomeDialog:action_area</child_name>
53       <name>dialog-action_area1</name>
54       <layout_style>GTK_BUTTONBOX_DEFAULT_STYLE</layout_style>
55       <spacing>8</spacing>
56       <child_min_width>85</child_min_width>
57       <child_min_height>27</child_min_height>
58       <child_ipad_x>7</child_ipad_x>
59       <child_ipad_y>0</child_ipad_y>
60       <child>
61         <padding>0</padding>
62         <expand>False</expand>
63         <fill>True</fill>
64         <pack>GTK_PACK_END</pack>
65       </child>
66
67       <widget>
68         <class>GtkButton</class>
69         <name>r_ok_btn</name>
70         <can_default>True</can_default>
71         <can_focus>True</can_focus>
72         <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
73       </widget>
74
75       <widget>
76         <class>GtkButton</class>
77         <name>r_apply_btn</name>
78         <can_default>True</can_default>
79         <can_focus>True</can_focus>
80         <stock_button>GNOME_STOCK_BUTTON_APPLY</stock_button>
81       </widget>
82
83       <widget>
84         <class>GtkButton</class>
85         <name>r_cancel_btn</name>
86         <can_default>True</can_default>
87         <has_default>True</has_default>
88         <can_focus>True</can_focus>
89         <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
90       </widget>
91     </widget>
92
93     <widget>
94       <class>GtkFrame</class>
95       <name>frame1</name>
96       <label>Status</label>
97       <label_xalign>0</label_xalign>
98       <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
99       <child>
100         <padding>0</padding>
101         <expand>True</expand>
102         <fill>True</fill>
103       </child>
104
105       <widget>
106         <class>GtkVBox</class>
107         <name>vbox1</name>
108         <homogeneous>False</homogeneous>
109         <spacing>0</spacing>
110
111         <widget>
112           <class>GtkRadioButton</class>
113           <name>r_open</name>
114           <can_focus>True</can_focus>
115           <label>_Open</label>
116           <active>True</active>
117           <draw_indicator>True</draw_indicator>
118           <group>status</group>
119           <child>
120             <padding>0</padding>
121             <expand>False</expand>
122             <fill>False</fill>
123           </child>
124         </widget>
125
126         <widget>
127           <class>GtkRadioButton</class>
128           <name>r_collapsed</name>
129           <can_focus>True</can_focus>
130           <label>_Collapsed</label>
131           <active>False</active>
132           <draw_indicator>True</draw_indicator>
133           <group>status</group>
134           <child>
135             <padding>0</padding>
136             <expand>False</expand>
137             <fill>False</fill>
138           </child>
139         </widget>
140
141         <widget>
142           <class>GtkRadioButton</class>
143           <name>r_inlined</name>
144           <can_focus>True</can_focus>
145           <label>_Inlined View</label>
146           <active>False</active>
147           <draw_indicator>True</draw_indicator>
148           <group>status</group>
149           <child>
150             <padding>0</padding>
151             <expand>False</expand>
152             <fill>False</fill>
153           </child>
154         </widget>
155       </widget>
156     </widget>
157   </widget>
158 </widget>
159
160 </GTK-Interface>