]> git.lyx.org Git - lyx.git/blob - src/frontends/gnome/dialogs/diainsertindex.glade
Clean-up of the button controller.
[lyx.git] / src / frontends / gnome / dialogs / diainsertindex.glade
1 <?xml version="1.0"?>
2 <GTK-Interface>
3
4 <project>
5   <name>insertindex</name>
6   <program_name>insertindex</program_name>
7   <directory></directory>
8   <source_directory>src</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   <output_main_file>False</output_main_file>
14   <output_support_files>False</output_support_files>
15   <output_build_files>False</output_build_files>
16   <main_source_file>diainsertindex_interface.c</main_source_file>
17   <main_header_file>diainsertindex_interface.h</main_header_file>
18   <handler_source_file>diainsertindex_callbacks.c</handler_source_file>
19   <handler_header_file>diainsertindex_callbacks.h</handler_header_file>
20 </project>
21
22 <widget>
23   <class>GnomeDialog</class>
24   <name>DiaIndex</name>
25   <border_width>2</border_width>
26   <title>Insert/Update Index</title>
27   <type>GTK_WINDOW_DIALOG</type>
28   <position>GTK_WIN_POS_NONE</position>
29   <modal>False</modal>
30   <allow_shrink>True</allow_shrink>
31   <allow_grow>True</allow_grow>
32   <auto_shrink>False</auto_shrink>
33   <auto_close>False</auto_close>
34   <hide_on_close>False</hide_on_close>
35
36   <widget>
37     <class>GtkVBox</class>
38     <child_name>GnomeDialog:vbox</child_name>
39     <name>dialog-vbox1</name>
40     <homogeneous>False</homogeneous>
41     <spacing>8</spacing>
42     <child>
43       <padding>4</padding>
44       <expand>True</expand>
45       <fill>True</fill>
46     </child>
47
48     <widget>
49       <class>GtkHButtonBox</class>
50       <child_name>GnomeDialog:action_area</child_name>
51       <name>dialog-action_area1</name>
52       <layout_style>GTK_BUTTONBOX_END</layout_style>
53       <spacing>8</spacing>
54       <child_min_width>85</child_min_width>
55       <child_min_height>27</child_min_height>
56       <child_ipad_x>7</child_ipad_x>
57       <child_ipad_y>0</child_ipad_y>
58       <child>
59         <padding>0</padding>
60         <expand>False</expand>
61         <fill>True</fill>
62         <pack>GTK_PACK_END</pack>
63       </child>
64
65       <widget>
66         <class>GtkButton</class>
67         <name>button_ok</name>
68         <can_default>True</can_default>
69         <can_focus>True</can_focus>
70         <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
71       </widget>
72
73       <widget>
74         <class>GtkButton</class>
75         <name>button_cancel</name>
76         <can_default>True</can_default>
77         <can_focus>True</can_focus>
78         <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
79       </widget>
80     </widget>
81
82     <widget>
83       <class>GtkHBox</class>
84       <name>hbox1</name>
85       <border_width>2</border_width>
86       <homogeneous>False</homogeneous>
87       <spacing>2</spacing>
88       <child>
89         <padding>0</padding>
90         <expand>True</expand>
91         <fill>True</fill>
92       </child>
93
94       <widget>
95         <class>GtkLabel</class>
96         <name>label</name>
97         <label>Keyword</label>
98         <justify>GTK_JUSTIFY_LEFT</justify>
99         <wrap>False</wrap>
100         <xalign>0.5</xalign>
101         <yalign>0.5</yalign>
102         <xpad>0</xpad>
103         <ypad>0</ypad>
104         <child>
105           <padding>0</padding>
106           <expand>False</expand>
107           <fill>False</fill>
108         </child>
109       </widget>
110
111       <widget>
112         <class>GnomeEntry</class>
113         <name>keyword</name>
114         <border_width>2</border_width>
115         <history_id>diainsertindex_keyword</history_id>
116         <max_saved>10</max_saved>
117         <child>
118           <padding>0</padding>
119           <expand>True</expand>
120           <fill>True</fill>
121         </child>
122
123         <widget>
124           <class>GtkEntry</class>
125           <child_name>GnomeEntry:entry</child_name>
126           <name>keyword</name>
127           <can_default>True</can_default>
128           <has_default>True</has_default>
129           <can_focus>True</can_focus>
130           <has_focus>True</has_focus>
131           <editable>True</editable>
132           <text_visible>True</text_visible>
133           <text_max_length>0</text_max_length>
134           <text></text>
135         </widget>
136       </widget>
137     </widget>
138   </widget>
139 </widget>
140
141 </GTK-Interface>